/*
	Theme Name: MF Engage
	Theme URI: https://mediafit.com.au
	Description: MF Engage is a child theme created for the Genesis Framework.
	Author: Media Fit
	Author URI: https://mediafit.com.au

	Version: 1.0
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-layout,  fluid-layout, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white

	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+  
	License URI: http://www.gnu.org/licenses/gpl-2.0.html 

*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Objects
	- Hyperlinks
	- Headlines
	- Forms
	- Tables
- Structure and Layout
	- Site Containers 
	- Primary / Secondary Sidebars
	- Column Classes
- Site Header
	- Image Header - Partial Width
	- Image Header - Full Width
- Site Navigation
	- Primary Navigation
	- Responsive Menu
- Content Areas
	- Home Slider
	- Home Top
	- Home Middle
	- Inner
	- Breadcrumbs
	- Sub Footer
	- Footer Widgets
	- Site Footer
	- Content-Sidebar Wrap
	- Content
- Widgets & Plugins
	- Bean Shortcodes
	- Gravity Forms
	- TablePress
	- eNews and Update Widget
	- Genesis Featured Post/Page Widgets
	- Search Form
	- Tag Cloud
- Other styling
	- Comments
	- Taxonomy Description
	- Dropdowns
	- Ordered / Unordered Lists
	- Post Info & Meta
	- Author Box
	- Sticky Posts
	- Archive Page
	- Post Icons
	- Images
	- Post Navigation
	- Archive Pagination
	- User Profile
	- Page Title Inner
	- Buttons
	- Landing Pages 
- MediaFit Custom
- Media Queries
	- Max-width: 1180px
	- Max-width: 1024px
	- Max-width: 768px
	- Max-width: 600px
	- Max-width: 480px
	- Max-width: 320px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
*:before,
*:after,
input[type="search"]  {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */


html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	background-color: #fff;
    color: #333;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
}


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


blockquote,
input,
select,
textarea,
.author-box,
.taxonomy-description {
	background-color: #f0f0f0;
	border: 1px solid #ddd;
}

ol li {
	list-style-type: decimal;
}

ol, ul {
	padding: 0;

	margin-bottom: 25px;
}
ol {
	list-style: decimal inside;	
}
ol.reset,
ul.reset {
	list-style: none outside;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0
}
img, input, textarea {

}

input, 
select, 
textarea {
border: 1px solid #bbb;
}

ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
abbr {
	border-bottom: dotted 1px #9f9f9f;
	cursor: help
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;
	border-bottom: dotted 1px #ccc;
}
hr {
	height: 2px !important;
	border-top: 2px #ddd solid;
	margin: 0 10px 30px;
	background: transparent;
	clear: both;
}

hr.singular {
	margin-left: 0;
	margin-right: 0;
}

/* Utility classes */
.alignleft {
	float: left
}
.alignright{
	float: right
}
.textleft{
	text-align: left
}
.textright{
	text-align: right
}
.textcenter {
	text-align: center
}
.clear{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-bottom: -1px
}
.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #53a02b;
	text-decoration: none;
}

a:hover {
	color: #62BB46;
	text-decoration: underline;
}

a img {
	outline: none;
	width: auto;
	height: auto;
}
a img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border-color: #65B93F;
}

.entry-meta a, .entry-title > a {
    color: #353535;
}
.entry-meta a:hover, .entry-title > a:hover {
    color: #353535;
}

 .sidebar a {
    color: #65B93F;
}
.sidebar a:hover {
    color: #65B93F;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'lato',sans-serif;
    color: #353535;
    font-weight: 700;
    line-height: 1.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

.taxonomy-description h1 {
	font-size: 18px;
	line-height: 26px;
}


.widget-area h2 a:hover {
	text-decoration: none;
}

.widget-area h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;

}

/* Home Featured Headlines */

#home-featured h2 {
	margin:0;
}

#home-featured h2 a {
	color: #000000;
    font-size: 24px;
    margin: 0;
    text-transform: none;
}

#home-featured h2 a:hover {
	color: #6B7899;
}

#home-featured h4 {
	border-bottom: dashed 1px #555;
	color: #fff;
	margin-bottom: 30px;
}

/* Home Top Headlines */

#home-top h2 {
    font-size: 32px;
	color: #222;
	padding: 14px 0 0;
}

#home-top h2 a {
    font-size: 20px;
    margin: 0;
    padding: 14px 0;
}

#home-top h2 a:hover {
	color: #65B93F;
}

#home-top h3 {
font-family: 'open sans' arial;
color: #444;
padding: 14px 0;
}

#home-top h4 {
    font-size: 20px;
	font-weight: 700;
	color: #292929;
    line-height: 1.5;
    margin: 0;
    padding: 14px 0;
    text-transform: uppercase;
}

/* Home Middle Headlines */

