/*

Theme Name: Peninsulamaintenanceplumbing



-------------------------------------------------------------- */
@import url("css/main.css");
html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

	-ms-word-wrap: break-word;

	word-wrap: break-word;

}

html {

	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}


article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;

}

a img {

	border: 0;

}





/* =Global

----------------------------------------------- */



body,

button,

input,

select,

textarea {

	/*color: #999;	*/
	font-size: 14px;

	font-size: 1.4rem;

	line-height: 1.5;

}



body{
    background: transparent;
}



/* Headings */

h1,h2,h3,h4,h5,h6 {

	clear: both;

	margin: 0.6em 0;


}

h1 {

	font-size: 28px;

	font-size: 2.8rem;

}

h2 {

	font-size: 22px;

	font-size: 2.2rem;

}

h3 {

	font-size: 16px;

	font-size: 1.6rem;

}

h4 {

	font-size: 14px;

	font-size: 1.4rem;

}

h5 {

	font-size: 12px;

	font-size: 1.2rem;

}

h6 {

	font-size: 10px;

	font-size: 1rem;

}

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



/* Text elements */

p {

	margin-bottom: 1.5em;

}

ul, ol {

	margin: 0 0 1.5em 0.5em;

}

ul {

	list-style: none;

}

ol {

	list-style: decimal;

}

ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

	margin-left: 1.5em;

}

dt {

	font-weight: bold;

}

dd {

	margin: 0 1.5em 1.5em;

}

b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style:normal;

}

blockquote {

	font-style: italic;

	margin: 0 1.5em;

}

address {

	margin: 0 0 1.5em;

}

pre {

	background: #dfd6c7;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 1.5rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	padding: 1.6em;

	overflow: auto;

	max-width: 100%;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.5em;

	width: 100%;

}

th {

	font-weight: bold;

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

button,

input {

	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid #ccc;

	border-color: #ccc #ccc #bbb #ccc;

	border-radius: 3px;

	background: #e6e6e6;

	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);

	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);

	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);

	color: rgba(0,0,0,.8);

	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

	font-size: 12px;

	font-size: 1.4rem;

	line-height: 1;

	padding: 0.8em;

	text-shadow: 0 1px 0 rgba(255,255,255,.8);

}

button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa #bbb;

	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);

}

button:focus,

html input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb #bbb;

	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

}

input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type=text],

input[type=email],
input[type=tel],
textarea {

	background:#fff;
	padding: 10px;
    color: #979595;
    width: 92%;    
    font-size: 15px;
    border: 1px;

}

input[type=text]:focus,input[type=tel]:focus,

input[type=email]:focus,

textarea:focus {

	background: #fff;

}
input[type=submit]{
    font-family: Sanchez Regular;
}
textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 92%;
    height: 150px;

}



/* Links */

a,

a:visited {

	color: #666;

	text-decoration: none;

	transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

}

a:hover{

	color: #999;

}

a:focus,

a:active {

	color: #666;

}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

	margin-bottom: 1em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

	margin-bottom: 1em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 1.5em auto;

}



/* Text meant only for screen readers */

.assistive-text {

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}

.img-logo{
    background: #fff;
    margin-top: 100px;
    text-align: center;
    padding: 20px 0;
}

.home .img-logo {margin-top:30px;}

#secondary .img-logo p{padding: 0; margin: 0;}

.site-title,

.entry-title,

.page-title,

.entry-content,

.entry-summary,

.widget-title,

.comments-title,

.comment .reply,

.comment-meta,

.comment-author,

#reply-title {

	font-family: 'open_sansregular', Helvetica Neue, Helvetica, Arial, sans-serif;

}



.more-link {

	font-family: 'open_sansbold', sans-serif;

	font-size: 12px;

	font-size: 1.2rem;

	text-transform: uppercase;

	float: right;

	margin-top: 20px;

}



.widget h4{

	color: #FFF;

	padding: 4px;

	border-radius:0.2em;

	border-bottom: 1px solid #333;

	font-family: 'open_sansbold', sans-serif;

	font-size: 14px;

	font-size: 1.4rem;

	text-transform: uppercase;

}



.widget li{

	padding-bottom: 5px;

	padding-top: 5px;

	border-bottom: 1px solid #333;

}



