/******************************************************************
Theme Name: Trius Inc.
Theme URI: 
Description: This is child theme that uses the Bones theme as it's parent but strips out all the unnecessary gunk it comes with and also includes some extra goodies of my own.  
Author: Tom Bove 
Author URI:
Version: 1.7
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
Template: bones

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/

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

/*********************************************
FONTS

using typekit

**********************************************/
html, body { font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 400; font-size: 18px; }

.titillium { font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 400; }

/*********************************************
HTML5 
**********************************************/
article, aside, figure, footer, header, nav, section {display: block;}

/*********************************************
GENERAL
**********************************************/
html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
body { background-color: #fff; overflow-x: hidden; }

a, a .fa  { -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -webkit-transition: all 300ms ease; transition: all 300ms ease; }  /* button, .wpcf7-form-control.wpcf7-submit,  */

a:hover { text-decoration: underline; } 
a:focus, button:focus,input:focus, optgroup:focus, select:focus, textarea:focus { outline: 0px none !important; }

hr { clear: both; border-top: solid 1px #848f8f; border-bottom: solid 1px #e6e0da; height: 3px; border-left: 0; border-right: 0; width: 100%; margin: 40px auto; }
 
h1 { font-weight: 900; color: #ffffff; font-size: 43px; text-transform: uppercase; }
h2 { font-weight: 900; color: #0a5640; font-size: 33px; text-transform: uppercase; }
h3 { font-weight: 700; color: #0a5640; font-size: 22px; }
h4 { font-weight: 700; color: #4ABDE2; font-size: 18px; }
h5 { font-weight: 400; color: #203962; font-size: 18px; }
h6 { font-weight: 700; color: #203962; font-size: 16px; } 
strong, b { font-weight: 700; }
p, .entry-content li  { font-size: 19px; font-weight: 400; color: #4e4e4e; }
 p.leading { font-size: 28px !important; line-height: 36px !important; font-weight: 300; }
 
.entry-content ul { margin-top: 36px; margin-bottom: 36px; }
.entry-content li { list-style-type: none; position: relative; padding-left: 20px; line-height: 24px; margin: 16px 0; }
.entry-content li:before { content: "\f061"; color: #009548; font: normal normal normal 15px/1 FontAwesome; font-size: 15px;	 margin: auto; text-rendering: auto; -moz-osx-font-smoothing: grayscale; display: inline-block; line-height: 29px; position: absolute; left: 0;} 

.noPadL { padding-left: 0 !important; }
.noPadR { padding-right: 0 !important; }
.noPad { padding-left: 0 !important; padding-right: 0 !important; }
.noPadC { padding-left: 7px !important; padding-right: 8px !important; }
.xPad { padding-left: 30px !important; padding-right: 30px !important; }
.xPadR { padding-right: 30px !important;  }
.xxPadR { padding-right: 60px !important;  }

.text-uppercase { text-transform:uppercase; }

a.preload { background-position:-99999px -99999px; background-repeat:no-repeat; }

.margin-auto { margin:0 auto; }

.noScroll { overflow:hidden; }

.fixed { position:fixed; }
.absolute { position:absolute; }
.relative { position:relative; }
.static { position:static; }

.vcentered { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; }
.clear { clear: both; }

/*********************************************
NAVIGATION

Good for main navs, footer navs, etc...
**********************************************/
#mobile_menu { display: none; }

nav { background-color: rgba(0, 0, 0,0.69); z-index: 999; position: relative; } 
nav .container { position: relative; }

#menu-main-navigation-1  { padding-left: 0 !important; padding-right: 0 !important; margin-top: 0; }
#menu-main-navigation-1 li  { display: inline-block; position: relative; }
#menu-main-navigation-1 li a  { display: block; line-height: 60px; padding: 0 48px 0 0; color: #fff; font-size: 19px; text-transform: uppercase; }
 #menu-main-navigation-1 li a:focus, #menu-main-navigation > li a:active { text-decoration: none; outline: 0 none !important; } 	
 #menu-main-navigation-1 li a:hover  { opacity: 1; color: #009548; }
 #menu-main-navigation-1 li.menu-item-has-children > a:after  { content: "\f0da"; color: #009548; font: normal normal normal 15px/1 FontAwesome; font-size: 15px;
	 			margin: auto; text-rendering: auto; -moz-osx-font-smoothing: grayscale; display: inline-block; padding-left: 8px; position: absolute; 
	 			line-height: 60px; }
#menu-main-navigation-1 > li.current_page_item a, #menu-main-navigation-1 > li.current_page_ancestor > a { color: #33a569; }
#menu-main-navigation-1 > li .sub-menu { display: none; position: absolute; padding: 0; margin: 0; min-width: 100%; top: 60px; left: -24px; z-index: 999;
				background-color: rgba(0, 0, 0,0.69); } 
#menu-main-navigation-1 > li .sub-menu li a { padding: 0 32px 0 24px; }							  
#menu-main-navigation-1 > li .sub-menu li:hover a, #menu-main-navigation-1 > li .sub-menu li a:hover { text-decoration: none; }
#menu-main-navigation-1 > li a:hover + .sub-menu, #menu-main-navigation-1 > li:hover .sub-menu, #menu-main-navigation-1 > li .sub-menu:hover  { display: block; }

.search_btn { position: absolute; right: 15px; top: 0; height: 60px; width:60px; line-height:60px; text-align:center;  		
				background-color: rgba(13,150,72,0.6); color: #fff; font-size: 22px; cursor: pointer; } 
.search_btn:hover { color: #fff; }
#search { right: 15px; position: absolute; min-width: 350px; height: 60px; padding: 12px; background-color: #0d9648; 
		text-align: right; display: none; }
 #searchform { position: relative; }
 #searchform:before { content:"\f002";display:inline-block;line-height:36px !important;color:#fff;position:absolute;
		left: 3px; top: 0; font: normal normal normal 20px/1 FontAwesome; text-rendering: auto; 
		-moz-osx-font-smoothing: grayscale;}	
#search input#s { background-color: #fff; border: 0; line-height: 36px; min-width: 252px; padding: 0 12px; }
#search #searchsubmit { background: transparent; color: #fff; border: 0; font-size: 22px; }

.sub-menu::-webkit-scrollbar { width: 8px; }
.sub-menu::-webkit-scrollbar-track { background-color: transparent; }
.sub-menu::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 3px; } 
.sub-menu::-webkit-scrollbar-button { background-color: transparent; } 
.sub-menu::-webkit-scrollbar-corner { background-color: black; }

/*********************************************
PAGE STRUCTURE
**********************************************/
/* HEADER */
header { position: relative; z-index: 1515; height: 150px; background-color: #fff; }	
header #logo, header #hinfo { height: 150px; position: relative; }
 header #logo a { display: block; position: absolute; margin: auto 0; top: 0; bottom: 0; height: 65px; width: auto; }
header #logo img { max-width: 100%; }
header .infowrap { position: absolute; margin: auto 0; top: 0; bottom: 0; right: 0; height: 96px; width: auto; }
 header .loc-info { font-weight: 700; color: #0a5640; font-size: 20px; line-height: 1; text-transform: uppercase; }
header .mid_col { height: 150px; display: table-cell; vertical-align: middle; }
 header .loc-info span { padding: 6px; }
 header .contact-info, header .contact-info a,
  footer .contact-info, footer .contact-info a { font-weight: 700; color: #4e4e4e; font-size: 25px; line-height: 30px; }
 header .contact-info a, footer .contact-info a { padding-left: 16px; margin-left: 12px; position: relative; }
  header .contact-info a:before, footer .contact-info a:before { content: "\f0c8"; color: #0a5640; font: normal normal normal 6px/1 FontAwesome; font-size: 6px; margin: auto; height: 3px;
	  			text-rendering: auto; -moz-osx-font-smoothing: grayscale; display: inline-block; position: absolute; left: 0; top: 0; bottom: 0; }
.mobi-contact { line-height:60px; width: 100%; text-align: center; color: #fff; font-size: 22px; text-transform: uppercase; font-weight: 900; }
.mobi-contact .fa { padding-left: 0.8em; }
.mobi-contact:hover { text-decoration: none; }
#menu-main-navigation-1 #menu-item-search a.opended:before { content: ""; width: 0; height: 0; border-style: solid; 
	border-width: 6px 5px 0 5px; position: absolute; top: 0; border-color: rgba(248,216,113,0.9) transparent transparent transparent; }
	
#s::-webkit-input-placeholder { font-size: 14px; font-weight: 300; color: #344343; }
#s::-moz-placeholder { font-size: 14px; font-weight: 300; color: #344343; }
#s:-ms-input-placeholder { font-size: 14px; font-weight: 300; color: #344343; }
#s:-moz-placeholder { font-size: 14px; font-weight: 300; color: #344343; }

.mc4wp-form-fields ::-webkit-input-placeholder { font-size: 12px; font-weight: 300; color: #344343; }
.mc4wp-form-fields ::-moz-placeholder { font-size: 13px; font-weight: 300; color: #344343; }
.mc4wp-form-fields :-ms-input-placeholder { font-size: 13px; font-weight: 300; color: #344343; }
.mc4wp-form-fields :-moz-placeholder { font-size: 13px; font-weight: 300; color: #344343; }
.mc4wp-form.mc4wp-form-691 { padding-right: 0 /*16%*/; }
.mc4wp-form-fields { padding: 8px 12px; text-align: left; z-index: 9999; border: 1px solid #dfdfdf; /*background-color: #dfdfdf; display: none;*/  margin-top: 8px; }
.mc4wp-form-fields h3 { display: block; line-height: 1em; margin: 0; text-transform: uppercase; 
		font-size: 15px; font-weight: 700; color: #4e4e4e;  white-space: nowrap; overflow: hidden;}
.mc4wp-form-fields h3 span {display:none;}
.mc4wp-form-fields input { font-size: 13px; line-height: 27px; height: 27px; background: #fff; }
.mc4wp-form-fields input[type="submit"] { width: 26.75%; padding: 0 6px; border: 1px solid #444; color: #fff; background: #444; text-transform: uppercase; line-height: 27px; height: 29px; vertical-align: top; }
.mc4wp-form-fields input[type="email"] { width: 100%; padding: 0 6px; border: 0; border-bottom: 1px solid #bbb; line-height: 27px; height: 27px; background: transparent none; }
.mc4wp-form-fields label { position: relative; width: 70%; margin: 0; line-height: 20px; vertical-align: top; }
.mc4wp-form-fields label:before { content: ''; display: block; width: 1px; height: 8px; 
		background: #bbb; position: absolute; left: 0; bottom: 0; }
.mc4wp-form-fields label:after { content: ''; display: block; width: 1px; height: 8px; background: #bbb; position: absolute; right: 0; bottom: 0; }
.mc4wp-alert.mc4wp-success p { line-height: 1.1; margin-top: 4px; }

/* MAIN CONTENT SECTIONS */
.page-template-default #main,
    .single #main, .search #main { margin-top: -60px; }
 .single-equipment #main { margin-top: 0; }	

.home #banner_underlay,
   .page-template-default #banner_underlay.prts_serv { position: relative; top: 0; height: 48vw; z-index: 998; 
		max-height: calc(100vh - 150px); }  
#banner_underlay #slideshow, #banner_underlay #slideshow .cycle-slide { height:100%; width:100%;}
#banner_underlay #pager, #banner_underlay #pspager { width: 100%; text-align: center; position: absolute; bottom: 20px; z-index: 10001; }
#banner_underlay #pager span, #banner_underlay #pspager span { height: 13px; width: 13px; background: #fff; display: inline-block; margin: 4px; border: 1px solid #fff; color: transparent;
				cursor: pointer; }
#banner_underlay #pager span.cycle-pager-active, #banner_underlay #pspager span.cycle-pager-active { background: transparent; }

.page-template-default #banner_underlay, .post-template-default #banner_underlay { position: relative; top: 0; height: 36vw; z-index: 998; } 

.page-id-695.page-template-default #banner_underlay, .page-id-695.post-template-default #banner_underlay { height: 220px; }
.page-id-695.page-template-default #banner_underlay #banner, .page-id-695.post-template-default #banner_underlay #banner { background: none !important; }
.page-id-695.page-template-default #banner_underlay h1.page-title, .page-id-695.post-template-default #banner_underlay h1.page-title { top:60px; color: #000;text-shadow: unset; }

.page-template-default #banner_underlay #banner, .post-template-default #banner_underlay #banner { height: 100%; width: 100%;  }
.page-template-default #banner_underlay h1.page-title, .post-template-default #banner_underlay h1.page-title { position: absolute; top:0; bottom:0; left:0; right:0;
			margin: auto; line-height: 60px; height: 60px; color: #fff; font-size: 60px; text-transform: uppercase; text-shadow: 1.452px 5.822px 13px rgba(0, 0, 0, 0.72); z-index: 9999; }
.page-template-default #banner_underlay h1.page-title span, .post-template-default #banner_underlay h1.page-title span { display: block; font-size: 38px; font-weight: 700; text-transform: none; }

.distro_logos.container { padding-top: 62px; padding-bottom: 68px; padding-left: 64px; padding-right: 64px; position: relative; height: 276px; overflow: hidden; }
.slick-slider.marquee-logo { padding: 0 60px; height: 137px; overflow: hidden; }
.slider-logo { display: inline-block; border: 1px solid #e8e8e8; margin: 2px; }
.slider-logo img { max-width: 100%; }
#prev_slick, #next_slick, #rtg_prev, #rtg_next { background-color: #0a5640; width: 38px; height: 38px; 
		line-height: 38px; text-align: center; color: #fff; position: absolute; top: -8%; bottom: 0; margin: auto 0; }
#prev_slick, #rtg_prev { left: 15px; } 
#next_slick, #rtg_next { right: 15px; }

#makeMeScrollable { width: 100%; position: relative; margin-top: 0; margin-bottom: 20px; height: 132px; }
#makeMeScrollable div.scrollableArea a { position: relative; float: left; padding: 2px; display: block;  }
#makeMeScrollable div.scrollableArea a img { border: 1px solid #e8e8e8; 
	/* -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; */ }
#makeMeScrollable:before { content: ""; background: url(images/prev_arrow.png); width:38px; height:38px; position:absolute; top:0; bottom:0; left:-64px;  	
	margin:auto; text-align: center; color: #fff; opacity: 1; }
#makeMeScrollable:after { content: ""; background: url(images/next_arrow.png); width:38px; height:38px; position:absolute; top:0; bottom:0; right:-64px;
	margin:auto; text-align: center; color: #fff; opacity: 1; } 

#our-family-wrapper { position: relative; margin-top: 30px; margin-bottom: 20px; height: 132px; overflow: hidden; box-sizing: content-box !important; }
.logo-wrapper { display: inline-block; *display: inline; zoom: 1; float: left; width: auto; position: relative; cursor: pointer; margin-right: 20px; }

.tagline { background-color: #0a5640; }
.tagline h1 { color: #fff; font-weight: 900; font-size: 43px; padding: 1.3em 15px; line-height: 1.25em; /* line-height: 164px; */ text-transform: uppercase; margin: 0 auto; text-align: center; }
.tagline img { max-width: 100%; height: auto; }

.product_highlights { background-color: #e7e7e7; text-align: center; padding: 60px 0 84px; margin-top: 8px; }
.product_highlights h2 { color: #0a5640; font-size: 33px; font-weight: 900; text-align: center; text-transform: uppercase; margin-top: 0; }
.product_highlights .row { margin-left: -8px; margin-right: -8px; }
.product_highlights .col-sm-4 { padding-left: 8px; padding-right: 8px; }
.product_highlights .phwrap { background-color: #fff; min-height: 500px; position: relative; }
.product_highlights h3 { color: #0a5640; font-size: 22px; margin-top: 1.25em; margin-bottom: 0.5em; text-transform: uppercase; }
.product_highlights p { font-size: 19px; line-height: 24px; max-height: 72px; padding: 0 25px; margin: 0; }
.product_highlights .pimg { width: 100%; height: 0; padding-bottom: 64%; }

.product_highlights .phlinks { position: absolute; bottom: 0; width: 100%; height: auto; background-color: #0a5640; padding: 8px 0; } 
.product_highlights .phlinks a { width: 100%; display: block /* table */; color: #fff; font-weight: 700; font-size: 18px; text-transform: uppercase; line-height: 32px; padding: 0px; background-color: #0a5640; text-align: center; } 

.product_highlights a span { display: table-cell; vertical-align: middle; }
.product_highlights a .fa { line-height: 32px; font-size: 20px; padding-left: 12px; /*position: absolute;*/ }
.product_highlights a:hover { text-decoration: none; color: #fff; opacity: 0.8; }

.readytogo { padding: 104px 0 178px; position: relative; }
#rtg { margin-left: 60px;}
#rtg .cycle-slide { height: 425px; width: 100%; }
#rtg .cycle-slide .rtg_info { background: rgba(255,255,255,0.9); top: 425px; position: absolute; padding: 10px; }
.rtg_copy { margin-right: -60px; height: 425px; }
.rtgwrap { height: 200px; width: 78%; position: absolute; top: 0; bottom: 0; margin: auto 0; right: 60px; }
.rtg_copy h4 { color: #0a5640; font-weight: 900; font-size: 30px; line-height: 1; text-transform: uppercase; margin-bottom: 0.5em; }
.rtg_copy p { color: #4e4e4e; line-height: 24px; margin-top: 0; margin-bottom: 1.2em; }
.rtg_copy .btn.grey { color: #4e4e4e; font-weight: 900; font-size: 18px; background-color: #e1e1e1; padding: 0 24px; line-height: 48px; text-transform: uppercase;  }
.rtg_copy .btn.grey .fa { color: #0a5640; padding-left: 18px; }

.job_posting { border-bottom: 1px solid #e8e8e8; padding-bottom: 64px; padding-top: 40px; }
.job_posting h2 { text-transform: uppercase; margin-bottom: 0.5em; }
.job_posting h3 { font-size: 28px; font-weight: 700; color: #4e4e4e; margin-top: 0;  }

.section_content.contact-us { padding-top: 80px; padding-bottom: 80px; }
.contact-us .team_contact { border-top: 1px solid #e8e8e8; padding-top: 44px; padding-bottom: 44px; }
.contact-us .team_contact:first-child { border: 0; }
.contact-us .team_contact .ci_ { border: solid 1px rgb(10, 86, 64); background-color: rgb(161, 161, 161); 
		box-shadow: 2.5px 4.33px 27px 0px rgba(0, 0, 0, 0.35); width: 100%; height: 266px; 
		/* height: 0; padding-bottom: 86%; */ }
.contact-us .team_contact img.rmap { width: 100%; height:266px;}
.contact-us .team_contact .contacnt { padding-left: 40px; padding-right: 0; height:266px; position: relative}
.contact-us .team_contact h2 { text-transform: uppercase; line-height: 1; margin: 0 0 0.35em; }
.contact-us .team_contact h2 span { color: #4e4e4e; font-size: 16px; display: block; }
.contact-us .team_contact h3 { color: #4e4e4e; font-size: 25px; margin: 0.5em 0 0; line-height: 1.25em; }
.contact-us .team_contact p { font-size: 20px; margin-top: 0; line-height: 1.25em; }
.contact-us .team_contact p strong { padding-right: 0.65em; } 
.contact-us .team_contact .contacnt a { color: #fff; background-color: #0a5640; font-size: 18px; 
			font-weight: 900; text-transform: uppercase; position: absolute; line-height: 52px; 
			bottom: 0; padding: 0 24px; width:248px; }
.contact-us .team_contact .contacnt a .fa { position: absolute; right: 18px; line-height: 52px; } 

.section_content.about-us { padding-top: 88px; padding-bottom: 80px; }
.sidebar .text_block { background-color:#e7e7e7; margin:36px 0 12px; padding:8px 36px 104px; position:relative; }
.sidebar .text_block p { color: #0a5640; font-weight: 700; font-size: 25px; line-height: 30px; }
.sidebar .text_block a { position: absolute; bottom: 0; left: 0; width: 100%; line-height: 80px; 
			background: #0a5640; color: #fff; padding: 0 36px; font-size: 18px; text-transform: uppercase; }
.sidebar .text_block a:after { content: "\f061"; color: #fff; font: normal normal normal 15px/1 FontAwesome; font-size: 20px;	 margin: auto; text-rendering: auto; -moz-osx-font-smoothing: grayscale; display: inline-block; position: absolute; line-height: 80px; right: 36px; }
.sidebar iframe  { width: 100%; height: 190px; margin-top: 18px; }

.section_content.parts-service { padding-top: 88px; padding-bottom: 160px; }
.section_content.parts-service h5 { font-size: 17px; font-weight: 900; color: #0a5640; text-transform: uppercase; }
.section_content.parts-service .leading + h5 { margin-top: 2.5em; }
.section_content.parts-service p { font-size: 24px; font-weight: 300; margin-top: 0.25em; line-height: 30px; }
.section_content.parts-service p strong { font-size: 25px;  }
.section_content.parts-service p strong + strong, 
   .section_content.parts-service p strong + br + strong { margin-top: 8px; display: inline-block; }

.section_content.equipment { padding-top: 88px; padding-bottom: 80px; }
.section_content.equipment h2 { color: #4e4e4e; text-transform: none; font-weight: 700; margin-bottom: 0; }
.section_content.equipment h2 + p { margin-top: 0; }
.section_content.equipment h2 + p em { font-size: 16px;  text-align: center; }
.equip_btns  { margin-left: -1px; margin-right: -1px; }
.equip_btns > div  { padding: 1px; }
.equip_btns a { display: block; color: #4e4e4e; background: #f2f2f2; line-height: 60px; text-align: center; font-weight: 700; font-size: 16px; cursor: pointer; }
.equip_btns a.active { background: #0a5640; color: #fff; }
.equip_btns a:hover { background-color: #c8c8c8; text-decoration: none; color: #4e4e4e; }
.prod_block { margin: 24px 60px; position: relative;  }
.prod_block.ehidden { display: none; }
.section_content.equipment .prod_block h2 { text-align: center; color: #0a5640; text-transform: uppercase; font-weight: 900; margin: 1.25em auto 0.25em; }
.section_content.equipment .prod_block h2 + #slideshow { margin-top: 1.5em; } 
.prod_block img { width: 100%; }

.prod_block .cycle-slideshow  { margin-bottom: 1em; }
.prod_block .cycle-slideshow .slide { padding-top: 1.5em; }
.prod_block .cycle-slideshow .slide span  { position: absolute; top: 0; left: 0; }

.eprev, .enext { position: absolute; top: 38%; background-color: #0a5640; width: 38px; height: 38px; line-height: 38px; text-align: center; color: #fff; } 
.eprev { left: -60px; }
.enext { right: -60px; }
.thpager { text-align: center; margin-top: 24px; border-bottom: 1px solid #e8e8e8; padding-bottom: 54px; }
.thpager a { width: 108px; height: 82px; overflow: hidden; opacity: 0.2; padding: 2px; display: inline-block; }
.thpager a img { max-height: 82px; width: auto; }
.thpager a.cycle-pager-active { opacity: 1; }
.section_content.equipment .prod_block .distro_logos { text-align: center; height: auto; margin-left: -60px; margin-right: -60px; padding-top: 12px; padding-bottom: 0; }
.section_content.equipment .prod_block .distro_logos img { width: auto; height: 118px; border: 1px solid #e8e8e8; margin: 5px; }

.post-template-default header h2.entry-title  { font-size: 36px; line-height: 48px; margin-bottom: 12px; }
.post-template-default header p.byline.entry-meta.vcard { margin-top: 0; } 

.blog_item { border-bottom: 1px solid #ccc; } 
.blog_item h3 { text-transform: uppercase; font-size: 24px; margin-bottom: 12px; color: #0a5640; }
.blog_item h3 span { font-size: 18px; text-transform: none; padding-left: 8px; color: #000; display: block; }
.blog_item p { margin-top: 0; }
.blog_item img { width: 20%; height:auto; margin-right: 15px; float: left;  }

.section_content p a { color: #4e4e4e; }

.search #main { padding-bottom: 44px; min-height: 480px; }
	.search .hentry { display: block; padding-top: 20px; padding-bottom: 24px; border-top: 1px solid #e4e8e8;}
	.search .search-title.entry-title { margin-bottom: 0.2em; }
	.search .search-title.entry-title a { color: inherit; }
    .search .archive-title { color: #61727a; }
	.archive-title { text-transform: capitalize; margin-top: 72px; margin-bottom: 44px; }
	.search-everything-highlight { font-weight: 600; }
	.container.search-results h4 a, .container.search-results a h4 { color: #040707; text-decoration: none; }
	.search .entry-content p, .container.search-results p a,
			 .container.search-results a p  { color: #61727a; text-decoration: none; }
	 .container.search-results p a:hover,
	 		 .container.search-results a:hover p { color: #61727a; text-decoration: none ; }
	 .container.search-results h4.search-title.entry-title a:hover,
	    .container.search-results .hentry a:hover h4.search-title.entry-title { color: #040707; text-decoration: none !important; }
	 .search .hentry:hover  { text-decoration: underline !important; } 
	 .excerpt-read-more { display: none; }
	
	.error404 { background: #f6f6f6 url(images/error404_comb.png) no-repeat top -50px center; }
	.error404 #main { min-height: 79%; }
	.error404 .article-header { font-size: 0;  height: 375px; }
	.error404 .article-header h1 { font-size: 0; }
	.error404 .entry-content { text-align: center; }
	.error404 .entry-content h4 { font-size: 36px; text-transform: capitalize; font-weight: 400; text-align: center; margin-top: 0; } 
	.error404 .entry-content p { font-size: 18px; font-weight: 300; color: #61727a; }
	.btn404 { background-color: #1d889d; border: 1px solid #1d889d; color: #f6f6f6; border-radius: 6px; font-weight: 400; 
				display: inline-block; font-size: 14px; text-transform: uppercase; padding: 0 32px; line-height: 50px; 
				transition: all .3s ease; margin: 18px auto 0; }
	.btn404:hover { background: #105f6e; color: #b5e2eb; text-decoration: none; }
	

	.full-msite { text-align: center; color: #fff; font-weight: 900; text-transform: uppercase; display: block; font-size: 16px; 
		line-height: 44px; background-color: #0a5640; position: absolute; width: 100%; left: 0; top: -40px; }
	.full-msite .fa { padding-left: 4px; }

/* FOOTER */

footer .footer_content { background-color: #e4e4e4; padding: 28px 0; position: relative; } 
footer .footer_content .row { margin-left: -40px; margin-right: -40px; }
footer .footer_content .row .location_block { padding-left: 40px; padding-right: 40px; } 
footer .footer_content .row .location_block .limg { height: 0; padding-bottom: 60%; }
footer .footer_content h5 { font-size: 16px; font-weight: 900; line-height: 18px; color: #0a5640; text-transform: uppercase; }
footer .footer_content h5 span { display: block; color: #4e4e4e; }
footer .footer_content p { font-size: 16px; line-height: 18px; }

.location_block a { display: block; height: 100%; }
.location_block:hover { text-decoration: none; background-color: rgba(255,255,255,0.2); } 

footer .copyr { background-color: #d5d5d5; border-top: 2px solid #fff; padding: 32px 0; }
footer .copyr .social img { padding: 0 4px; max-width: 40px; }
footer .copyr .social .swrap { padding: 20px 0 0 0; display: inline-block; } 
footer .copyr .social p { margin: 0; font-size: 16px; color: #0a5640; font-weight: 600;
     display: inline-block; line-height: 36px;  vertical-align: bottom; }
footer .copyr .affl a { width: 18%; display: inline-block; text-align: center; }
footer .copyr .affl img { padding: 0 6px; max-width: 100%; max-height: 80px; }
				    
footer .social_btns, footer .cemail  { margin-top: 0; }
footer .social_btns a { display: inline-block; background-color: #F6880A; border-radius: 50%; width: 30px; height: 30px; 
							text-align: center; margin:10px; }
footer .social_btns a:first-child { margin-left: 0; }
footer .social_btns a .fa { color: #203962; width: 30px; height: 30px; line-height: 30px; vertical-align: top; }
footer .social_btns a:hover { background-color: #FF9E32; }


/*********************************************
PAGE SPECIFIC 
**********************************************/

 

/*********************************************
BLOCKS

I like to use this for speciality items
ex: blockquotes, highlights, lowlights, etc 
**********************************************/
blockquote  { color: #1d889d !important; font-size: 24px !important; padding: 0 !important; margin: 40px -60px !important; border-left: none !important; line-height: 37px !important; }
blockquote p { margin: 0 !important; padding: 0 !important; color: #1d889d !important; font-size: 24px !important; line-height: 37px !important; }
blockquote:before { height: 1px; width: 5%; display: block; background: #1d889d; margin: 20px auto; }
blockquote:after { height: 1px; width: 5%; display: block; background: #1d889d; margin: 20px auto; }



/*********************************************
SPECIALTY

Optional stuff I've found useful.. maybe you
will too...?
**********************************************/
/* Style placeholder text */
::-webkit-input-placeholder { color: #fff; } /* WebKit browsers */
:-moz-placeholder { color: #fff;  opacity: 0.7; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #fff; opacity: 0.7; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #fff; } /* Internet Explorer 10+ */

/* Add a RED asterisk to placeholder text with "required" class - WIN */
.required::-webkit-input-placeholder:after { content:'*'; color: red; }
.required:-moz-placeholder:after { content:'*'; color: red; } /* Firefox 18- */
.required::-moz-placeholder:after { content:'*'; color: red; } /* Firefox 19+ */
.required:-ms-input-placeholder:after { content:'*'; color: red; } /* IE Fail */

/* This will hide all share this stuff except for the "ShareThis" text */
span.sharethis { background:none !important;}
.stButton .chicklets { font-family:inherit !important; padding-left:0 !important; }
.st_facebook, .st_twitter, .st_linkedin, .st_pinterest, .st_email { display:none; }