#home-middle h2 a {
	font-size: 18px;
}
#home-middle h2 a:hover {}

#home-middle h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: uppercase;
}

/* Home Bottom Headlines */



/* Footer Headlines */

.footer-widgets h4 {
    color: #F0F0F0;
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* Sidebar Headlines */

.sidebar h4  {
    font-size: 20px;
    margin: 0 0 20px;
}

.widget-wrap {
    margin: 40px 0 0;
}

/*  Style Heading to match TablePress */	

h4.tt-heading {
margin: 20px 0;
color: white;
background: #333;
padding: 12px;
text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #999;
    font-size: 14px;
    padding: 14px;
    width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    width: auto;
}
textarea {
    height: 140px;
    min-height: 140;
    resize: vertical;
}
input:focus,
textarea:focus {
    border-color: #ddd;
    outline: none;
    box-shadow: none;
}
::-moz-placeholder {
    color: #BEBEBE;
    opacity: 1;
}
::-webkit-input-placeholder { color: #BEBEBE }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #53a02b;
    border: none;
    webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    padding: 15px 24px;
    width: auto;
}
.entry-content .button:hover { 
	background-color: #62BB46;
	color: #fff; 
}
a.button:hover {
	background-color: #62BB46;
}
.button {
    display: inline-block !important;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button { display: none }

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}

button, input, select, textarea {	
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.search-form input[type="submit"] {
    display: none;
}
.wpcf7-form p {
    margin: 0;
    padding: 0;
}

/* Color Buttons
------------------------------------------------------------ */
 
.button-grey {
	background-color: #aaa;
    border: 1px solid #9c9c9c;
    color: #fff;
}
 

 

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #000;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #000;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers 
--------------------------------------------- */

.site-container {
	overflow: hidden;
}

.wrap {
    margin: 0 auto;
    max-width: 1170px;
}

.site-inner {
	
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 24px 0;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    float: right;
    position: relative;
    width: 33.3333%;
}
.sidebar-content .entry   {
	background-color: #fff;
    padding: 24px 0px;
}
.sidebar-content .sidebar {
    padding: 0 40px;
}
.content-sidebar .entry {
	padding: 24px 0px;
}

.content-sidebar .sidebar {
    padding: 0 40px;
}

.sidebar-content .content {
	float: right;
}

.widgettitle {
    padding-bottom: 15px;
    position: relative;
}
.widgettitle:after, .customer_description > h4:after {
    background-color: #F0F0F0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 30px;
}
.sidebar p {
	margin-bottom: 16px;
}
.sidebar .widget {
	margin-bottom: 10px;
	padding: 0 0 32px;
	overflow: hidden;
}
.sidebar .widget:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.sidebar.widget-area ul {
	padding-left: 0;
}
.sidebar.widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
}
.recentcomments li {list-style: none; padding: 8px 0 0 0;}
.recentcomments li:before {float: left; font-family: 'FontAwesome'; content: "\f105"; padding-right: 10px;}
.widget_recent_entries ul li, .sidebar.widget-area ul li {list-style: none; padding: 8px 0 0 0;}
.widget_recent_entries ul li:before, .sidebar.widget-area ul li:before { float: left; font-family: 'FontAwesome'; content: "\f105"; padding-right: 10px;}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Site Header
------------------------------------------------------------ */

.site-header {
    background-color: #fff;
    padding: 20px 0 0;
    padding: 2rem 0 0;
}

.site-header .wrap {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
    overflow: hidden;
}

.title-area {
    float: left;
    width: auto;
}

.site-title {
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.site-title a {
    color: #F2F2F2;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
	}

.site-description {
	display: none;
    color: #F2F2F2;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title ,
.header-image .site-title  a {
	width: 310px;
	min-height: 70px;
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}
.header-image .site-header .title-area {
background: url("https://mediafit.com.au/be/wp-content/uploads/2015/05/mediafit-logo-v2.png") no-repeat scroll left top transparent;
}
.header-image .site-header .title-area:hover {
    opacity: 1.0;
}
.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

nav {
	display: block;
	float: right;
	margin: 0;
}

.nav-primary .wrap {
	height: 75px;
}

.genesis-nav-menu {
	clear: both;
	float:right;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.nav-primary li a:after {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
	height: 32px;
	line-height: 32px;
	position: relative;
	right: -22px;
	text-align: center;
	top: 0;
	width: 20px;
	z-index: 2;
}

.nav-primary li:last-child a:after { border-right:none;}

.nav-primary li li a:after { border-right:none !important;}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #292929;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: none;
	font-weight: 700;
	padding: 14px 20px 29px;
	padding: 1.4rem 2rem 2.9rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #65B93F;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #65B93F;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	background-color: #3c3c3c;
	left: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
	z-index: 1001;
}

.genesis-nav-menu .sub-menu a {
	background: #373737;
    border-top: 2px solid #404040;
    border-bottom: 2px solid #313131;
    color: #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}
.genesis-nav-menu .sub-menu a:hover {
    background: #3c3c3c;
    color: #65B93F !important;
}
.genesis-nav-menu .sub-menu a:last-child  {
	 border-bottom:	 none;
 }

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -37px 0 0 195px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 14px 0 14px 22px;
	padding: 1.4rem 0 1.4rem 2.2rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #65B93F
}

.nav-primary .sub-menu a:hover {
	color: #65B93F
}

.nav-primary .select-menu {
	border: medium none;
	display: none;
	margin-top: 1px;
	padding: 10px 20px 10px 12px;
	visibility: visible;
	width: 100%;
}

#mobile_menu{ display:none; }

/*
Content Areas
---------------------------------------------------------------------------------------------------- */

 /* Home Top
------------------------------------------------------------ */

#home-top-wrap {
    float: left;
    width: 100%;
}
.home-top-1 .wrap {
	padding: 0 !important;
}

.home-top-1 .featuredpage, 
.home-top-1 .featuredpost {
	padding: 20px 15px;
    display: inline-block;
    float: left;
    margin-right: 0;
    width: 33.3333%;
}
.home-top-1 .featuredpage .page {
	padding: 14px 0 0; 
	margin: 0;
}

.widget.featured-content.featuredpage:last-child {
    margin: 0;
}

.widget.featured-content.featuredpage .entry {background: transparent;}

.home-top-1 p { 
	margin-top: 20px; 
}

/* Home Actions
------------------------------------------------------------ */
#home-actions .widget-wrap {
margin: 0px !important;
}
#home-actions .wrapper {
padding-top: 0px !important;
}


