/*
Theme Name: Adams Trimmer
Author: Big Fish Creative
*/

/* ----------------------------------------------------------------
    RESET
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
[hidden] { display: none; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input[type="text"],
input[type="email"],
input[type="password"],
textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }
#captcha { margin-bottom: 20px; }
#captcha iframe { border: none; }
.input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}
.clear { height: 0; background: transparent; width: 100% !important; clear: both; margin: 0 !important; }


/* ----------------------------------------------------------------
    STRUCTURE
-----------------------------------------------------------------*/

.container { margin: 0 auto; padding: 0 20px; }
.container-940 { max-width: 940px; }
.align-left { float: left; }
.align-right { float: right; }

.col-full { width: 100%; }
.col-half { width: 48%; }
.col-one-third { width: 30.63%; }
.col-two-third { width: 65.33%; }
.col-one-fourth { width: 22%; }
.col-three-fourth { width: 74%; }
.col-one-fifth { width: 16.8%; }
.col-two-fifth { width: 37.6%; }
.col-three-fifth { width: 58.4%; }
.col-four-fifth { width: 79.2%; }
.col-one-sixth { width: 13.33%; }
.col-five-sixth { width: 82.67%; }

.col-full, .col-half, .col-one-third, .col-two-third, .col-three-fourth, .col-one-fourth, .col-one-fifth, .col-two-fifth, .col-three-fifth, .col-four-fifth, .col-one-sixth, .col-five-sixth { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; }

.col-full { clear: both; float: none; margin-right: 0; }
.col-last { margin-right: 0; clear: right; }

/* =GLOBAL
----------------------------------------------- */