.widget li a{

	color: #CCC;

}



.widget li a:hover{

	color: #999;

}



#calendar_wrap{

	padding-left: 6px;

}



#calendar_wrap a{

	color: #FFF;

}



#calendar_wrap a:hover{

	color: #CCC;

}



.textwidget{

	padding-left: 6px;

}

#secondary li, #tertiary li{

	padding-bottom: 5px;

	padding-top: 5px;

	border-bottom: 1px solid #EFEFEF;

	color: #999;

}



#secondary li a{

	color: #999;

}

#secondary li a:hover{

	color: #333;

}



#tertiary li a{

	color: #999;

}



#tertiary li a:hover{

	color: #333;

}





/* =Structure

----------------------------------------------- */



#wrap {

	margin: 0 auto;

	padding: 0;

	position: relative;

	background-color: #FFF;

}

.header_container {

	background: transparent;

	margin: 0 auto;

	max-width: 1100px;

	min-height: 120px;

}

.main-navigation,

.site-title,

.site-description {

    margin: 0 auto;

	max-width: 1100px;

}

#main {

	clear: both;

    overflow: hidden;    

}

#primary {

	float: left;

	margin: 0;

	width: 63%;

}



#primary_home {

	float: left;

	margin: 0;

	width: 100%;

}



#content.fullwidth {margin-right: 0;}

#secondary,

#tertiary {

	
    float: right;    
    position: relative;
    width: 285px;
    border-radius: 0.4em;

}
#tertiary{
    background: #732653;
}
#secondary h2 {
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
color:#fff;
}
#secondary h1{
    text-transform: uppercase;
    font-family: Lato;
    font-weight: bold;
    font-size: 18px;
}
#tertiary {

	clear: right;

	padding-top: 0;

}

.site-footer {
    clear: both;
    margin: 0 auto;
    background-color: #fff;
    float: left;
    width: 100%;
    color: #6d445c;
    min-height: 160px;
    padding-top: 30px;   
}
.footer_container {

	margin: 0 auto;

	max-width: 1100px;
    position: relative; 
    padding: 0 10px;   

}



/* =Site Header

----------------------------------------------- */



#masthead-wrap {

	padding-bottom: 0;
	padding-top: 5px;        
    margin-top:20px;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;

}

.site-header .site-introduction {

	float: left;

	width: 30%;

	padding-top: 10px;

	

}

.site-title {

	font-size: 22px;

	font-size: 2.2rem;

	font-family: 'open_sansbold', sans-serif;

	padding-left: 6px;

}

.site-description {

	font-size: 13px;

	font-size: 1.3rem;	

	font-family: 'open_sansbold', sans-serif;

	padding-left: 6px;

}

.site-title a,

.site-description {

	color: #FFF;

}
.large_text_bold, .large_text1,.large_text{
    font-family: Lato !important;
    font-weight: bold !important;
}

.site-logo {

	min-height: 70px;

	padding-top: 2px;

	float: left;

}



/* =Menu

----------------------------------------------- */

.navigation{
    display: block;

	float: right;

	width: 70%;
}

.main-navigation {
    display: block;
    width:100%;
    float: right;
    margin-top: 12px;
    margin-bottom: 10px;
    
}

.main-navigation:after {

	clear: both;

	display: block;

}

.main-navigation ul {

	list-style: none;

	margin: 0;
    text-align: right;
	

}

.main-navigation li {

	display: inline-block;
    
	margin: 0.5em 0;

	position: relative;
        margin-right: 40px;

}

.main-navigation a {

    display: block;

	font-size: 14px;

    font-family: Lato;
    font-weight: bold;

    text-decoration: none;

	text-transform: uppercase;
	
    color: #4a4a4a;

}

.main-navigation ul ul {

	background: #222;

	display: none;

	float: left;

	position: absolute;

		top: 1.8em;

		left: -0.2em;

	z-index: 99999;

	padding: 0.4em;

	border-radius: 0.2em;

}



.main-navigation ul ul a {

	padding: 0 0.5em 0 0.5em;

	width: 100px;

	color: #CCC;

}

.main-navigation ul ul li {

	border-bottom: 1px solid #333;

}