/* Home Middle
------------------------------------------------------------ */

#home-middle-wrap {
	text-align: center;
    width: 100%;
}

#home-middle-wrap a:hover img {
transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
opacity: .8;
filter: alpha(opacity = 80);
}

.home-bottom-1 img {
border-radius: 1000px;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
border: 10px #444 solid;
}
.home-bottom-1 a:hover img {
transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
opacity: .8;
filter: alpha(opacity = 80);
}

/* Inner
------------------------------------------------------------ */

.home #inner {
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.site-inner {
	position: relative;
}

.site-inner .wrap { 
    background-color: #FFFFFF;
    max-width: 1170px;
    overflow: hidden;
    padding: 0 15px;
}


/* Breadcrumbs
------------------------------------------------------------ */
.breadcrumb {
	color: #292929;
    float: right;
	font-size: 13px;
	text-transform: none;
    letter-spacing: 2px;
    padding: 15px;
}
	
/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background: #F5F5F5;
	border-top: #e1e3e4 solid 1px;
	color: #222;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	min-height: 120px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.tryus {
	margin: 0 1em .375em;
}
.home-hero .tryus2 {
margin-top: -70px;
position: relative;
zoom: 1;
z-index: 1002;
	text-align: center;
}

.footer-action {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
}
.no-hesitation {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}



/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	background-color: #181818;
	color: #aaa;
	padding: 20px 0px;
    border-top: 1px solid #969696;
    margin: 0;
}

.footer-widgets .wrap {
    padding: 40px 0;
}

.footer-widgets .widget {
	background: none;
	border: none;
	margin-bottom: 15px;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .avatar {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 4px;
}

.footer-widgets .byline, 
.footer-widgets .post-info {

}

#footer-widgets .sticky {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	color:  #9E9E9E;
	line-height: 30px;
	padding: 0 0 10px;
}

.footer-widgets a,
.footer-widgets a:visited {
	color: #53a02b;
	text-decoration: none;
}

.footer-widgets a:hover {
    color: #65B93F;
    text-decoration: none;
}

.footer-widgets ol,
.footer-widgets ul {
    text-decoration: none;
}

.footer-widgets ul li {
    line-height: 36px;
    list-style: none outside none;
    padding: 0;
    word-wrap: break-word;
}


.footer-widgets .wp-calendar thead,
.footer-widgets .wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 33.33%;
}

.footer-widgets-2 {
	float: left;
	padding: 0 30px 0 0;
	width: 33.33%;
}

.footer-widgets-3 {
	float: right;
	width: 33.33%;
}

/* Site Footer
------------------------------------------------------------ */

.site-footer {
	background: none repeat scroll 0 0 #111;
	font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
}

.footer p {
	color: #F2F2F2;
}

.site-footer a,
.site-footer a:visited {
	color: #9E9E9E;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: none;
	}

.site-footer .creds {
	float: none;
	font-size: 14px;
	text-transform: none;
	text-align: center;
    color: #F0F0F0;
    letter-spacing: 1px;
    padding: 0;
    width: auto;
}

