/* ------------------------------------------------------- */
/* Primary color
 * Edit #b40606 to the color you wish
/* ------------------------------------------------------- */
a, a:hover,
blockquote em, 
blockquote cite,
blockquote em a,
blockquote em a:hover,
blockquote cite a,
blockquote cite a:hover,
.authorbox .text h4 a,
.wi-member .role,
.wi-portfolio-filter ul li.active a,
.wi-testimonial .author .name {
	color:#b40606;
	}
.header-slider .flex-control-paging li a.flex-active,
.text-slider .flex-control-paging li a.flex-active,
.gallery-icon:hover,
#respond #submit:hover,
.contactform #submit:hover,
.progress .fore .bar,
.testimonial-slider .flex-control-paging li a.flex-active,
.wi-button .btn-primary,
.wi-pricing .pricing-column.featured {
	background-color:#b40606;
	}
.wi-portfolio-filter ul li.active a {
	border-color:#b40606;
	}

/* ------------------------------------------------------- */
/* Font
 * Choose the font you want and place it here
/* ------------------------------------------------------- */
	/* Body font
	------------------------------------- */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	/* Navigation font
	------------------------------------- */
#wi-mainnav ul.menu > li > a {
	font-family: 'Oswald', sans-serif;
	}
	
	/* Heading font
	------------------------------------- */
h1, h2, h3, h4, h5, h6, dl dt,
#wi-top-area .wi-button .btn,
#wi-logo a,
.page-separator .wi-button .btn,
.bigtext,
.post-nav .ele a,
.tags,
.commentlist .fn,
#respond .comment-ele label,
#respond #submit,
.tagcloud a,
.widget_categories ul li a,
.contactform .ele label,
.contactform #submit,
.contactform .note .result,

.progress .fore .name,
.wi-count .number,
.wi-count .name,
.wi-member .name,
.wi-pricing .pricing-column .title-row,
.wi-toggle .toggle-title,
.wi-tab .tabnav ul li a,
.wi-piechart .number,
.wi-piechart-container .name,

.wi-portfolio-filter ul li a,
.portfolio-item .thumb .name
{
	font-family: 'Oswald', sans-serif;
	}

/* ------------------------------------------------------- */
/* Top area
/* ------------------------------------------------------- */
#wi-top-area {
	background-image:url(../assets/wooden.jpg);
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	background-size:cover;
	}
#wi-top-area .overlay {
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
	}
#wi-top-area.type-bg-slider .overlay {
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	}
.header-slider .flexslider {
	min-height:0px;
	}	
/* ------------------------------------------------------- */
/* Sections
/* ------------------------------------------------------- */

	/*	Team
	------------------------------------- */
#page-separator-team {
	background-image:url(../images/sidrbg/argyle.png);
	-webkit-background-size: 106px 96px;
	-moz-background-size: 106px 96px;
	background-size: 106px 96px;
	}
#page-separator-team .overlay {
	background:#fff;
	opacity:0.08;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
	filter: alpha(opacity=8);
	}
	
	/*	Services
	------------------------------------- */
#page-separator-service {
	background-image:url(../assets/girl.jpg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:repeat;
	background-attachment:fixed;
	padding-top:120px;
	padding-bottom:120px;
	}
#page-separator-service .overlay {
	opacity:0.55;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
	filter: alpha(opacity=55);
	}
#page-separator-service .clipmask {
	opacity:0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
	}
	
	/*	Portfolio
	------------------------------------- */
#page-separator-portfolio {
	padding-top: 120px;
	padding-bottom: 120px;
	background-size: cover;
	background-image: url(../assets/fishing2.jpg);
	background-repeat: no-repeat;
	}
#page-separator-portfolio .overlay {
	background:#000;
	opacity:0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	}
	
	/*	Pricing
	------------------------------------- */
#page-separator-pricing {
	background-image: url(../assets/fishing4.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	}
#page-separator-pricing .overlay {
	background:#000;
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	}
#page-separator-pricing .clipmask {
	opacity:0.05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	filter: alpha(opacity=5);
	}
	
	/*	Contact
	------------------------------------- */
#page-separator-contact {
	background-image:url(../assets/fishing.jpg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:repeat;
	padding-top:120px;
	padding-bottom:120px;
	}
#page-separator-contact .overlay {
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	}
	
/* -------------------------------------------------------------------------------------- */
/* Retina
/* -------------------------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){
	#page-separator-team {
		background-image:url(../images/sidrbg/argyle_@2X.png);
		}
}

/* -------------------------------------------------------------------------------------- */
/* Responsive
/* -------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
	}
@media (max-width: 767px) {
	}
@media (max-width: 479px) {
	}