.main-navigation li:hover > a,

.main-navigation li.current_page_item a,

.main-navigation li.current-menu-item a {

	color: #10a9e6;
        border-bottom: 1px solid #10a9e6;

	display: block;

}



.main-navigation ul ul a:hover {

	color: #FFF;

	display: block;

	background-color: #222;

	border-radius: 0;

}



.main-navigation ul li:hover > ul {

	display: block;

}



.main-navigation ul ul ul {

	left: 100%;

	top: -0.9em;

	margin: 0;

}

.main-navigation ul ul ul a:hover {

	color: #FFF;

	display: block;

	background-color: #222;

	border-radius: 0;

}



/* Small menu */
.menu-bar{
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 3%;    
    display: none;
}

.menu-toggle {

	color: #fff; 	

	text-transform: uppercase;

    font-size: 1.4rem;

	font-size: 14px;

    font-weight: bold;

    text-align: left;
    float: left; 
}
.icon-menu{
    
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: right;    
    margin-right: 15px;    
    padding: 9px 10px;
    position: relative;
    background: #0c92c7;
    box-shadow: none !important;    
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.icon-menu span.icon-bar{
     border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    border-top: 1px solid #fff;
    line-height: 0.5;
    margin-top: 2px;
}

.main-small-navigation .menu {
    background: #13aeed;
    display: none;
    margin: 0;
    padding: 20px;

}


.main-small-navigation .menu ul {

	list-style-type:none;

}


.main-small-navigation .menu li{
    padding: 10px 0;
}
.main-small-navigation .menu li a{

	color: #4a4a4a;

	text-transform: uppercase;

	font-size: 1.4rem;

}



.main-small-navigation li:hover > a,

.main-small-navigation li.current_page_item a,

.main-small-navigation li.current-menu-item a,

.main-small-navigation ul ul a:hover {

	color: #fff;

}





/* =Content

----------------------------------------------- */



.site-main {

	margin: 0 auto;

	max-width: 1100px;

}



.sticky h1{

	border-bottom: 6px solid #333;

	font-size: 20px;

	font-size: 2.0rem;

}

.sticky h1 a{

	color: #333;

}

.sticky h2{

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 12px;

	font-size: 1.2rem;

	margin-bottom: 0;

	border-bottom: 7px solid #333;

}

.sticky h2 a{

	background-color: #333;

	color: #FFF;

	padding: 8px;

	border-radius:0.2em  0.2em 0 0;

	text-transform: uppercase;

}

.recent {

	padding: 4px;

	margin-bottom: 20px;

}

.recent h2{

	font-family: 'open_sansbold', sans-serif;

	font-size: 14px;

	font-size: 1.4rem;

	color: #222;

	text-transform: uppercase;

	padding: 0 8px;

}

.recent p{

	font-size: 12px;

	font-size: 1.2rem;

	padding: 0 8px;

}

.hentry {

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	margin: 0 0 1.5em;

	padding-bottom: 1.5em;

}

.entry-title,

.page-title {

	font-family: 'open_sansbold', sans-serif;

	font-size: 16px;

    font-size: 1.6rem;

	margin: 0.4em 0 0.2em;

	padding-top: 10px;

	text-transform: uppercase;

	color: #222;

}

.entry-title a {

	text-decoration: none;

	color: #222;

}

body.search .page-title,

body.archive .page-title {

  	font-size: 16px;

  	font-size: 1.6rem;

    margin-bottom: 1em;

}

.entry-meta {

	clear: both;

	font-size: 12px;

	font-size: 1.2rem;

}

.byline {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

}

.entry-content table,

.comment-content table {

	border: 1px solid #d9d9d9;

	border-left-width: 0;

	margin: 0 -0.083em 2.083em 0;

	text-align: left;

	width: 100%;

}

.entry-content tr th,

.entry-content thead th,

.comment-content tr th,

.comment-content thead th {

	border-left: 1px solid #d9d9d9;

	font-weight: bold;

	padding: 0.5em 	1.25em;

}

.entry-content tr td,

.comment-content tr td {

	border: 1px solid #d9d9d9;

  	border-width: 1px 0 0 1px;

	padding: 0.5em 	1.25em;

}

.entry-content tr.odd td,

.comment-content tr.odd td {

	background: #dfd6c7;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}





/* =Aside Post Format

----------------------------------------------- */



.format-aside .entry-content {

	border-left: 4px solid rgba( 0, 0, 0, 0.1 );

	padding-left: 1em;

}





/* =Media

---------------------------------------------- */





.site-header img,

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

.site-header img,

.entry-content img,

.widget-img,

img[class*="align"],

img[class*="wp-image-"],



.wp-caption img {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

.site-header img,

.entry-content img,

.widget img,

img.size-full {

	max-width: 100%;

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	border: 1px solid #ccc;

	max-width: 100%;

}

.wp-caption.aligncenter,

.wp-caption.alignleft,

.wp-caption.alignright,

.wp-caption.alignnone {

	margin-bottom: 1.5em;

}

.wp-caption img {

	display: block;

	margin: 1.2% auto 0;

	max-width: 98%;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}

#content .gallery {

	margin-bottom: 1.5em;

}

.wp-caption-text,



.gallery-caption {

	font-size: 12px;

	font-size: 1.2rem;

}

#content .gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

}

#content .gallery dd {

	margin: 0;

}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}