.site-footer .creds a {
color: #8C8989;
}
.site-footer .creds a:hover {
    color: #65B93F;
}

.site-footer .wrap {
text-align: center;
}

#top-link {
	position: fixed;
	padding: 0;
	right: 30px;
	overflow: visible;
	bottom:30px;
	z-index: 99999999999;
	float: right;
}


#top-link i {
    background-color: #424242;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
}

/* Comments
------------------------------------------------------------ */

ol.comment-list {
    padding: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    margin: 0;
    padding: 0;
}
.entry-comments {
    background-color: #FFFFFF;
    padding: 24px;
}
.comment-respond,
.entry-comments,
.entry-pings { margin-bottom: 40px }

.entry-pings {
	background-color: #fff;
	 padding: 24px 
}
.comment-content { clear: both }

.comment-author {
    color: #424242;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.entry-comments .comment-meta {
    margin: 5px 0 0;
    padding: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] { width: 100% }
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.comment-list li,
.ping-list li { list-style-type: none }
.comment-list li {
    margin-top: 20px;
    padding: 24px;
}
.comment-list li li {
    margin-right: -32px;
    border-right-width: 0
}
li.comment {
    border: 1px solid rgba(100, 100, 100, 0.06);
}
.comment-header {
    padding: 0;
}
.comment .avatar { margin: 0 16px 20px 0 }

.form-allowed-tags {
    background-color: rgba(100, 100, 100, 0.05);
    padding: 24px;
}

.comment-form-comment {
	padding: 0 0 10px;
}
.form-allowed-tags code { 
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: 14px;
    padding: 0
}
.comment-reply-link {
    font-size: 12px;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	width: 100%;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    max-width: 1170px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

/* Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 410px;
}

.content-sidebar .content {
	padding: 0px 55px 0px 0px;
    width: 66.6667%;
}
.sidebar-content .content {
    padding: 0px;
    width: 66.6667%;
}

.sidebar-content .content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content .content {
	background-color: #fff;
    padding: 24px 0px;
	width: 100%;
}

blockquote {
	background: #eee url(images/blockquote.png) no-repeat top left;
	border: none;
	color: #111;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.post {
	margin: 0 0 30px;
	border-bottom: 2px solid #d5d5d5;
}

.entry-content {
	overflow: hidden;
}
.entry-content > a {
    overflow: hidden;
	margin-bottom: 10px;
}
.entry-content p {
	padding: 0 0 5px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}



/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Bean Pricing Tables - GRID FRAMEWORK
------------------------------------------------------------ */
.row { width: 100%; max-width: 800px; margin: 0 auto; padding: 0 10px; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }
.row:before, .row:after { content: ""; display: table; } .row:after { clear: both; }

.row .columns { padding: 0; }
.column, .columns { float: left; min-height: 1px; padding: 0 12px; position: relative; }
.columns .columns { padding: 0px; }
.columns .columns .columns { padding: 0px; } 
.column.centered, .columns.centered { float: none; margin: 0 auto; } 
[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one 		{ width: 8.33333%;  }
.two, .row .two 		{ width: 16.66667%; }
.three, .row .three 	{ width: 25%; 		}
.four, .row .four 		{ width: 33.33333%; }
.five, .row .five 		{ width: 41.66667%; }
.six, .row .six 		{ width: 50%; 		}
.seven, .row .seven 	{ width: 58.33333%; }
.eight, .row .eight 	{ width: 66.66667%; }
.nine, .row .nine 		{ width: 75%; 		}
.ten, .row .ten 		{ width: 83.33333%; }
.eleven, .row .eleven 	{ width: 91.66667%; }
.twelve, .row .twelve 	{ width: 100%; 	}

/* Gravity Forms
------------------------------------------------------------ */

.gform_wrapper {
max-width: 100% !important;
}

div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-size: 0.875em!important;
	padding: 0.72em!important	
}

div.gform_footer input.button {
	color: #fff;
}



div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 20px 29px;
	background: #ddd;
	border: 1px solid #c7c7c7;
	border-width: 0 1px 1px;
}

/* TablePress
------------------------------------------------------------ */
#tablepress-1,
#tablepress-2,
#tablepress-3,
#tablepress-4,
#tablepress-5,
#tablepress-6,
#tablepress-8,
#tablepress-9 {
	display: none;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget input {
	padding: 14px 20px;
	padding: 1.4rem 2rem;
}

.enews-widget input:focus  {
	border: 1px solid #ddd;
}
.enews-widget input[type="submit"]{
	border: medium none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
	color: #fff;
    display: inline-block;
	font-family: 'Oswald', sans-serif;
    font-style: normal;
    margin: 0 2px;
    padding: 0.6em 1.2em !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;	
}

.enews-widget input[type="submit"]:hover{
	background: #4C4C4C;
	color: #fff;	
}

