/*
Theme Name: Multitask 2014
Description: Multitask 2014
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3
	
	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, 
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/*	text-rendering:optimizeLegibility; */
/*	Turned this off to make it more mobile-compatible */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
}
body {
	font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	height: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* wrapper */
.wrapper {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}
/* header */
.header {
	display: table-row;
}
.header_wrapper {
	/*background: url("/wp-content/themes/Multitask-2014/img/header-background.jpg") center top no-repeat;
	display: table-cell;*/
	background-position:right top;
}
.header_content {
	display: table;
	padding-top: 120px;
	width: 100%;
}

/* logo */
.logo_wrapper {
	display: table-row;
}
.logo {
	display: table-cell;
	vertical-align: top;
}
.logo_plaque .plaque {
	background: url("/wp-content/themes/Multitask-2014/img/translucent-white.png");
	height: 190px;
}
.logo_content {
	width: 1000px;
}
.logo_content a {
	background: url("/wp-content/themes/Multitask-2014/img/header-logo.png") 20px 20px no-repeat, url("/wp-content/themes/Multitask-2014/img/translucent-white.png");
	border-radius: 0 20px 20px 0;
	display: inline-block;
	font-family: Arial;
	height: 190px;
	padding: 125px 125px 20px 20px;
	text-align: center;
	width: 431px;
}
.logo_content a:first-line {
	letter-spacing: -1px;
	text-transform: uppercase;
}

.header_spacer {
	display: table-row;
	height: 70px;
}

/* mainnav */
.mainnav_wrapper {
	display: table-row;
}
.mainnav {
	display: table-cell;
	vertical-align: top;
}
.mainnav_plaque .plaque {
	background: url("/wp-content/themes/Multitask-2014/img/translucent-black.png");
	height: 45px;
}
.mainnav_content {
	width: 1000px;
}
.mainnav_content nav ul {
	background: url("/wp-content/themes/Multitask-2014/img/translucent-black.png");
	border-radius: 0 10px 10px 0;
	display: inline-block;
	float: left;
	margin: 0;
	/*padding: 5px 0 5px 10px;*/
	padding: 0px 0px 0px 10px;
}
.mainnav_content nav li {
	display: inline-block;
	position: relative;
}
.mainnav_content nav a {
	/*border-left: 1px solid #555253;*/
	background: url("/wp-content/themes/Multitask-2014/img/nav_bg.gif") no-repeat left center;
	color: #D3D3D3;
	display: inline-block;
	font-family: 'MyriadPro-Regular';
	font-size: 22px;
	/*height: 35px;*/
	height: 45px;
	letter-spacing: -1px;
	/*line-height: 40px;*/
	line-height: 45px;
	padding: 0 8px;
}

.mainnav_content nav a:hover {
	color: #909090;
}

.mainnav_content nav .current_page_item > a {
	color: #fbbf18;
}

.mainnav_content nav .current_page_ancestor > a {
	color: #fbce4f;
}

.mainnav_content nav li:first-child a {
	border-left: none;
	background: none;
}
.mainnav_content .tagline {
	color: #FFFFFF;
	float: right;
	font-family: 'desertdoghmkregular';
	font-size: 46px;
	min-height: 100px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px #000000;
}

.mainnav_content nav li ul.sub-menu {
	display: none;
	position: absolute;
	padding: 0px;
	border-radius: 0px;
	z-index: 1;
}

.mainnav_content nav li:hover ul.sub-menu {
	display: block;
}

.mainnav_content nav li ul.sub-menu li {
	display: block;
	width: 250px;
	position: relative;
	background: url("/wp-content/themes/Multitask-2014/img/nav_bg.gif") repeat-y left center;
}

.mainnav_content nav li ul.sub-menu li a {
	border: none;
	background: none;
	height: auto;
	font-size: 18px;
}

.mainnav_content nav li ul.sub-menu li ul.sub-menu {
	display: none;
	position: absolute;
	left: 250px;
	top: 0px;
}

.mainnav_content nav li ul.sub-menu li:hover ul.sub-menu {
	display: block;
}



/* main content */
.content {
	display: table-row;
}
.content_wrapper {
	background: url("/wp-content/themes/Multitask-2014/img/content-background.png") center top no-repeat;
	display: table-cell;
	height: 100%;
	padding-top: 20px;
}



.sectionbar_wrapper {
	display: table;
	width: 100%;
}
.sectionbar {
	display: table-cell;
	vertical-align: top;
}
.sectionbar_content {
	text-align: right;
	width: 1000px;
}
.sectionbar_content a {
	background: #FBCE4F;
	border-radius: 10px 0 0 10px;
	color: #555253;
	display: inline-block;
	font-family: 'MyriadPro-Regular';
	font-size: 22px;
	height: 45px;
	letter-spacing: -1px;
	line-height: 40px;
	padding: 5px 10px 5px 20px;
	text-align: left;
	width: 66%;
}
.sectionbar_plaque .plaque {
	background: #FBCE4F;
	height: 45px;
}

.content_content {
	display: table;
	margin: 0 auto;	
	max-width: 980px;
	width: 100%;
}

/*------------------------------------*\
    SEARCH FORMS IN SIDEBAR
\*------------------------------------*/
body .sidebar .sidebar-widget .search-input {
	margin:0;
	padding:0;
	border: 1px solid #ccc;
	height: 20px;
}

body .sidebar .sidebar-widget button.search-submit {
	width: 33px;
	height: 22px;
	margin:0;
	padding:0;
	border: 1px solid #ccc;
}

/*------------------------------------*\
    GRAVITY FORMS
\*------------------------------------*/

fieldset {
	border: 1px solid #ccc;
}

legend {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 18px;
}

body .gform_button {
float: left;
background:#FBCE4F;
color: #181818;
width: 111px;
height: 32px;
cursor: pointer;
border:none;
border-radius: 10px;
}

body .gform_wrapper {
	max-width:80%;
	display:block;
	margin:0 auto;
}

body #gform_wrapper_1 {
	max-width:80%;
	display:block;
	margin:0 auto;
}