/* =Navigation

----------------------------------------------- */



.site-content .site-navigation {

	font-size: 13px;

	font-size: 1.3rem;

	margin: 0 0 1.5em;

	overflow: hidden;

}

.site-content .nav-previous {

	float: left;

	width: 50%;

}

.site-content .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

.nav-previous a, .nav-next a {

	padding: 4px 6px;

	color: #222;

	font-family: 'open_sansbold', sans-serif;

	font-size: 12px;

	font-size: 1.2rem;

	text-transform: uppercase;

}

.nav-previous a:hover, .nav-next a:hover {

	color: #999;



}





/* =Comments

----------------------------------------------- */



#comments {

	clear: both;

}

.bypostauthor {

}

.comments-title,

#reply-title {

	font-size: 16px;

	font-size: 1.6rem;

	font-family: 'open_sansbold', sans-serif;

	

}

.commentlist li {

	list-style: none;

}



.commentlist,

.children {

	list-style: none;

	margin: 0;

}

.children {

	margin: 0 0 0 6%;

}

.commentlist li.comment,

.commentlist li.pingback {

	border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );

	padding-left: 2.5em;

	margin-top: 2px;

}

.commentlist .children li,

.commentlist li:last-of-type {

	border: none;

}



article.comment,



li.pingback {



	padding: 2.5em 0 0.7em;

    position: relative;

}

.children article.comment,

.children li.pingback {

	padding-top: 1.0em;

}

.comment .avatar {

	float: left;

	margin-right: 1.25em;

}

.comment-author {

	font-size: 14px;

	font-size: 1.4rem;

	color: #333;

}

.comment-meta {

	font-size: 12px;

	font-size: 1.2rem;

}

.comment-content{

	font-size: 13px;

	font-size: 1.3rem;

	margin: 1em 0 0 4.5em;

}

.reply { 

	float:right;

	margin:0 10px 10px 0;

	text-align:center;

	background-color: #333;

	border-radius:0.2em;

	padding:3px;

	width:50px;

}

.comment article {

	padding-bottom:2.79rem;

}



a.comment-reply-link,

a.comment-edit-link {

	color: #FFFFFF;

	font-size: 12px;

	font-size: 1.2rem;

	line-height: 1.8;

	text-decoration:none;

}



a.comment-reply-link:hover,

a.comment-edit-link:hover {

	color: #f6e7d7;

}

li.pingback {

	font-weight: bold;

}

li.pingback a {

	font-weight: normal;

}
.wpcf7-form input, .wpcf7-form textarea{
    font-family: Lato;
    font-style: italic;
}
.wpcf7-form textarea{
    padding-left: 10px;
}



/* Comment Form */

.comment-notes,

#commentform .form-allowed-tags,

p.nocomments,

p.logged-in-as,

#commentform label {

	font-size: 13px;

	font-size: 1.3rem;

}

.required {

	color: #880000;

}

#commentform label {

	font-weight: bold;

	padding: 1em 0;

}