/* Genesis Featured Post/Page Widgets
------------------------------------------------------------ */
.featuredpost .entry {
    background-color: transparent;
	padding: 13px 0;
    margin-bottom: 0;
}
.featuredpost .entry:last-child { border-bottom-width: 0 }
.featuredpost .entry-title,
.featuredpage .entry-title {
    color: #424242;
    font-size: 18px;
	line-height: 1.4;
    margin: 0;
}

#home-top .featuredpage .entry-title {
	margin-bottom: 10px;
    margin-top: 20px;
}
.featuredpost .entry-title:after,
.featuredpage .entry-title:after {
	display: none;
}
.featuredpage .entry-header, .featuredpost .entry-header {
	border-bottom: none;
    margin: 0;
    padding: 0;
}
.featuredpost .entry-meta,
.featuredpage .entry-meta { 
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0;
}
.featuredpost .alignleft,
.featuredpost .alignright,
.featuredpost .alignnone,
.featuredpage .alignleft,
.featuredpage .alignright,
.featuredpage .alignnone  {
    display: block;
    margin-bottom: 0
}
.featuredpost .entry-content > p, .featuredpage .entry-content > p {
    margin: 0;
    padding: 0;
}

/* Search Form
------------------------------------------------------------ */

.sidebar .searchform, .searchform {
	margin-top: 20px;
}

.sidebar .widget_search, .widget_search  {
	padding: 0 0 20px 0;
}


/* Tag Cloud
------------------------------------------------------------ */
.widget_tag_cloud a {
    background-color: #444;
    color: #fff;
    display: inline-block;
    *display: inline;
    font-size: 11px;
    line-height: 1em;
    padding: 8px;
    margin: 3px 0;
    zoom: 1;
    z-index: 0;
    position: relative;
}
.widget_tag_cloud a:hover {
    background-color: #65B93F;
    color: #fff;
    text-decoration: none;
}

.widget_calendar table {
	width: 100%;
}

#wp-calendar {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#wp-calendar caption {
    background: #fff;
    border: 1px solid #eaeaea;
    font-weight: bold;
    padding: 14px 0;
    text-align: center;
}
#wp-calendar th {
    background-color: #fff;
    text-align: center;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 6px;
}
#wp-calendar tbody td {
    border: 1px solid #eaeaea;
    padding: 6px ;
    text-align: center;
}
#wp-calendar tbody td {
    border: 1px solid #eaeaea;
    padding: 6px;
    text-align: center;
}
#wp-calendar th,
#wp-calendar tbody td,
#wp-calendar caption { border-color: #eaeaea }
#wp-calendar tfoot td{ padding: 10px}
#wp-calendar #next { text-align: right }

/* Dropdowns
------------------------------------------------------------ */

.cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	height: 26px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 230px;
}

.sidebar-alt .cat,
.sidebar-alt .widget_archive select {
	width: 128px;
}




/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,

.entry-content ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}.entry-content h1, 
.entry-content h2,
.entry-content h3,
.entry-content h4 {margin: 20px 0;}

/* Post Info & Meta
------------------------------------------------------------ */

.entry-header {
    padding: 0;
}
.entry-footer {
    clear: both;
}
.entry-header .entry-meta, .entry-comments-link a, .entry-author-name, .entry-footer .entry-meta {
	font-size: 12px;
	letter-spacing: 1px;
    margin-bottom: 0;
    padding: 12px 0;
    text-transform: uppercase;
}
.entry-comments-link {
	padding: 12px 0;
}
.homepage_template .entry-comments-link {
	padding: 6px 0;
}
.entry-time:before, .entry-comments-link:before, .entry-tags:before, .entry-author:before, .entry-categories:before, .blog_comment:before, .blog_meta:before {
    font-family: FontAwesome;
    margin: 0 5px;
}
.entry-comments-link:before, .blog_comment:before {content: "\f075";}
.entry-tags:before {content: "\f02c";}
.entry-author:before {content: "\f007";}
.entry-categories:before {content: "\f187";}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 10px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 60px 0;
	padding: 0;
}

/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Post Icons
------------------------------------------------------------ */

.categories {
    margin: 0;
    padding: 0;
}
	
.post-comments {
    margin: 0 0 0 5px;
    padding: 2px 0 2px 10px;
}

/* Images
------------------------------------------------------------ */

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}
.portfolio-image {
	margin: 0 10px 10px 0;
	border-radius: 4px;
  	border: 1px solid #ddd;
  	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
 }

#content .avatar {
	padding: 4px;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

.comment-list ul{
	margin: 0 10px !important;
}
.comment-list ul li{
	margin-left: -5px !important;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px !important;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 10px 5px 5px;

}
.wp-caption .img_wrapper{
    float: left;
    left: 4px !important;
    position: relative;
    margin-bottom: 10px;
}

