/*
Theme Name: Garrets
Theme URI: 
Author: Baseonesolutions
Author URI: http://www.baseonesolutions.com/
Description:
Version: 1.0
*/

/*--font --*/
@font-face {
	font-family:"Open Sans Semibold";
	src:url("fonts/OpenSans-Semibold.eot?") format("eot"),
	url("fonts/OpenSans-Semibold.woff") format("woff"),
	url("fonts/OpenSans-Semibold.ttf") format("truetype"),
	url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ropa_sansregular';
    src: url('fonts/ropasans-regular-webfont.eot');
    src: url('fonts/ropasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ropasans-regular-webfont.woff') format('woff'),
         url('fonts/ropasans-regular-webfont.ttf') format('truetype'),
         url('fonts/ropasans-regular-webfont.svg#ropa_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Css Reset */
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,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,caption{
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
}
body {
	color:#404041;
	padding:0;
	margin:0;
	font-size:12px;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	background: url(images/bgr_body.jpg) no-repeat center top;
}

html, body {
	overflow-x:hidden;
}
html { background:#373738; }
ul,ol {
	list-style:none;
}
img,fieldset {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
}
/*----------------------*/
/*        Wrapper       */
/*----------------------*/
#wrapper_area {
	width:100%;
}
#header_area {
	width:100%;
}
#header {
	width:960px;
	margin:0 auto;
	min-height:86px;
	position:relative;
	z-index:1000;
}
.logo {
	width:314px;
	height:116px;
	position:absolute;
	left:11px;
	top:6px;
	z-index:1000;
}
.logo img {
	display:block;
}
/*----------------------*/
/*        Menu          */
/*----------------------*/
#menu {
	float:right;
	width:633px;
	overflow:hidden;
	padding-right:9px;
}
#menu ul {
	float:right;
}
#menu ul li {
	float:left;
	padding-left:25px;
}
#menu ul li a {
	height:15px;
	color:#fff;
	font-size:16px;
	font-family: 'ropa_sansregular';
	display:block;
	padding-top:59px;
	text-transform:uppercase;
}
#menu ul li:hover > a,
#menu ul li.current_page_item > a,
#menu ul li.current-menu-parent > a,
#menu ul li.current-menu-ancestor > a {
	background:url(images/hover.jpg) repeat-x;
	color:#a0ce4e;
}
#menu ul li ul {
	width:250px;
	z-index:9999;
	position: absolute;
	left: -999em;
	background:#2f2f2f;
	margin:0px 0px 0px -14px;
	padding-top:13px;
}
#menu ul li ul li {
	width:250px;
	background:none;
	float:none;
	padding:0px;
	text-transform:capitalize;
}
#menu ul li ul li a {
	height:30px;
	font-size:16px;
	color:#fff;
	display:block;
	padding:5px 0px 0px 14px;
	text-transform:capitalize;

}
#menu ul li ul li a:hover,
#menu ul li ul li:hover > a,
#menu ul li ul li.current_page_item > a,
#menu ul li ul li.current-menu-parent > a ,
#menu ul li ul li.current-menu-ancestor > a{
	background:none;
}
#menu ul li ul ul {
	margin:-35px 0px 0px 178px;
	padding:0;
}
#menu ul li:hover ul ul, #menu ul li:hover ul ul ul {
	left: -999em;
}
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul {
	left: auto;
}
#menu ul li:hover { 
	position: static;
}
/*----------------------*/
/*     slider_area      */
/*----------------------*/
#slider_area {
	width:100%;
}
#slider {
	position:relative;
	width:960px;
	margin:0 auto;
}
#slider_top_shadow {
	background:url(images/shadow_slider_area.png) no-repeat top center;
	width:960px;
	height:41px;
	position:absolute;
	top:0px;
	z-index:300;
}
#slider_left_shadow {
	background:url(images/slider_left_shadow.png) no-repeat left;
	width:43px;
	height:434px;
	position:absolute;
	left:-43px;
	z-index:300;
}
#slider_right_shadow {
	background:url(images/slider_right_shadow.png) no-repeat right;
	width:43px;
	height:434px;
	position:absolute;
	right:-43px;
	z-index:300;
}
.slideshow {
	width:100%;
	margin:0 auto;
}
.slideshow img {
	display:block;
}
#friendly_service {
	width:859px;
	height:350px;
	position:absolute;
	top:73px;
	left:70px;
	z-index:500;
}
#van_img {
	width:902px;
	height:220px;
	position:absolute;
	z-index:1500;