body .gform_wrapper .gfield_captcha_container img.gfield_captcha {
	width:100px;
	height:30px;
}

body .gform_wrapper .top_label textarea.textarea {
	height:80px;
	border: 1px #ccc solid;
}

body .gform_wrapper input {
	border: 1px #ccc solid;
}

/*------------------------------------*\
    NEWS PAGE
\*------------------------------------*/

.blog_post .blog_title a {
	color:#181818;
}

.pages {
	width: 100%;
	height: auto;
	text-align:center;
	margin: 30px 0 10px 0;
}

/*------------------------------------*\
    FEATURED SECTION HOME BANNER
\*------------------------------------*/

.featured-items-container {
	margin: 0 auto;
	max-width: 970px;
	text-align: center;
}

.featured-item {
	background: #CCCCCC center bottom 15px / cover no-repeat;
	border-radius: 20px;
	box-shadow: inset 0 0 27px 0 rgba(0,0,0,0.4);
	display: inline-block;
	font-size: 22px;
	height: 215px;
	margin: 5px;
	position: relative;
	width: 310px;
}

.featured-item span {
	background: #FBBF18;
	border-radius: 0 0 20px 20px;
	bottom: 0;
	display: block;
	padding: 7px;
	position: absolute;
	width: 100%;
}

.featured-item:hover span {
	background: url("/wp-content/themes/Multitask-2014/img/translucent-black.png");
	color: #FBBF18;
}



/*
#featured-section {
	width: 100%;
	height: 200px;
}

#featured-container {
	width: 100%;
	height: auto;
}

.featured-container-inner {
	max-width: 980px;
	height: auto;
	margin:0 auto;
}

.featured-item-1 {
	width: 310px;
	height: 195px;
	padding: 10px;
	display:inline-block;
	margin: 0 18px 0 0;
	background-color:#ccc;
	border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	position:relative;
	vertical-align:top;
}

.featured-item-2 {
	width: 310px;
	height: 195px;
	padding: 10px;
	display:inline-block;
	margin: 0 18px 0 0;
	background-color:#ccc;
	border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	position:relative;
	vertical-align:top;
}

.featured-item-3 {
	width: 310px;
	height: 195px; 
	padding: 10px;
	display:inline-block;
	margin: 0 0 0 0;
	background-color:#ccc;
	border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 27px 0px rgba(0,0,0,0.4);
	position:relative;
	vertical-align:top;
}

.featured-title-bg {
		position:absolute;
		z-index:2;
		bottom:0;
		left:0;
		width:310px;
		height: 45px;
		line-height: 45px;
		font-size: 22px;
		color:#FFFFFF;
		padding: 0 0 0 20px;
		background-color:#fbbf18;
		font-weight:400;
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
*/


section[role=main] {
	display: table-cell;
	padding: 0 10px 20px 10px;
	max-width: 980px;
}

section[role=main] img {
	max-width: 100%;
	height:auto;
}

section[role=main] a {
	color:#ff6600;
	font-weight:400;
}

section[role=main] a:hover {
	color:#181818;
	font-weight:400;
}


/* sidebar */
.sidebar {
	display: table-cell;
	padding: 0 20px 20px 13px;
	width: 333px;
}

/* widgets */

.widget_facebook h3 {
	display: none;
}

.widget_facebook {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}

.widget_search {
	display: inline-block;
	width: 250px;
	padding-left: 20px;
	vertical-align: middle;
	background: url(img/search_icon.png) 225px center no-repeat;
	height: 35px;
	line-height: 35px;
}

.widget_search .search-input {
	width: 190px;
}

.widget_search .search-submit {
	border: 0px;
	width: 23px;
	height: 23px;
	opacity: 0;
}

.google-maps-widget a {
	color: #ff6600;
}

.google-maps-widget a:hover {
	color: #181818;
}

.google-maps-widget img {
	border-radius: 10px;
}


/* footer */
.footer {
	background: #2E2E2E;
	display: table-row;
}
.footer_wrapper {
	border-top: 7px solid #FBBF18;
	display: table-cell;
}
.footer_content {
	color: #666666;
	font-size: 11px;
	margin: 0 auto;
	max-width: 1000px;
	min-height: 185px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}