#content .wp-caption img {
	border: none;
	padding: 0;
	margin: 0;
}

.wp-caption.alignleft {
	margin: 0 15px 0 0;
}

.wp-caption.alignright {
	margin: 0 0 0 15px;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0;
    text-align:center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}

/* Archive Pagination
------------------------------------------------------------ */

.pagination {
    overflow: hidden;
    padding: 0;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 24px;
}

.archive-pagination.pagination > ul {
    display: inline-block;
    list-style: none outside none;
}
.archive-pagination.pagination li {
    float: left;
    margin-right: 4px;
}

.pagination li {
    display: inline;
    float: left;
}
.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	float: none;
	clear: both;
	background:#65B93F;
	display:inline-block;
	margin:0;
	padding:10px 20px;
	padding: 1rem 2rem;
	border:none;
	font-family:'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	text-transform: uppercase;
	color:#fff;
	cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.pagination li:last-child a,
.pagination li.disabled:last-child,
.pagination li:last-child a:hover,
.pagination li.active:last-child a { border-right-width: 1px }
.pagination li a:hover,
.pagination li.active a {
	background:#4c4c4c ;
	color:#fff;
	text-decoration: none;
}


/* User Profile
------------------------------------------------------------ */

.user-profile p {
	padding: 10px 0;
}

.user-profile .posts_link {
	margin: 10px 0;
}

/* Page Title Inner
------------------------------------------------------------ */