#commentform input[type="text"] {

	margin-left: 0.5em;

}

#commentform #comment {

	margin-top: 0.6em;

}

#commentform .form-allowed-tags,

#commentform .form-allowed-tags code {

	font-size: 11px;

	font-size: 1.1rem;

}

p.nocomments {

	margin: 2.5em;

}



/* =Widgets

----------------------------------------------- */



.widget {

	font-size: 12px;

	font-size: 1.2rem;

	line-height: 1.8;

	margin: 0 0 0.5em;

}



.widget-title {

	font-family: Tahoma, Geneva, sans-serif;

	color: #FFF;

	font-size: 12px;

	font-size: 1.2rem;

	background-color:#222;

	padding: 2px 8px;

	border-radius: 0.2em;

	text-transform: uppercase;

	font-family: 'open_sansbold', sans-serif;

}



/* Search widget */



#searchsubmit {

	display: none;

}



#helpfullinks li{

	padding-bottom: 5px;

	padding-top: 5px;

	border-bottom: 1px solid #EFEFEF;

	color: #999;

}



#helpfullinks li a{

	color: #999;

}

#helpfullinks li a:hover{

	color: #333;

}



/* =Site Footer

----------------------------------------------- */



.site-info {

	font-size: 13px;

	font-size: 1.3rem;

	padding: 1.5em 0;

	text-align: center;

	color: #808080;

	background-color: #333;

	border-top: 1px solid  #444;

	font-family: 'open_sansbold', sans-serif;

}

.site-info a{

	color: #AAA;

}

.site-footer .widget p{

	color: #AAA;

}

.site-footer .widget{

	padding: 8px;

}





/* Open Sans

This Font Software is licensed under the Apache License v2.00

More info available with at http://www.apache.org/licenses/

-------------------------------------------------------------- */



@font-face {

    font-family: 'open_sansregular';

    src: url('font/opensans-regular-webfont.eot');

    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('font/opensans-regular-webfont.woff') format('woff'),

         url('font/opensans-regular-webfont.ttf') format('truetype'),

         url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'open_sansbold';

    src: url('font/opensans-bold-webfont.eot');

    src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('font/opensans-bold-webfont.woff') format('woff'),

         url('font/opensans-bold-webfont.ttf') format('truetype'),

         url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');

    font-weight: normal;

    font-style: normal;



}



/* Custom Home featured areas

------------------------------------------------------ */

.featuretext_top {

	padding: 2px;

	margin: 34px 0 20px 0;

}

.logo a img{
    margin-top: 5px;
    width: 100%; 
    max-width: 313px;
}

.featuretext_top h3{

	color: #000;

	padding: 6px;

	margin: 0;

	text-align:center;

	font-size:2.4rem;

	font-size:24px;

	font-family: 'open_sansregular', sans-serif;

}



.featuretext_top p{

	color: #999;

	padding: 0;

	margin: 0;

	text-align:center;

	font-size:1.8rem;

	font-size:18px;

}



.featuretext {

	border-radius:0.4em;

	background-color: #F7F7F7;

	border-bottom: 1px solid #EFEFEF;

	margin-bottom:20px;

	padding: 20px;

	text-align: center;

}



.featuretext h3{

	font-size:1.4rem;

	font-size:14px;

	color: #333;

	font-weight: bold;

	margin: 0;

	border-bottom: 1px solid #EFEFEF;

	margin-bottom: 10px;

	padding-bottom: 4px;

}



.featuretext p{

	color: #999;

	font-size:1.2rem;

	font-size: 12px;

}





/* CUSTOM HOMEPAGE WIDGET LAYOUTS */

/*  SECTIONS  ============================================================================= */



.section {

	clear: both;

	padding: 6px;

	margin: 0px;

}



.section_thumbnails {

	clear: both;

	border-bottom: 1px solid #eee;

	margin-bottom: 50px;

}

.section_thumbnails .col{

	margin: 0px;

}





.section_thumbnails h3{

	font-family: 'open_sansregular', sans-serif;

	color: #222;

	font-size:2rem;

	font-size: 20px;

	padding: 2px;

	border-bottom: 1px solid #eee;

}