html, body { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { background: #e4e4e4 url("gfx/bg-body.gif") repeat 0 0; min-height: 100%; height: 100%; }
body:before { content: ""; background: rgba(172, 172, 172, 0.5); height: 261px; width: 100%; position: absolute; top: 202px; z-index: 1; }
body.home:before { height: 310px; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

.transparent-bg { background: rgba(255, 255, 255, 0.55); }
.bg { background: #e9e9e9; }

/* =BITS
----------------------------------------------- */

iframe { border: 5px solid #fff; }

/* LISTS */

ul, ol { margin: 0 0 10px 20px; }
ul { list-style: square; }
ul.unstyled { list-style: none; margin: 0; padding: 0; }
ol { list-style-type: decimal; }
ol ol { list-style: upper-alpha; }
ul li,
ol li { margin-bottom: 8px; }

/* FORMS */
	
form { margin-top: 30px; }
form p { margin-bottom: 20px; }
fieldset { background: #fefefe; border: 1px solid #c7c7c7; padding: 20px; margin-bottom: 20px; }
label { cursor: pointer; padding-bottom: 5px; display: inline-block; font-size: 14px; }
label span,
small span { color: red; }
small span { font-style: normal; font-size: 15px; }
input[type=text],
input[type=email],
textarea,
select { background-color: #fafafa; border: 1px solid #ddd; color: #888; padding: 8px 10px; font-size: 15px; outline: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
select:focus { color: #58585A; border-color: #58585a; background-color: #fff; -webkit-box-shadow: 0 0 5px rgba(88, 88, 90, 1); -moz-box-shadow: 0 0 5px rgba(88, 88, 90, 1); box-shadow: 0 0 5px rgba(88, 88, 90, 1); }
textarea { width: 90%; }
input[type="submit"] { background: #ca221d; color: #fff; font-size: 15px; border: none; cursor: pointer; margin-top: 10px; text-transform: uppercase; padding: 8px 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type="submit"]:hover { background: #EE2A24; }
.wpcf7 div.wpcf7-response-output { clear: both; padding: 12px 20px; text-align: left; margin-bottom: 0; font-size: 15px; line-height: 1.4; }
div.wpcf7-validation-errors { border-left: 5px solid #e90e0e; background-color: #ffe7e7; color: #e90e0e; }
span.wpcf7-not-valid-tip { font-size: 11px; font-style: italic; width: auto; padding: 6px 0 0 6px; color: red; display: block; }
div.wpcf7-mail-sent-ok { background-color: #f1ffeb; border-left: 5px solid #398F14; color: #398F14; }

/* IMAGES */

img { max-width: 100%; }
.rounded { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }

/* BUTTONS */

.btn { background: #ca221d; color: #fff !important; border: none; padding: 4px 12px; cursor: pointer; margin-top: 10px; outline: none; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.btn:hover, .btn:focus, .btn:active { background-color: #EE2A24; color: #fff; }

/* ----------------------------------------------------------------
    TYPOGRAPHY
-----------------------------------------------------------------*/

body { font-family: 'Noto Sans', Arial, sans-serif; color: #58585a; font-size: 15px; line-height: 1.7; }

strong { font-weight: bold; }
cite, em, i { font-style: italic; }
small { font-size: 12px; font-style: italic; }

p { margin-bottom: 15px; }
p#kicker { font-size: 16px; font-weight: 700; }
.centered { text-align: center; }
.hide { position: absolute !important; top: -9999px !important; left: -9999px !important; }
.screen-reader-text,
.screen-reader-response { clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { color: #ca221d; margin-bottom: 15px; clear: both; line-height: 1.2; }
h1 { font-family: Georgia, serif; font-size: 32px; color: #58585a; }
h2 { font-size: 26px; font-weight: 700; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
#content h3 { margin-top: 25px; }
.section-heading { text-align: center; background: url("gfx/bg-nav-line.gif") repeat-x center left; margin-bottom: 25px; }
.section-heading h2,
.section-heading h3 { background: url("gfx/bg-overlay-opacity.gif") repeat 0 0; display: inline-block; margin-bottom: 0; padding: 0 18px; font-family: Georgia, serif; }

/* LINKS */

a { color: #ca221d; text-decoration: none; cursor: pointer; }
a:focus,
a:active,
a:hover { color: #EE2A24; }
a.more { display: inline-block; padding: 0 0 0 18px; margin-bottom: 20px; background: url("gfx/ico-more-arrow.png") no-repeat center left; }
.tel,
.tel:hover { color: #58585a; }

/* ----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------*/

#masthead { position: relative; background: #fff; padding-bottom: 35px; margin-bottom: 25px; }
	
	#logo { display: block; padding: 30px 15px; }
	#logo img { width: 350px; }
	
	/* TOP MENU */
	
	#secondary-nav { position: absolute; top: 20px; right: 5px; }
	#secondary-nav ul { list-style: none; margin: 0; padding: 0; }
	#secondary-nav li { display: inline-block; text-transform: uppercase; border-right: 1px solid #58585A; line-height: 1.1em; }
	#secondary-nav li:last-child { border-right: none; }
	#secondary-nav a { color: #58585A; font-weight: 500; font-size: 1.1em; padding: 0 15px; }
	#secondary-nav a:hover { color: #EE2A24; }
	#secondary-nav li.current-menu-item a,
	.category #secondary-nav li#menu-item-330 a { color: #EE2A24; font-weight: 600; }
	
	/* MAIN MENU */
	
	#main-nav { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #58585A; }
	#responsive-nav,
	#menu-mobile-navigation { display: none; }
	#menu-main-navigation { font-size: 14px; list-style: none; margin: 0; padding: 0; }
	#menu-main-navigation > li { display: inline-block; margin-bottom: 0; }
	#menu-main-navigation li > a { display: block; padding: 8px 18px 10px 18px; color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.3); position: relative; }
	#menu-main-navigation > li > a:hover, #menu-main-navigation > li > a:focus, #menu-main-navigation > li > a:active, #menu-main-navigation > li.current-menu-item > a { background-color: #434344; }
	#menu-main-navigation > li > a:hover:after, #menu-main-navigation > li > a:focus:after, #menu-main-navigation > li > a:active:after, #menu-main-navigation > li.current-menu-item > a:after { content: ""; line-height: 0; border-top: 8px solid #434344; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; bottom: -8px; left: 50%; margin-left: -8px; }


/* ----------------------------------------------------------------
    SIDEBAR LEFT
-----------------------------------------------------------------*/

	#related-staff { margin: 0 0 50px 18px; }
	.related-profile { overflow: hidden; margin-bottom: 15px; font-family: Georgia, serif; }
	.related-profile div { margin-bottom: 0; }
	.related-profile .col-one-third { width: 28.63%; }
	.related-profile .col-two-third { width: 67.33%; }
	.related-profile-image img { width: 98%; padding: 4%; background-color: #d7d7d7; }
	.related-profile-details h4 { margin: 5px 0 5px 0; font-family: Georgia, serif; color: #58585a; font-size: 17px; }
	.related-profile-details li { margin-bottom: 3px; line-height: 22px; font-size: 16px; }
	.related-profile-details li strong { font-size: 15px; }
	.related-profile-details li .tel { font-size: 17px; }
	
	#sidebar-contact { font-family: Georgia, serif; text-align: center; background: #fefefe; padding: 22px 20px 14px 20px; clear: both; font-size: 16px; }
	#sidebar-contact h3 { font-family: Georgia, serif; font-size: 20px; color: #58585a; }
		
/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#page-content { background: rgba(255, 255, 255, 0.55) url("gfx/bg-main-content.png") no-repeat top center; -webkit-background-size: 940px 281px; -moz-background-size: 940px 281px; -o-background-size: 940px 281px; background-size: 940px 281px; padding-top: 20px; margin-bottom: 15px; overflow: hidden; position: relative; z-index: 900; }
.home #page-content { background: rgba(255, 255, 255, 0.55) url("gfx/bg-main-content-home.png") no-repeat top center; }
	
	/* HERO HEADER */
	
	#hero-header { padding-bottom: 25px; line-height: 0; overflow: hidden; position: relative; }
	.home #hero-header { overflow: visible; } 
	.home #hero-header:after { content: ""; background: url("gfx/shadow-home-header.png") no-repeat bottom center; width: 100%; height: 13px; position: absolute; left: 0; bottom: 12px; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; }

		#page-intro { text-align: center; height: 260px; width: 365px; }
		#page-intro h1 { color: #58585a; font-family: Georgia, serif; line-height: 1.5; }
		#page-intro:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }
		#page-intro div { display: inline-block; vertical-align: middle; width: 300px; padding: 10px 15px; }
		#page-intro p { font-family: Georgia, serif; color: #ca221d; font-size: 17px; line-height: 23px; }
		
		#header-image { position: relative; }
		#header-image:after { content: ""; position: absolute; left: 0; bottom: -13px; height: 13px; width: 100%; background: url("gfx/shadow-page-header.png") no-repeat bottom right; -webkit-background-size: 100% auto; -moz-background-size: 100% auto; -o-background-size: 100% auto; background-size: 100% auto; }
		#header-image span { width: 20px; height: 100%; display: block; position: absolute; top: 0; left: 0; background: rgba(172, 172, 172, 0.3); }
		#header-image img { height: 261px; }
		
	/* ----------------------------------------------------------------
	    CONTENT
	-----------------------------------------------------------------*/
		
	#content { float: right; }

		/* HOME */
		
		#home-contact { padding: 20px 20px 15px 20px; }
		#home-contact li { font-size: 15px; }
		#home-contact li:nth-child(3) a { font-size: 14px; }
		#home-contact h2 { font-family: Georgia, serif; font-size: 20px; color: #58585a; }
		#home-contact ul { font-size: 16px; font-family: Georgia, serif; }
		#home-promos { padding-top: 20px; margin-bottom: 15px; overflow: hidden; }
		#home-promos h2 { font-family: Georgia, serif; color: #58585a; font-weight: 400; }

	
		.teaser { width: 25%; }
		.teaser img { width: 100%; margin: 0 auto 4px auto; display: block; }
		.teaser header { text-transform: uppercase; background: #ef4843; line-height: 0; margin-bottom: 18px; text-align: center; }
		.teaser h3 { background: url("gfx/bg-heading.gif") repeat-x center left; color: #fff; text-transform: uppercase; display: inline-block; padding: 8px 17px; margin: 0; line-height: 20px; }
		.teaser span { background: #ef4843; padding: 0 12px; }
		.teaser p { text-align: center; font-size: 13px; line-height: 20px; margin: 0 0 5px 0; padding: 0 12px; }
		
		/* CLAIMS */
		
		a.button { width: 328px; height: 95px; display: block; font-family: Georgia, serif; font-size: 1.3em; margin-bottom: 30px; }
		a.button span { display: inline-block; padding: 30px 30px 30px 105px; color: #58585a; }
		a.general { background: url('gfx/btn-general-claim.png') no-repeat 0 0; }
		a.motor { background: url('/wp-content/uploads/2019/08/btn-motor-claim-lg.png') no-repeat 0 0; }
		a.commercial { background: url('/wp-content/uploads/2019/08/btn-commercial-claim-lg.png') no-repeat 0 0; }
		a.commercial, a.motor {
			background-size: 328px auto;
		}
		a.button:hover { background-position: 0 -95px; }
		a.button:hover span { color: #EE2A24; }
		/* OUR TEAM */
		
		#service-categories { background: url("gfx/bg-nav-line.gif") repeat-x center left; display: table; width: 100%; position: relative; margin-bottom: 40px; }
		.table { display: table; margin: 0 auto; }
		#service-categories ul { overflow: hidden; font-size: 16px; background: url("gfx/bg-overlay-opacity.gif") repeat 0 0; min-width: 600px; padding-left: 10px; }
		#service-categories li { display: inline; margin: 0 6px; }
		#service-categories a { padding: 1px 10px; }
		li#title-li { padding: 1px 0; }
		li.current-cat a { background: #ef4843; color: #fff; }
		
		.profile { text-align: center; font-family: Georgia, serif; }
		.profile h4 { margin: 5px 0 0 0; font-family: Georgia, serif; color: #58585a; font-size: 19px; font-weight: bold; }
		.profile h5 { font-family: Georgia, serif; color: #58585a; font-size: 14px; }
		a.disclosure { color: #58585a; border-bottom: 1px dotted #58585a }
		a.disclosure:hover { color: #EE2A24; border-bottom: 1px solid transparent; }
		.profile li { margin-bottom: 5px; line-height: 24px; font-size: 15px; }
		.profile li strong { font-size: 15px; }
		.profile li.phone { font-size: 18px; }
		.profile-image { position: relative; margin: 0 auto; }
		.profile-image img { border: 6px solid #d7d7d7; }
		
		/* CONTACT */
		
		.google-map { position: relative; padding-bottom: 80%; height: 0; overflow: hidden; margin-bottom: 30px; }
		.google-map iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/
	
#global-footer { background: #fff; margin-bottom: 20px; padding: 18px 20px; position: relative; z-index: 100; overflow: hidden; }
#global-footer div { margin-bottom: 0; }

	#menu-footer-nav { list-style: none; margin: 15px 0 0 0; font-size: 14px; }
	#menu-footer-nav li { padding: 0 10px; margin: 0; border-right: 1px solid #858585; line-height: 14px; display: inline-block; }
	#menu-footer-nav li:first-child { padding-left: 0; }
	#menu-footer-nav li:last-child { border-right: none; padding-right: 0; }
	#menu-footer-nav li a { color: #858585; display: block; }
	#menu-footer-nav li.current-menu-item a,
	#menu-footer-nav li a:hover { color: #EE2A24; }
	
	#footer-logos { list-style: none; margin: 0; text-align: right; }
	#footer-logos li { margin: 0 -2px 0 0; display: inline-block; }
	#footer-logos a { display: block; }
	
/* ----------------------------------------------------------------
    BACK TO TOP
-----------------------------------------------------------------*/

#back-to-top { display: none; z-index: 999; position: fixed; top: auto; left: auto; right: 20px; bottom: 20px; cursor: pointer; background-color: #ca221d; color: #fff; height: 40px; width: 40px; font-size: 30px; line-height: 50px; border: 1px solid #fff; text-align: center; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#back-to-top span { position: absolute; left: -5000px; }
#back-to-top:hover, #back-to-top:focus, #back-to-top:active { background-color: #EE2A24; }

/* ----------------------------------------------------------------
    IE SPECIFIC
-----------------------------------------------------------------*/

html.ie7 .transparent-bg,
html.ie8 .transparent-bg { background: url("gfx/transparency-white.png") repeat 0 0; }
html.ie7 .bg-overlay,
html.ie8 .bg-overlay { background: url("gfx/transparency-black.png") repeat 0 0; }
html.ie7 #header-image span,
html.ie8 #header-image span { background: url("gfx/transparency-black.png") repeat 0 0; }


.button.claimForm {
	font-size: 15px;
}

a.button.claimForm span {
	padding-top: 32px;
}