/*	left:18px; */
	top:360px;
	margin-left:1500px
}
#friendly_service h3 {
	font-size:40px;
	color:#343333;
	font-family: 'open_sanslight';
	font-weight:normal;
	line-height:50px;
}
#friendly_service h2 {
	font-size:32px;
	color:#343333;
	font-family: 'open_sanslight';
	font-weight:normal;
	line-height:32px;
}
.online_quote {
	float:left;
	min-height:49px;
	padding-top:18px;
}
.online_quote a,
.online_quote a span,
.online_quote a span span {
	display:block;
	float:left;
	text-shadow: .50px 1px 0px #f1f8e2;
}
.online_quote a {
	background:url(images/bgr_left_quote.png) no-repeat left;
	padding-left:57px;
}
.online_quote a span {
	background:url(images/bgr_right_quote.png) no-repeat right;
	padding-right:8px;
}
.online_quote a span span {
	background:url(images/bgr_middlebg_quote.png) repeat-x;
	line-height:49px;
	font-size:13px;
	color:#54770f;
	font-family: 'open_sansbold';
	padding-left:4px;
	text-transform:uppercase;
}
.online_quote small {
	display:block;
	font-size:21px;
	font-family: 'open_sanslight';
	color:#333333;
	float:left;
	line-height:49px;
	padding-left:14px;
}
/*----------------------*/
/*    container_area    */
/*----------------------*/
#container_area {
	width:100%;
	background:url(images/bgr_container_area.jpg);
	padding-bottom:14px;
}
#container {
	width:960px;
	margin:0 auto;
	padding-top:25px;
}
#see_below {
	background:#1e1e1e;
	margin-bottom:9px;
}
#see_below p {
	text-align:right;
	font-size:15px;
	color:#fff;
	font-family: 'ropa_sansregular';
	text-transform:uppercase;
	padding:11px 10px 10px 0px;
}
.entry {
	width:100%;
	color:#fff;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	font-weight:normal;
	font-family: 'open_sansbold';
	padding-bottom:5px;
	color:#7ac142;
}
.entry h1 {
	font-size:23px;
	padding-bottom:15px;
}
.entry h2 {
	font-size:22px;
}
.entry h3 {
	font-size:20px;
	font-family: 'open_sansbold';
	padding-bottom:10px;
}
.entry h4 {
	font-size:19px;
}
.entry h5 {
	font-size:16px;
}
.entry h6 {
	font-size:14px;
}
.entry a {
	color:#54770f;
	font-size:13px;
}
.entry p {
	font-size:14px;
	color:#dddddd;
	padding-bottom:20px;
	line-height:20px;
	text-align:justify;
}
.entry ul {
	padding:0 0 10px 20px;
}
.entry ul li {
	list-style:disc;
	font-size:14px;
	color:#dddddd;
	line-height:22px;
	padding-bottom:6px;
}
.entry ul li a {
	font-size:14px;
	color:#fff;
	line-height:22px;
	padding-bottom:6px;
}
.entry ol {
	list-style-type:decimal;
	padding:0 0 10px 25px;
}
.entry ol li {
	list-style-type:decimal;
	font-size:14px;
	color:#dddddd;
	line-height:22px;
	padding-bottom:6px;
}
.entry a,
.entry ol li a,
.entry ul li a {
	color:#7ac142;
}
.entry ul.column_list {
	overflow:hidden;
}
.entry ul.column_list li {
	width:46%;
	float:left;
}
/*----------------------*/
/*       Contant        */
/*----------------------*/
#contant {
	margin:0px;
	padding:0px;
}
.top_contant {
	overflow:hidden;
	background:url(images/bgr_top_contant.jpg);
	border:1px #4a4949 solid;
	padding:10px 22px 15px 19px;
	margin-bottom:14px;
}
.top_content_image {
	float:right;
	width:283px;
	padding-top:40px;
}
.top_content_image img {
	display:block;
}
.top_entry {
	float:left;
	width:610px;
}
#google_map {
	margin-bottom:10px;
	position:relative;
}
#google_map p img {
	display:block;
}
#google_map p {
	padding-bottom:0px;
}
#warning_message {
	width:282px;
	position:absolute;
	bottom:18px;
	right:19px;
}
#warning_message_top {
	background:url(images/bgr_warning_top.jpg) no-repeat top;
}
#warning_message_btm {
	background:url(images/bgr_warning_btm.jpg) no-repeat bottom;
}
#warning_message_bg {
	background:url(images/bgr_warning_bg.jpg) repeat-y;
}
#warning_message_btm {
	background:url(images/bgr_warning_btm.jpg) no-repeat bottom;
	padding:14px 46px 16px 16px;
}
#warning_message h4,
#warning_message strong,
#warning_message p {
	color:#fff;
	font-family:"Open Sans Semibold";
	text-shadow: 2px 2px 2px #6e9832;
}
#warning_message h4 {
	font-size:22px;
	padding-bottom:4px;
}
#warning_message p {
	font-size:16px;
	line-height:21px;
}
#warning_message strong {
	font-size:23px;
	padding-top:4px;
	display:block;
}
#post_area {
	padding:0px;
	margin:0px;
}
.post_box {
	padding:12px 0px 12px 0px;
	overflow:hidden;
	border-top:#9d9898 1px solid;
}
.post_box:first-child {
	border-top:none;
}
.post_box .alignright {
	float:left;
	padding:10px 0px 0px 0px;
}
.post_content {
	width:626px;
	float:right;
}
.post_title {
	overflow:hidden;
}
.post_box h3 {
	float:left;
}
.more_btn {
	float:right;
}
.post_title a ,
.post_title a span,
.post_title a span span {
	display:block;
	text-shadow: .50px 1px 0px #f1f8e2;
}
.post_title a {
	background:url(images/redmore_left_bg.png) no-repeat left;
	padding-left:46px;
	margin-top:7px;
}
.post_title a span {
	background:url(images/redmore_right_bg.png) no-repeat right ;
	padding-right:6px;
}
.post_title a span span {
	background:url(images/redmore_bg.png) repeat-x .50px;
	line-height:28px;
	color:#54770f;
	font-size:13px;
	padding-left:6px;
}