.thumbs-more-link{

    font-family: 'open_sansbold', sans-serif;

	font-size: 12px;

	font-size: 1.2rem;

	text-transform: uppercase;

	float: right;

	margin-top: 2px;

	padding-right: 10px;

}



/*  GROUPING  ============================================================================= */





.group:before,

.group:after {

    content:"";

    display:table;

}

.group:after {

    clear:both;

}

.group {

    zoom:1; /* For IE 6/7 (trigger hasLayout) */

}



/*  GRID COLUMN SETUP   ==================================================================== */



.col {

	display: block;

	float:left;

	margin: 1% 0 1% 1.6%;

}



.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */



.post-thumbnail {

	position: relative;

	margin-top: 4px;

	margin-right: 4px;

}



.blog-lists-title {

	position: relative;

	width: 70%;

	display: inline;

	float: left;

	margin-left: 8px;

	font-size: 12px;

	color: #999;

}



.blog-lists-title a{

	color: #333;

}







/* =IE Styles

----------------------------------------------- */



#ie8 .site-header img,

#ie8 .entry-content img,

#ie8 img.size-full,

#ie8 .entry-thumbnail img,

#ie8 .widget img,

#ie8 .wp-caption img {

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}



/*  GRID OF EIGHT   ============================================================================= */

	

.span_8_of_8 {

	width: 100%;

}

.span_7_of_8 {

	width: 87.3%; 

}

.span_6_of_8 {

	width: 74.6%; 

}

.span_5_of_8 {

	width: 61.9%; 

}

.span_4_of_8 {

	width: 49.2%; 

}

.span_3_of_8 {

	width: 36.5%;

}

.span_2_of_8 {

	width: 23.8%; 

}

.span_1_of_8 {

	width: 11.1%; 

}



.header-image img {

width: 100%;

height: auto;

}



/************************************************************************************

MEDIA QUERIES

*************************************************************************************/
@media only screen and (max-width: 1085px) {
    
    .navigation{
        width: 60%;
    }
    .site-header .site-introduction{
        width: 38%;
        padding-left: 2%;
    }
    
    .large_text_bold, .large_text1{
    /*    left: 20px !important;*/
    }
    #rev_slider_1_1_wrapper{
        left: 0px !important;
    }
    .footer_container{
        width: 96%;
    }
    #submit{
         margin-right: 1.5%;
    }
}

/* for 1000px or less */

@media screen and (max-width: 1000px) {
    
    .large_text_bold{
/*        top: 250px !important;
        left: 50px !important;*/
        
    }
    .large_text1{
/*        top: 300px !important;
        left: 50px !important;*/
    }
    .header_container {

	height: 100%;

	width: 100%;

    }
    #banner img{
        height: auto;
    }
    .wpcf7-form input[type='text'],.wpcf7-form input[type='email'], .wpcf7-form input[type='tel'], .wpcf7-form textarea{
        width: 97%;
    }
    .wpcf7-form span.wpcf7-form-control-wrap{
        width: 100%;
    }
    .content-area{
        margin-top: 0px !important;
    }
    #secondary h1{
        margin-top: 100px;
    }
   .page-id-12 #secondary, .page-id-14 #secondary,
.page-id-12 #secondary h1, .page-id-14 #secondary h1{
	margin-top: 0px;
}
.footer_container{
        padding: 0 10px;
    }
  
    
    .info{
        margin-right: 15px;
    }    
    .main-navigation{
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .navigation{
        width: 70%;
    }
    .site-header .site-introduction{
        width: 30%;
        padding: 0px;
    }
    #submit{
         margin-right: 0;
    }
    
 
 
}
@media screen and (max-width: 996px) {
    .menu-bar{
        display: block;
    }
    nav.site-navigation{
        background: #069bd7;
        margin-top: 4px;
    }
    .subpage #masthead-wrap{
	   position: relative;
	}

	#wrap {

		padding:0;

		width: 100%; 	

	}

	.header_container {

	height: 100%;

	width: 100%;

}
.navigation{
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;

}