.page_title_wrap {
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(https://mediafit.com.au/be/wp-content/uploads/2015/04/grey_bkgd.png);
	border-bottom: 1px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 10px 0;
    position: relative;
    width: 100%;

}

.page_title_wrap .wrap {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

#page-title span {
	color: #292929;
	font-size: 26px;
	font-weight: 700;
    margin: 0;
    padding: 0;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
#submit, 
.viewall,
.prev_project > a,
.next_project > a,
.comment-reply-link {
	float: none;
	clear: both;
	background:#65B93F;
	display:inline-block;
	margin:0;
	padding:10px 20px;
	padding: 1rem 2rem;
	border:none;
	font-size: 18px;
	font-size: 1.8rem;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	color:#fff !important;
	cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

div.gform_footer input.button:hover,
.reply a:hover,
#submit:hover, 
.viewall:hover,
.comment-reply-link:hover,
.prev_project > a:hover,
.next_project > a:hover {
	background:#62BB46;
	color:#fff;
	text-decoration: none;
	opacity: .7;
	transition: all .5s ease;
}

	
/* Style read more button */	

.more-link,
.moretext {
	background-color: #65B93F;
	border: 1px solid #55B93F;
	color: #fff !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 700;
	line-height: 15px;
	padding: 8px 20px;
	text-decoration: none;
	}
.more-link:hover ,
.moretext:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition:all .5s ease;	
}

.gfpe-more-link {
	margin-top: 20px;
}


/* Landing Pages 
------------------------------------------------------------ */

.mediafit-landing-narrow .site-container {
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}

.mediafit-landing-wide .site-container {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}

.mediafit-landing-narrow .page_title_wrap,
.mediafit-landing-wide .page_title_wrap {
	background-color: #fff;
	border-bottom: none;
	border-top: none;
	padding: 50px 0px 0px;
	width: 100%;
	text-align: center;
}

.mediafit-landing-narrow .site-inner,
.mediafit-landing-wide .site-inner {
padding: 0px 0;
}

/* Landing Pages Wide
------------------------------------------------------------ */
.page-id-2182 .page_title_wrap,
.page-id-2182 .mobile_menu {
	display: none !important;
	}

.page-id-2304 .page_title_wrap,
.page-id-2304 .mobile_menu {
	display: none !important;
	}

.page-id-2440 .page_title_wrap,
.page-id-2440 .mobile_menu {
	display: none !important;
	}	

.page-id-2597 .page_title_wrap,
.page-id-2597 .mobile_menu {
	display: none !important;
	}	


/* Home Slider
------------------------------------------------------------ */
.home-hero {
background-image: url(https://mediafit.com.au/be/wp-content/uploads/2015/04/clouds-bkg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
-webkit-transition: height 400ms linear;
-moz-transition: height 400ms linear;
-o-transition: height 400ms linear;
-ms-transition: height 400ms linear;
transition: height 400ms linear;
}

.wrapper {
max-width: 1170px;
padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
}

.heroUnit-title {
text-align: center;	
color: #222;
max-width: 100%;
font-size: 35px;
text-transform: capitalize !important;
margin: 0 0 20px 0;
zoom: 1;
line-height: 1.2 !important;
}

.heroUnit-subtitle {
color: #222;
text-align: center;
text-transform: none;
margin: 0;
font: 24px 'Open Sans', Helvetica,arial,Arial,sans-serif;
font-style: italic;
zoom: 1;
line-height: 1.1;
}

/* Home Actions
------------------------------------------------------------ */

.wrapper2 {
max-width: 1170px;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
}
.home-actions .wrapper2 {
text-align: center;
}
.the-process {
text-align: left;
}

/* Home Featured
------------------------------------------------------------ */
.home-features {
	background: #f5f5f5;
	border-top: #e1e3e4 solid 1px;
	border-bottom: #e1e3e4 solid 1px;
	text-align: center;
}

.home-features a img {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.home-features a img:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* MediaFit Custom
------------------------------------------------------------ */


.imgfull {
	width:100%;
}

.column-float-right {
	float: right !important;
}

.column-float-left {
	float: left;
	margin-left: 0;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.mobile-delete {
	display: block;
	}
.tablet-delete {
	display: block;
	}	

.desktop-delete {
	display: none;
	}

@media only screen and (max-width: 1180px) {
	.wrap {
	     max-width: 100%;
		 width: 100%;
	}
}


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

	.site-inner .wrap,
	.content-sidebar #content-sidebar-wrap,
	.full-width-content #content-sidebar-wrap,
	.sidebar-content #content-sidebar-wrap,
	.page_title_wrap .wrap,
	.wrap,
	.site-header .wrap{
		max-width: 100%;
		width: 96%;
		overflow: hidden;
	}
	.site-header{
		padding: 30px 0;	
	}

	.content-sidebar .content {
		padding: 0px 30px 0px 0px;
	}
	.nav-primary{
		display: none;
	}
	.nav-primary .wrap{
		height: auto;
		padding: 0;
	}
	.mobile_menu{
		cursor: pointer;
		display: block;
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 10px;
		margin-right: 0;
		margin-bottom: 0;
		background-color: transparent;
		border: 1px solid #777;
		border-radius: 4px;
	}

	.mobile_menu .icon-bar {
		background-color: #999;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	.mobile_menu .icon-bar + .icon-bar{
		margin-top: 4px;
	}

	.nav-primary {
		z-index: 2;
		float: left;
		margin-top: 20px;
		width: 100%;
		border-top: 1px solid #ddd;
		position: relative;
		overflow: hidden;
	}
	.nav-primary ul{
		float: none;	
	}
	.nav-primary li {
		border-left: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		padding: 10px 0 10px 15px;
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom: 1px solid #555;
	}
	.nav-primary li.current_page_item, .nav-primary li:hover {
		border-left: 0;
	}
	.nav-primary li ul{
		border-top: 1px solid #555;
		position: relative;
		left: auto;
		width: 100%;
		overflow: hidden;
		display: block;
		margin: 10px 0 0;	
	}
	.nav-primary ul li ul li{
		background: transparent;
		margin: 0;

	}
	.nav-primary li li a, .nav-primary li li a:link, .nav-primary li li a:visited{
		background: #eee;
		padding: 12px 30px;
		width: 100%;
	}
	.nav-primary ul li ul li:last-child{
		border-bottom: 0;	
	}
	.nav-primary li ul ul {
		border-top: none;
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
		left: 0;
		width: 100%;
		border-top: 1px solid #555;
	}
	.nav-primary span.indicator {
		float: right;
		height: 40px;
		width: 40px;
		margin-top: 10px;
		position: relative;
		z-index: 9999;
		cursor: pointer;
	}
	.nav-primary ul ul span.indicator{
		margin-top: -50px;	
	}
	.nav-primary span.indicator.open{
		background: url(images/mobile_plus3.png ) no-repeat scroll center center transparent;
		border: 1px solid #bbb;
		border-radius: 4px;
	}
	.nav-primary span.indicator.close{
		background: url(images/mobile_minus3.png ) no-repeat scroll center center transparent;
		border: 1px solid #bbb;
		border-radius: 4px;
	}
	.nav-primary ul.sub-menu,
	.nav-primary ul ul.sub-menu{
		display: none;	
	}
	.nav-primary li:hover ul ul, .nav-primary li:hover ul ul ul, .nav-primary li.sfHover ul ul, .nav-primary li.sfHover ul ul ul{
		left: auto;	
	}
	.genesis-nav-menu a {
		float: left;
		padding: 10px 20px;
		width: 90%;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item > .sub-menu{
		left: auto;	
	}
	.genesis-nav-menu .sub-menu{
		position: relative;
		width: 100%;	
	}

	.genesis-nav-menu .sub-menu{
		box-shadow: none;	
	}

	.fa-angle-down{
		display: none !important;	
	}

	/* mf sub nav */

	.genesis-nav-menu .sub-menu {
		width: 100% !important;
	}

	.genesis-nav-menu .sub-menu a {
	    border-top: 1px solid #aaa !important;
	    border-bottom: 1px solid #aaa !important;
	    color: #333 !important;
	    width: 100% !important;
	}

	.genesis-nav-menu .sub-menu a:hover {
		background: #777 !important;
		color: #fff !important;
	}

	.nav-primary li a:after{
		border-right: 0;	
	}
	.nav-primary{
		border-top: 1px solid #555;	
	}
	.genesis-nav-menu .sub-menu .sub-menu{
		background: none;
		margin: -54px 0 0 199px;
	}
	.genesis-nav-menu .sub-menu{
		background: none;	
	}
	.flex-caption {
		padding: 33px 40px 40px;
	}
	.featuredpage img, .featuredpost img, .post-image{
		width: 100%;
		height: 100%;	
	}
	.content-sidebar .sidebar,
	.sidebar-content .sidebar {
		padding: 0px;
	}
	.content-sidebar .entry ,
	.sidebar-content .entry {
		padding: 24px 0px;
	}

	#tablepress-7 {
	display: none;
	}
	#tablepress-8 {
	display: table;
	}
	#tablepress-9 {
	display: table;
	}
	.tablet-delete {
	display: none;
	}	
}

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

	.site-inner .wrap,
	.content-sidebar #content-sidebar-wrap,
	.full-width-content #content-sidebar-wrap,
	.sidebar-content #content-sidebar-wrap,
	.page_title_wrap .wrap,
	.wrap,
	.site-header .wrap{
		max-width: 100%;
		width: 91%;
		overflow: hidden;
	}
	.nav-primary .wrap{
		width: 100%;	
	}

	.content-sidebar .content, 
	.sidebar-content .content {
		width: 100%;
		padding: 0px;
	}

	.sidebar{
		width: 100%;	
	}

	.footer-widgets .wrap {
		padding: 0;
	}
	.tryus {
	  margin: 01em .375em;
	}
	.mediafit-landing-narrow .site-container,
	.mediafit-landing-wide .site-container {
	width: 100% !important;
	}
}

@media only screen and (max-width: 600px) {

	.home-top-1 .featuredpage, .home-top-1 .featuredpost{
		width: 100%;
	}
	.home-middle-1 div.one-third{
		width: 100%;	
	}
		.five-sixths,
		.four-sixths,
		.one-fourth,
		.one-half,
		.one-sixth,
		.one-third,
		.three-fourths,
		.three-sixths,
		.two-fourths,
		.two-sixths,
		.two-thirds {
			margin: 0;
			width: 100%;
		}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3{
		width: 100%;	
	}
	.site-footer .creds{
		text-align: center;	
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		line-height: 1.4;	
	}
	h1,
	.h1 {
	  font-size: 30px;
	}

	h2,
	.h2 {
	  font-size: 26px;
	}

	h3,
	.h3 {
	  font-size: 22px;
	}

	h4,
	.h4 {
	  font-size: 18px;
	}

	h5,
	.h5 {
	  font-size: 16px;
	}

	h6,
	.h6 {
	  font-size: 14px;
	}
	.breadcrumb {
	display: none !important;
	}

	#page-title{
		float: left;
		line-height: 1.4;	
	}

	.full-width-content .content {
	  padding: 0px 0px;
	}
}