.footer_content img {
	padding: 15px 20px;
	vertical-align: middle;
	width: 100%;
}
.footer_content img.eq_mt {
	max-width: 373px;
}
.footer_content img.eq_lc {
	max-width: 287px;
}
.footer_content img.eq_ba {
	max-width: 333px;
}

.footer_content .copyright {
	float: left;
	padding: 0 10px;
}
.footer_content .credits {
	float: right;
	margin-bottom: 10px;
	padding: 0 10px;
}
.footer_content a {
	color: #666666;
}
.footer_content a:hover {
	color: #FBBF18;
}

/*------------------------------------*\
    MEMBERS AREA
\*------------------------------------*/

section[role=main] a.login_button {
	display: block;
	width: 150px;
	margin: 40px auto;
	height: 45px;
	line-height: 45px;
	background: #040707;
	color: #fbce4f;
	font-family: 'MyriadPro-Regular';
    font-size: 22px;
	text-align: center;
	border-radius: 10px;
}

section[role=main] a.login_button:hover {
	background: #fbce4f;
	color: #555253;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

body.login {
	padding: 0;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('/wp-content/themes/Multitask-2014/fonts/MyriadPro-Regular.eot?') format('eot'), 
	     url('/wp-content/themes/Multitask-2014/fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('/wp-content/themes/Multitask-2014/fonts/MyriadPro-Regular.woff') format('woff'), 
	     url('/wp-content/themes/Multitask-2014/fonts/MyriadPro-Regular.ttf')  format('truetype'),
	     url('/wp-content/themes/Multitask-2014/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}
@font-face {
	font-family: 'desertdoghmkregular';
	src: url('/wp-content/themes/Multitask-2014/fonts/desedh__-webfont.eot');
	src: url('/wp-content/themes/Multitask-2014/fonts/desedh__-webfont.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/Multitask-2014/fonts/desedh__-webfont.woff') format('woff'),
		url('/wp-content/themes/Multitask-2014/fonts/desedh__-webfont.ttf') format('truetype'),
		url('/wp-content/themes/Multitask-2014/fonts/desedh__-webfont.svg#desertdoghmkregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

div.shiftnav-wrap {
	line-height: 1.4; /* Fixes ShiftNav setting an em based line height when we want a unitless multiplier. */
}

.shiftnav-inner {
	background: url("/wp-content/themes/Multitask-2014/img/logo.png") #FFFFFF center top / contain no-repeat ;
	padding-top: 110px;
}

.shiftnav-inner h3 {
	display: none;
}

.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu ul.sub-menu li.shiftnav-retract > .shiftnav-target {
	line-height: 100%;
	padding: 15px 25px 15px 35px;
}

.shiftnav-open .shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav-open .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav-open .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav-open .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav-open .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav-open .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
	background: #fbbf18;
	color: #444444;
	text-shadow: none;
}

@media only screen and (max-width:1760px) {
	.header_wrapper {
		background-position: right top;
	}
}
@media only screen and (max-width:1000px) {
	.mainnav_content {
		text-align: center;
	}
	.mainnav_content .tagline {
		float: none;
	}

	.content_wrapper {
		background-position: -340px top;
}

}

/*
@media only screen and (max-width:960px) {

.featured-item-1 { 
		width:32%;
		margin: 0 1% 0 1%;
		float:left;
		height:150px;
	}
	.featured-item-2 {
		width:32%;
		margin: 0 1% 0 0;
		float:left;
		height:150px;
	}
	.featured-item-3 {
		width:32%;
		margin: 0 1% 0 0;
		float:left;
		height:150px;
	}
	
	#featured-section {
		height: 150px;
	}
	
}
*/

@media only screen and (max-width:768px) {
	.header_content {
		margin-top: 20px;
	}
	.logo_content {
		text-align: center;
	}
	.logo_content a {
		border-radius: 20px;
	}
	.header_spacer {
		height: 20px;
	}
	.mainnav_content .tagline {
		min-height: 80px;
		padding: 0 10px;
	}

	section[role=main] {
		display: block;
	}
	.sidebar {
		display: block;
		width: 100%;
	}
	
}

@media only screen and (max-width:450px) {
	.logo_content a {
		padding: 125px 10px 20px 20px;
		width: 316px;
	}
}
	
/*
	.featured-container-inner {
	width: 90%;
	height: auto;
	margin:0 auto;
}
	
	.featured-item-1, .featured-item-2 { 
		width:100%;
		margin: 0 auto 20px auto;
		display:block;
		height:150px;
	}
	.featured-item-3 {
		width:100%;
		margin: 0 auto 0 auto;
		display:block;
		height:150px;
	}
	
	#featured-section {
		height: 150px;
	}
}

@media only screen and (max-width : 360px) {
	.featured-item-1, .featured-item-2 { 
	width:90%;
	margin: 0 auto 0 auto;
	display:block;
	height:auto;
	}
	.featured-item-3 {
	width:90%;
	margin: 0 auto 0 auto;
	display:block;
	height:auto;
	}
	
	#featured-section {
		height: auto;
	}
	
}
*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
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.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
