/*
Theme Name: Fishers
Author: Sincordia
Author URI: http://www.sincordia.co.uk
Description: Description
Version: 1.0.0
*/

/* Fonts */
@import 'https://fonts.googleapis.com/css?family=Lato:400,900|Vidaloka';


/* Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0;}
img {
	max-width: 100%;
}


/* WP Defaults */
.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}


/* Base */
* {
	box-sizing: border-box;
}
body {
	background: #d8d5d5;
}
img {
	max-width: 100%;
}


/* Typography */
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Vidaloka', serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a,
a:hover,
a:focus {
	color: #9fad00;
	text-decoration: none;
}


/* Elements */
.green_btn {
	display: inline-block;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #151515;
	text-align: center;
	padding: 17px 23px;
	border: 1px solid #598527;
	background: #c3d600;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.green_btn:hover,
.green_btn:focus {
	color: #151515;
	background: #d2e600;
}
.blue_underline {
	display: inline-block;
	width: 50%;
	height: 3px;
	background: #7c8294;
	margin: 0 auto;
}


/* Header */
header {
	width: 100%;
	background: #eaeaea;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
#top_bar {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #c9c1c1;
	text-align: right;
}
#top_bar a {
	color: black;
}
#logo {
	display: block;
	padding: 24px 0;
	float: left;
	width: 100%;
}
@media (max-width:767px){
	#logo {
		text-align: center;
	}
	#logo img {
		width: 40%;
	}
}
#social_links {
	float: right;
	margin: 6px 0 0 10px;
}
#social_links li {
	float: left;
	margin-left: 10px;
}
#main_navigation {
	float: right;
	margin: 48px 0 0 0;
	border-bottom: 2px solid #c9cbd0;
	padding-bottom: 6px;
}
#main_navigation li {
	float: left;
	margin: 0 4px;
	text-transform: uppercase;
}
#main_navigation li a {
	display: inline-block;
	padding: 6px;
	color: #333;
}
#main_navigation li.current-menu-item a,
#secondary_navigation li.current-menu-item a {
	background: #c3d600;
}
@media (max-width:1199px){
	#main_navigation {
		margin-top: 15px;
	}
}
@media (max-width:992px){
	#main_navigation {
		font-size: 12px;
	}
	#main_navigation li a {
		padding: 4px;
	}
}
#secondary_navigation {
	float: right;
	margin-top: 10px;
}
#secondary_navigation li {
	float: left;
	margin-left: 15px;
}
#secondary_navigation li a {
	color: #333333;
}
#secondary_navigation li.current-menu-item a {
	padding: 3px 6px;
}
@media (max-width:992px){
	#secondary_navigation {
		font-size: 12px;
	}
}
@media (max-width:767px){
	#secondary_navigation {
		margin-bottom: 15px;
	}
}


/* Homepage */
#home_banner {
	height: 877px;
	background: url('assets/img/home-banner.jpg') no-repeat center top;
	background-size: cover;
	text-align: center;
}
#home_banner h1 {
	font-size: 72px;
	color: #fefefe;
	margin: 150px 0 48px 0;
	text-shadow: 0px 0px 16px rgba(0,0,0,1);
}
#home_boxes {
	margin-top: -400px;
	margin-bottom:  42px;
}
.home_box {
	text-align: center;
	background: #f1f1f1;
	padding: 0 44px 44px 44px;
}
.home_box h3 {
	padding: 37px 0;
	font-size:  30px;
	text-transform: uppercase;
}
.home_box img {
	width: 100%;
}
.home_box .green_btn {
	margin-top: 28px;
}
@media (max-width:992px){
	.home_box {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.home_box h3 {
		padding: 15px 0;
	}
	.home_box img {
		width: 33%;
		display: block;
		margin: 0 auto;
	}
	.home_box .green_btn {
		margin-top: 15px;
	}
}
#home_copy {
	text-align: center;
}
#home_copy h2 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 28px;
}
#home_copy h3 {
	font-size: 24px;
	line-height: 32px;
}
#home_copy h3,
#home_copy p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 22px;
}
#home_copy p {
	font-size: 14px;
	line-height: 22px;
}
@media (max-width:992px){
	#home_copy .green_btn {
		margin-bottom: 15px;
	}
}


/* Page */
#page_container {
	background: #f1f1f1;
	padding-top: 48px;
	padding-bottom: 48px;
}
#page_container h1 {
	text-transform: uppercase;
	font-size: 30px;
}
#page_container .blue_underline {
	width: 33%;
}
#page_content {
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
#page_content h1,
#page_content h2,
#page_content h3,
#page_content h4,
#page_content h5 {
	margin-bottom: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 22px;
}
#page_content p {
	margin-bottom: 15px;
}
#page_content ul {
	margin-bottom: 15px;
	padding-left: 20px;
}
#page_content ul li {
	list-style: disc;
	line-height: 20px;
}
#page_content .gform_body ul {
	padding-left: 0;
}
.gform_body input {
	width: 100%!important;
}
.sidebar_item {
	margin-bottom: 20px;
	border: 1px solid #cecece;
}
.sidebar_item.image img {
	display: block;
}
.sidebar_item.text_box {
	background: #c3d600;
	padding: 15px;
	text-align: center;
}
.sidebar_item.text_box h3 {
	font-size: 22px;
	line-height: 26px;
}
.sidebar_item.text_box p {
	font-size: 16px;
	line-height: 18px;
}
.sidebar_item.text_box h3,
.sidebar_item.text_box p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 15px;
}
.sidebar_gallery {
	padding: 15px 15px 0 15px;
	border: 1px solid #ccc;
	text-align: center;
}
.sidebar_gallery li {
	display: none;
}
.sidebar_gallery li.active {
	display: block;
}
.sidebar_gallery img {
	width: 100%;
}
.sidebar_gallery .nav_bullets {
	margin: 10px 0;
}
.sidebar_gallery .nav_bullets .nav_bullet {
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('assets/img/nav-bullet.png') no-repeat 0px 0px;
}
.sidebar_gallery .nav_bullets .nav_bullet.active {
	background-position: -14px 0;
}
.gallery-icon {
	float: left;
	width: 20%;
	margin-bottom: 10px;
	padding: 0 15px;
}
.gallery-icon img {
	width: 100%;
	height: auto!important;
}



/* Footer */
footer {
	width: 100%;
	background: #363636;
	padding-top: 42px;
	margin-top: 42px;
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.page-template-default footer,
.page-template-page-sidebar footer,
.page-template-page-contact footer {
	margin-top: 0;
}
footer h4 {
	text-transform: uppercase;
	font-size: 18px;
}
footer h4,
footer p {
	margin-bottom: 24px;
}
footer p {
	font-size: 14px;
	line-height: 16px;
}
#sub_footer {
	width: 100%;
	margin-top: 42px;
	height: 55px;
	line-height: 55px;
	background: #252525;
	text-align: right;
	font-size: 14px;
}
#sub_footer a {
	display: inline-block;
	padding: 0 5px;
}