.post_title h3 a { background:none !important; padding-left:0; margin-top:0; text-shadow:none; font-size:18px }

.top_contant .post_box .post_content { width:580px; }

/*----------------------*/
/*   bottom_quote_area  */
/*----------------------*/
#bottom_quote_area {
	background:#373738 url(images/bgr_bottom_quote_area.jpg) repeat-x;
}
#bottom_quote {
	width:947px;
	margin:0 auto;
	padding:31px 0px 12px 13px;
}
#bottom_quote span {
	font-size:40px;
	color:#dcdcdc;
	font-family: 'open_sanslight';
}
#bottom_menu_area {
	background:#29292a;
}
#bottom_menu {
	width:947px;
	margin:0 auto;
	padding:22px 0px 24px 13px;
	position:relative;
}
#bottom_menu ul {
	float:left;
}
#bottom_menu ul li {
	float:left;
	padding-right:25px;
}
#bottom_menu ul li a {
	color:#fff;
	font-size:16px;
	font-family: 'ropa_sansregular';
	display:block;
	text-transform:uppercase;
}
#bottom_menu ul li.current_page_item > a,
#bottom_menu ul li a:hover  {
	color:#a0ce4e;
}
.bottom_logo {
	width:296px;
	height:100px;
	top:-17px;
	right:0px;
	position:absolute;
	z-index:500;
}
.bottom_logo img {
	display:block;
}
#footer_area {
	background:#373738;
}
#footer {
	width:936px;
	margin:0 auto;
	padding:12px;
	overflow:hidden;
}
#footer p {
	float:left;
	color:#8c8989;
	font-size:12px;
	text-shadow: .50px 1px 0px #252525;
}
#footer  small {
	padding-left:75px;
	color:#8c8989;
	font-size:10px;
	float:left;
	display:block;
	text-shadow: .50px 1px 0px #252525;
}
#footer  small a {
	color:#8c8989;
	font-size:10px;
	float:left;
	display:block;
	text-shadow: .50px 1px 0px #252525;
}


/*-------------------------------*/
/*      Post Images              */
/*-------------------------------*/
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
}
.alignright {
	padding: 9px 0px 5px 25px;
	display: inline;
}
.alignleft {
	padding: 9px 25px 5px 0;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }

.wp-caption {
	border: 1px solid #b2c4c8;
	text-align: center;
	padding:9px 4px 4px 4px;
	margin-bottom:10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}





.wpcf7-form-control { width:250px; }
.wpcf7-textarea { height:50px; }
.wpcf7-list-item label { display:block; color:#fff; }