#masthead .site-introduction {

		float: none;
		padding: 0;
		width: 90%;
        margin: 0 auto;

	}
    .info {
        margin-right: 15px;
        position: absolute;
        top: 6px;
        right: 0px;
    }
    .page-id-12 #masthead-wrap, .page-id-14 #masthead-wrap{
        margin-top: 0px;
    }
}
@media screen and (max-width: 999px) {
    .footer_container{
        width: 90%;
    }
    
     #secondary, #tertiary, #primary{
        width: 90%;
        margin: 0 auto;
        float: none;
        clear: both;
        margin-top: 65px;
        padding-bottom: 10px;
    }
}


/* for 980px or less */

@media only screen and (max-width: 945px) {
   
    .readmore{
        margin-top:  20px ;
    }
    #secondary h1{
        margin-top: 50px;
    }
}

/* for 800px or less */

 
@media only screen and (max-width: 860px) {

	.header_container {

    	height: 100%;
    
    	width: 100%;

    }
     .footer-menu,.copy-right{
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    

}



/* for 800px or less */

@media only screen and (max-width: 800px) {
    
    .site-footer{
        width:100%;
    }
  

	#main {

		//overflow: visible;

	}

	#content,

	#primary,

	#secondary,

	#tertiary {

		float: none;

	}

   

	.site-header site-introduction,

	#main {

		padding: 0.8em;

	}

	.header_container {

    	height: 100%;
    
    	width: 100%;

    }

	

}
@media only  screen and (max-width: 768px){
   
}
@media  screen and (max-width: 767px)
{
    .wpcf7-form input[type='text'],.wpcf7-form input[type='email'], .wpcf7-form input[type='tel'], .wpcf7-form textarea{
        width: 96%;
    }
    #masthead-wrap{
        margin-top: 0px;
    }
    #masthead-wrap{
        position: relative !important;
    }
    .site-footer{
        margin: 0 auto;
    }
    .info p{
        font-size: 14px;
    }
    .info span.number{
        font-size: 25px;
    }
    .info span img{
        margin-top: 15px;
    }
    .info{
        width: 245px;
    }
    .large_text_bold{
/*        top: 100px !important;
        left: 25px !important;*/
        
    }
    .large_text1{
/*        top: 140px !important;
        left: 25px !important;*/
    }
    nav.site-navigation{
        margin-top: 60px;
    }
    
}
@media only screen and (max-width : 736px) {
    
  
}
@media only  screen and (max-width: 676px){
    
}

@media only screen and (max-width: 600px) {

     
    
    
}
/* for 600px or less */

@media only screen and (max-width: 630px) {

    .info{
        position: relative;
        top:0;
    }
    .info span.number{
        margin-top: 0px;
    }
    .info span img{
        margin-top: 5px;
    }
    .logo{
        text-align:center;
    }
    .info{
        float:none;
        margin: 10px auto;
    }
    .info span{
        margin-left: 15px;
    }
    .info p{
        position: relative;
        top:0;
        left: 0;
    }
    .heading{
        text-align:center !important;
        font-size: 24px;
    }

	#branding img {

		display: none;

	}

	

	.header-image {

		width:100%;

		margin-top: 0px;

		margin-left: auto;

    	margin-right: auto;

	}



	.header_container {

	height: 100%;

	width: 100%;

}



	.site-main {

    border: 0;

}

}




/* --- IPhone5 (portrait and landscape) --- */



@media screen and (max-width : 568px) {
    .logo{
        margin-left:15px;
    }
	#masthead .site-introduction {

		float: none;

		padding: 0;

		width: 100%;

	}

	.header_container {

	height: 100%;

	width: 100%;

    }
    .site-footer{
        width: 100%;
        padding:20px 0px;
    }
   div#content p{
        font-size: 14px;
    }
    .heading{
        font-size: 22px;
    }
    .readmore, #submit, #submit_form, #secondary h1{
		font-size: 14px;
	}
        .info span{
            margin-bottom: 10px;
        }

}



/* --- Smartphones (portrait and landscape) --- */

@media (min-width : 481px)  and (max-width : 567px) {
    .nav-footer li{
        padding-left:18px;
    }
    .wpcf7-form input[type='text'], .wpcf7-form input[type='email'], .wpcf7-form input[type='tel'], .wpcf7-form textarea{
        width: 95%;
    }    
  
}