@media only screen and (max-width: 480px) {
	body {
    font-size: 17px;
    line-height: 1.4;
	}
	.header-image .site-header .title-area{
		background-position: center center !important;
		background-size: 100% !important;
		width: 220px !important;
	}
	.genesis-nav-menu a {
		width: 65%;
	}

	.footer-widgets .wrap {
		padding: 0;
	}
	.flex-direction-nav li a {
		bottom: 30%;
	}
	.site-inner .wrap, .content-sidebar #content-sidebar-wrap, 
	.full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap, 
	.page_title_wrap .wrap, .wrap, .site-header .wrap {
		padding: 0;
	}

	#tablepress-8 {
	display: none;
	}
	#tablepress-9 {
	display: none;
	}
	#tablepress-1,
	#tablepress-2,
	#tablepress-3,
	#tablepress-4,
	#tablepress-5,
	#tablepress-6 {
	display: table;
	}
	.mobile-delete {
	display: none !important;
	}
	.desktop-delete {
	display: block;
	}
}

@media only screen and (max-width: 320px) {
	.header-image .site-header .title-area{
		background-position: center center !important;
		background-size: 100% !important;
		width: 220px !important;
	}
	.genesis-nav-menu a {
		width: 80%;
	}
	.flex-control-nav {
		left: 115px;
		width: 100%;
	}
	.flex-caption h2{
		line-height: 1.2;	
	}
	.entry-comments {
		padding: 24px 0;
	}
	.mobile-delete {
	display: none !important;
	}

	.desktop-delete {
	display: block;
	}
}