@media only screen and (max-width : 480px) {
   
  .winter-img{
  display: block !important;
  }
    
    .logo img{
        width:200px;
        height: auto;
        
    }
    #main{
        background: transparent;
    }
    .img-hoa{
        display: none;
    }
	
	.header_container {

	height: 100%;

	width: 100%;

}



}






/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */



@media only screen and (max-width: 480px) {

	.col { 

		margin: 1% 0 1% 0%;

	}

}



/*  GRID OF TWO   ============================================================================= */





.span_2_of_2 {

	width: 100%;

}



.span_1_of_2 {

	width: 49.8%;

}
.logo a.retina{
    display: none;    
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) {

  /* Large screen, retina, stuff to override above media query */
  .logo a.retina {
        display: block;
    }
    .logo a{
        display: none;
    }
    .logo a.retina img{
        max-width: 100%;
    }
    .info{
        position: relative;
        margin-top: 30px;
        //margin: 0px auto;
        //float: none;       
    }
    .info span{
        margin-bottom: 20px;
    }
   
}
@media only screen and (max-width: 480px) {

	.span_2_of_2 {

		width: 100%; 

	}

	.span_1_of_2 {

		width: 100%; 

	}

}



/*  GRID OF THREE   ============================================================================= */

	

.span_3_of_3 {

	width: 100%; 

}

.span_2_of_3 {

	width: 66.1%; 

}

.span_1_of_3 {

	width: 32.2%; 

}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */



@media only screen and (max-width: 480px) {

	.span_3_of_3 {

		width: 100%; 

	}

	.span_2_of_3 {

		width: 100%; 

	}

	.span_1_of_3 {

		width: 100%;

	}

}
a[href^=tel]{
color: #a73074 !important;
}
#secondary a[href^=tel]{
color: #fff !important;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */



@media only screen and (max-width: 480px) {
    .tp-caption{
        position: relative;
        margin: 0 auto;
        float: none;
        top:0;
        left: 0;
    }
    
    .wpcf7-form input[type='text'], .wpcf7-form input[type='email'], .wpcf7-form input[type='tel'], .wpcf7-form textarea{
        width: 95%;
    }	
	.span_8_of_8 {

		width: 100%; 

	}

	.span_7_of_8 {

		width: 100%; 

	}

	.span_6_of_8 {

		width: 100%; 

	}

	.span_5_of_8 {

		width: 100%; 

	}

	.span_4_of_8 {

		width: 100%; 

	}

	.span_3_of_8 {

		width: 100%; 

	}

	.span_2_of_8 {

		width: 100%; 

	}

	.span_1_of_8 {

		width: 100%; 

	}

	.featuretext_top h3{

	font-size:1.2rem;

	font-size:12px;

	padding: 6px;

	}

	.featuretext_top p{

	font-size:1.2rem;

	font-size:12px;

	padding: 6px;

	}

}
@media only screen and (max-width: 375px) {
    
    input#date{
        width:74%;
    }
    .alignright{
        float: none;
    }
}
@media only screen and (max-width: 374px)
{
     input#date{
        width:69%;
    }
    .wpcf7-form input[type='text'], .wpcf7-form input[type='email'], .wpcf7-form input[type='tel'], .wpcf7-form textarea{
        width: 93%;
    }	
}

@media only screen and (max-width: 936px) and (min-width: 768px){
	/*.large_text_bold{
        top: 300px !important;
    }
	.large_text{
        top: 350px !important;
    }
	.large_text1{
        top: 390px !important;
    }*/
}

@media only screen and (min-width: 1160px){
	.large_text_bold{
        margin-left: -80px !important;
    }
	.large_text{
        margin-left: -80px !important;
    }
	.large_text1{
        margin-left: -80px !important;
    }
}


@media only screen and (max-width : 430px) {
    #main { padding: 0 !important; }

    .heading{
        text-align: left !important;
    }
    #secondary{
        width: 90%;
        padding-bottom: 50px;
    }
    
    .large_text_bold{
/*        top: 50px !important;
        left: 15px !important;*/
        
    }
    .large_text1{
/*        top: 70px !important;
        left: 15px !important;*/
    }
        .logo a img{
            width: 90%;
        }

}