﻿/*
	Theme Name: We Do Design
	Description: Custom Theme for We Do Design
	Author: Design By We Do Design
	Author URI: http://wedodesign.com.au/
	Version: 1.0

	Tags: 

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Easy Recipe Pro
		- Simple Social Icons
		- Genesis Responsive Slider
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

@font-face {
    font-family: 'gillsans';
    src: url('fonts/gillsans.eot');
    src: url('fonts/gillsans.eot') format('embedded-opentype'),
         url('fonts/gillsans.woff2') format('woff2'),
         url('fonts/gillsans.woff') format('woff'),
         url('fonts/gillsans.ttf') format('truetype'),
         url('fonts/gillsans.svg#gillsans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeorgiaBoldItalic';
    src: url('fonts/GeorgiaBoldItalic.eot');
    src: url('fonts/GeorgiaBoldItalic.eot') format('embedded-opentype'),
         url('fonts/GeorgiaBoldItalic.woff2') format('woff2'),
         url('fonts/GeorgiaBoldItalic.woff') format('woff'),
         url('fonts/GeorgiaBoldItalic.ttf') format('truetype'),
         url('fonts/GeorgiaBoldItalic.svg#GeorgiaBoldItalic') format('svg');
}

@font-face {
    font-family: 'lighthouse_personal_useRg';
    src: url('fonts/lighthouse_personaluse.eot');
    src: url('fonts/lighthouse_personaluse.eot?#iefix') format('embedded-opentype'),
         url('fonts/lighthouse_personaluse.woff2') format('woff2'),
         url('fonts/lighthouse_personaluse.woff') format('woff'),
         url('fonts/lighthouse_personaluse.ttf') format('truetype'),
         url('fonts/lighthouse_personaluse.svg#lighthouse_personal_useRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucida_grandebold';
    src: url('fonts/lucida_grande_bold.eot');
    src: url('fonts/lucida_grande_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/lucida_grande_bold.woff2') format('woff2'),
         url('fonts/lucida_grande_bold.woff') format('woff'),
         url('fonts/lucida_grande_bold.ttf') format('truetype'),
         url('fonts/lucida_grande_bold.svg#lucida_grandebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


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

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

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

.author-box:before,
.clear:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.widget-area:before,
.after-entry:before,
.comment-respond:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}


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

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

body {
	background: #fff;
	color: #333;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}

a {
	color: #010101;
	text-decoration: none;
}

a img {
	margin-bottom: 20px;
}

a:hover {
	color: #111;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 22px 20px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background: #111;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* WP 4.2 duplicate widget titles fix */

.screen-reader-text {
	position: absolute !important;
	left: -999em;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 300;
	margin: 10px 0 16px;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow:  0 0 0 #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 #fff;
	color: #999;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #010101;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	padding: 5px 12px;
	text-transform: uppercase;
	width: auto;
}

.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #444;
}

.button-secondary {
	background: #f5f5f5;
	color: #010101;
}

.button-secondary:hover {
	background: #010101;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


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

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

.site-container {
	background: #fff;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 30px;
}

.site-inner {
	clear: both;
	display: block;
	margin: 20px auto;
}

.wrap {
	display: block;
	margin: 0 auto;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 840px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

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

/* Content */

.content {
	float: right;
	width: 680px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 160px;
}

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

/* 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;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 22px;
}

.alignright .avatar {
	margin-left: 22px;
}

.search-form {
}

.search-form input {
	background: #fff url('images/search.png') center right no-repeat;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 22px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 40px;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 40px;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 22px 22px;
}

.wp-caption-text {
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 20px;
}

.archive-description {
	padding: 20px 20px 22px;
}

.author-box {
	padding: 20px;
}

.author-box-title {
	color: #111;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 4px;
}

.author-box a {

}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 22px;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.page .entry-title {
	margin-bottom: 16px;
}

.sidebar .entry-title {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	color: #444;
	text-decoration: none;
}

.widgettitle {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 22px;
}


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

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	padding: 0;
}



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

.user-profile .avatar-45  {
	border: 3px solid #fff;
	border-radius: 45px;
	margin-right: 10px;
}

.user-profile .avatar-65  {
	border: 3px solid #fff;
	border-radius: 65px;
	margin-right: 10px;
}

.user-profile .avatar-85  {
	border: 3px solid #fff;
	border-radius: 85px;
	margin-right: 10px;
}

.user-profile .avatar-125  {
	border: 3px solid #fff;
	border-radius: 125px;
	margin-right: 10px;
}

.user-profile {
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background: #f5f5f5;
	color: #010101;
	padding: 20px;
	text-align: center;
}

.enews-widget .widgettitle {
	color: #010101;
	font-size: 20px;
}

.enews-widget input {
	margin-bottom: 16px;
	padding: 7px;
}

.enews-widget input:focus {
	border: 1px solid #ccc;
}

.enews-widget input[type="submit"] {
	background: #010101;
	color: #fff;
	margin: 0;
	width: 100%;
}

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

.after-entry  .enews-widget {
	min-height: 250px;
}

.before-header .enews-widget .widgettitle,
.before-header .enews-widget p {
	display: inline;
	float: left;
	line-height: 28px;
	margin: 0 10px 0 0;
	width: auto;
}

.before-header .enews-widget .widgettitle {
	font-size: 20px;
}

.before-header .enews-widget #subscribe {
	display: inline;
	float: right;
	width: 40%;
}

.before-header .enews-widget input {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	width: 70%;
}

.before-header .enews-widget input[type="submit"] {
	display: inline;
	float: right;
	width: 28%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
}

/* Easy Recipe Pro
--------------------------------------------- */

.foodie-pro .easyrecipe {
	background: transparent;
	border: 0;
	margin: 20px 0;
	padding: 0;
}

.foodie-pro .easyrecipe div:before,
.foodie-pro .easyrecipe div:after {
	clear: none;
	display: inline;
}

.foodie-pro .easyrecipe .ERSName {
	color: #999;
	font-family: 'Source Sans Pro', Helvetica, Arial, serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 60%;
}

.foodie-pro .easyrecipe .ERSTimeHeading,
.foodie-pro .easyrecipe .ERSHeading,
.foodie-pro .easyrecipe .ERSNotesHeader,
.foodie-pro .easyrecipe .ERSNutritionHeader,
.foodie-pro .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.foodie-pro .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.foodie-pro .easyrecipe div.ERSNotesHeader,
.foodie-pro .easyrecipe .nutrition .ERSNutritionHeader   {
	color: #999;
	font-family: 'Source Sans Pro', Helvetica, Arial, serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.foodie-pro .easyrecipe .ERSHeading,
.foodie-pro .easyrecipe .ERSNotesHeader,
.foodie-pro .easyrecipe .ERSNutritionHeader {
	margin: 5px 0 10px;
}

.foodie-pro .easyrecipe .ERSTopRight img {
	border: 0;
}

.foodie-pro .easyrecipe .pibfi_pinterest .xc_pin {
	margin: 0;
}

.foodie-pro .easyrecipe .ERSSummary {
	width: 60%;
}

.foodie-pro .easyrecipe .ERSSavePrint {
	background: #fff;
}

.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
	background: #f5f5f5;
	border-radius: 0;
	padding: 0 10px;
}

.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #ccc;
}

.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
.foodie-pro .easyrecipe .ui-button .ui-button-text {
	color: #999;
	font-family: 'Source Sans Pro', Helvetica, Arial, serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.foodie-pro .easyrecipe .ui-button .ui-button-text {
	padding: 0.4em 1em 0.4em 2.4em;
}

.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link .ERSSaveIcon,
.foodie-pro .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button .ERSSaveIcon {
	background-image: url('images/save.png');
	margin-left: 10px;
}

.foodie-pro .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn .ERSPrintIcon {
	background-image: url('images/print.png');
	margin-left: 10px;
}

.foodie-pro .easyrecipe .ERSIngredients,
.foodie-pro .easyrecipe .ERSInstructions,
.foodie-pro .easyrecipe .ERSNutrition {
	border-top: 1px dotted #333;
	margin-top: 20px;
}

.foodie-pro .easyrecipe .ERSIngredients {
	width: 60%;
}

.foodie-pro .easyrecipe .ERSIngredients li.ingredient {
	list-style: none;
}

.foodie-pro .easyrecipe .ERSIngredients ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}

.foodie-pro .easyrecipe .ERSNutrionDetails span {
	margin-right: 20px;
}

.foodie-pro .easyrecipe .ERSRatings {
	margin: 10px 0 0;
}

.foodie-pro .easyrecipe .ERComment {
	font-family: 'Source Sans Pro', Helvetica, Arial, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.foodie-pro .easyrecipe .ERRateBG {
	background: url('images/whitestar.png');
	margin: 2px 0 0 10px;
}

.foodie-pro .ERRateBG,
.foodie-pro .ERRatingComment,
.foodie-pro .ERComment .ERRateBG,
.foodie-pro .ERSRatingOuter {
	background: url('images/whitestar.png');
	margin: 0 0 10px 0;
}

.foodie-pro .easyrecipe .ERRateStars,
.foodie-pro .ERComment .ERRateStars,
.foodie-pro .ERRatingCommentInner,
.foodie-pro .ERSRatingInner {
	background: url('images/graystar.png');
}

.foodie-pro .easyrecipe .average {
	font-family: 'Source Sans Pro', Helvetica, Arial, serif;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.foodie-pro #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.foodie-pro .slide-excerpt {
	background: transparent;
	margin: 0 0 25%;
	opacity: 1;
	width: 100%;
}

.foodie-pro .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.foodie-pro .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.foodie-pro #genesis-responsive-slider h2 a {
	background: #333;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	overflow: visible;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.foodie-pro .flex-direction-nav li a {
	background: url('images/bg_direction_nav.png');
	top: 40%;
}

.foodie-pro .flex-direction-nav li .prev,
.foodie-pro .flex-direction-nav li .prev:hover {
	background-position: 0 0;
	left: -25px;
}

.foodie-pro .flex-direction-nav li .next,
.foodie-pro .flex-direction-nav li .next:hover {
	background-position: -52px 0;
	right: -25px;
}

.foodie-pro .flex-direction-nav li .prev:hover,
.foodie-pro .flex-direction-nav li .next:hover {
	opacity: 0.9;
}

.foodie-pro .flex-control-nav li a {
	background: url('images/bg_control_nav.png');
}

.foodie-pro .flex-control-nav li a.active {
	background-position: 0 -26px;
}

.foodie-pro .flex-control-nav li a:hover {
	background-position: 0 -12px;
}

/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}

/*
Custom Page Templates
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	margin: 0 auto;
	max-width: 680px;
}

.paged .home-middle,
.paged .home-top {
	display: none;
	visibility: hidden;
}

.home-bottom .widgettitle {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.home-bottom .entry-title {
	font-size: 20px;
}

.home .one-third .entry-title,
.home .one-fourth .entry-title,
.home .one-sixth .entry-title {
	font-size: 16px;
	text-align: center;
}


/* Recipes Page
--------------------------------------------- */

.recipes-top {
	background: #f5f5f5;
	padding: 20px;
}

.recipes-top .widget {
	float: left;
	margin-right: 1%;
	width: 32%;
}

.recipes-bottom {
	margin-top: 20px;
}

.recipes-bottom .widget {
	border-bottom: 1px dotted #333;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}

.recipes-bottom .widgettitle {
	font-size: 22px;
}

.recipes-bottom .gfwa-1,
.recipes-bottom .gfwa-5,
.recipes-bottom .gfwa-9,
.recipes-bottom .gfwa-13,
.recipes-bottom .gfwa-17,
.recipes-bottom .gfwa-21,
.recipes-bottom .gfwa-25,
.recipes-bottom .gfwa-29,
.recipes-bottom .gfwa-33,
.recipes-bottom .gfwa-37,
.recipes-bottom .gfwa-51,
.recipes-bottom .gfwa-55,
.recipes-bottom .gfwa-59,
.recipes-bottom .gfwa-63,
.recipes-bottom .gfwa-67,
.recipes-bottom .gfwa-71,
.recipes-bottom .gfwa-75,
.recipes-bottom .gfwa-79,
.recipes-bottom .gfwa-83,
.recipes-bottom .gfwa-87,
.recipes-bottom .gfwa-91,
.recipes-bottom .gfwa-95 {
	clear: both;
	margin-left: 0;
}

.recipes-bottom .featuredpost h2,
.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title,
.search .one-third .entry-title,
.search .one-fourth .entry-title,
.search .one-sixth .entry-title,
.page-template-page_blog .one-third .entry-title,
.page-template-page_blog .one-fourth .entry-title,
.page-template-page_blog .one-sixth .entry-title{
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}

/*
Top Ad
---------------------------------------------------------------------------------------------------- */

.before-header {
	background: #f5f5f5;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.before-header img,
.before-header iframe {
	display: block;
	margin: 0 auto;
}

.before-header .widget {
	margin: 0 auto;
	max-width: 1100px;
}

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

.foodie-pro .site-header {
	background-position: center;
	padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding: 16px 0;
	width: 360px;
}

.title-area h1 {
	margin: 0 auto;
}

.title-area p {
	margin: 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title,
.site-title a {
	font-size: 55px;
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #444;
}

.site-description {
	color: #999;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0;
	text-align: center;
	text-transform: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header {
	background-position: center !important;
	background-size: 400px 170px !important;
}

.header-image .site-title a {
	float: none;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.header-image .site-header .widget-area {
	padding: 20px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 22px;
}


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

.genesis-nav-menu {
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	clear: both;
	font-size: .001px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 20px 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

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

.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #777;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 200px;
}

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

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

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	background: #010101;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.sidebar .menu-item a {
	text-decoration: none;
}

/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

.site-header .sub-menu {
	border-top: 1px solid #ccc;
	margin: 0 0 20px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	margin: 0 0 20px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
}

.nav-primary .sub-menu a:hover {
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin: 0 0 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
}

.nav-secondary .sub-menu a:hover {
}


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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	padding: 0 0 22px;
}

.entry-content a {
	color: #010101;
}

.entry-content a:hover {
	color: #111;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
.clear-line {
	margin-bottom: 30px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta,
.post-info,
.post-meta {
	color: #999;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
}

.entry-meta a,
.post-info a,
.post-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #010101;
}

.entry-header .entry-meta,
.post-info {
	margin-bottom: 20px;
	line-height: 1;
}

.entry-footer .entry-meta,
.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

a.more-link,
.more-from-category a {
	background: #f5f5f5;
	color: #010101;
	display: table;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 3px 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.more-from-category a {
	margin: 0 auto 40px;
}

.more-link {
	margin-top: 15px;
}

.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

a.more-link:hover,
.more-from-category a:hover {
	background: #010101;
	color: #fff;
}

/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 20px 0;
}

.archive-pagination li {
	border: 1px solid #ccc;
	display: inline;
	padding: 5px 10px;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

.archive-pagination a {
	color: #010101;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	color: #010101;
}

/* Entry Navigation
--------------------------------------------- */

.navigation{
	clear: both;
	font-size: 12px;
	margin: 20px 0;
}

.entry .navigation a {
	border-bottom: 1px solid #ccc;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #111;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background: #010101;
}

.pagination-next a,
.pagination-previous a {
	text-decoration: none;
}

/*
After Entry
--------------------------------------------- */

.after-entry .widget {
	clear: none;
	float: left;
	width: 50%;
}

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

.comment-respond,
.entry-comments {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 20px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
	margin-bottom: 20px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #333;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.entry-comments a,
.comment-respond a {

}

.entry-comments .comment-author {
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 22px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-top: 1px solid #ccc;
}

.comment .avatar {
	margin: 0 16px 22px 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 12px;
	padding: 22px;
}

.comment-meta a {
	color: #333;
}

.comment-reply a {
	background: #f5f5f5;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-transform: uppercase;
}

.comment-reply a:hover {
	background: #ccc;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	color: #999;
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul li:before {
	content: "\00BB \0020";
	padding-right: 7px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .search-form {
	width: 100%;
}


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

.footer-widgets {
	background: #f5f5f5;
	color: #333;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 20px 40px 0;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-4 {
	width: 100%;
}

.footer-widgets .widget {
	margin-bottom: 22px;
}

.footer-widgets .widgettitle {
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ccc;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
	max-width: 95%;
}

.footer-widgets .entry {
	background: #fff;
	padding: 5px;
}


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

.site-footer {
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

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

.site-footer p {
	margin: 0;
}

.header_bg_content{
	padding: 0;
	position: fixed;
	z-index: -1;
	width: 100%;
}

.header_content{
	padding: 0 5%;
    text-align: center;
}

.header_content a {
    display: inline-block;
    margin: 50px 0 0;
    width: 300px;
}

.header_content a img {
    max-width: 100%;
    width: 100%;
}

.site-container{
	background: none;
}

.front_content{
	margin: 0 auto;
    max-width: 750px;
    padding: 0;
    text-align: center;
}

.front_content h1{
	color: #000;
    font-family: "gillsans";
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.front_top_list{
	border-bottom: 1px dashed #000;
	padding-bottom: 50px;
}

.front_top_list ul{
	display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.front_top_list ul li{
	color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 0 10px;
    text-transform: uppercase;
}

.front_content p{
	color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.enquiries_form_content{
	padding-top: 60px;
}

.enquiries_form_content .ninja-forms-form-title{
	color: #000;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
}

.enquiries_form_content .ninja-forms-form-title:before{
	background: url(images/hexagons_small.png) no-repeat;
	width: 28px;
	height: 41px;
	content: "";
	left: 50%;
    margin-left: -14px;
    position: absolute;
    top: -45px;
	display: inline-block;
}

.enquiries_text-wrap {
    display: inline-block;
    margin-left: 5%;
    width: 47%;
}

.enquiries_text-wrap:nth-child(2n) {
    margin-left: 0;
}

.enquiries_form_content .enquiries_text{
	border: 1px solid #000;
	font-size: 18px;
	font-style: italic;
	color: #000;
}

.enquiries_form_content .enquiries_text_area{
	border: 1px solid #000;
	font-size: 18px;
	font-style: italic;
	color: #000;
}

.enquiries_form_content .enquiries_submit{
	background: rgba(0, 0, 0, 0) url("images/submit_bg.png") no-repeat scroll 0 0 / 100% 100%;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 55px 30px;
}

.enquiries_form_content .enquiries_submit:hover,
.enquiries_form_content .enquiries_submit:focus{
	background: rgba(0, 0, 0, 0) url("images/submit_bg.png") no-repeat scroll 0 0 / 100% 100%;
    color: #000;
}

.enquiries_form_content .ninja-forms-required-items,
.enquiries_form_content .text-wrap.label-above label, 
.enquiries_form_content .textarea-wrap.label-above label{
	display: none;
}

.hexagons_img{
	width: 60px;
}

.portfolio_container{
	background: #fff;
	border-bottom: 1px dashed #000;
}

.portfolio_content{
	padding: 60px 0;
	text-align: center;
}

.portfolio_content .front_port_link{
	background: rgba(0, 0, 0, 0) url("images/hexagons_port.png") no-repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 182px;
    letter-spacing: 3px;
    margin: 0 0 50px;
    padding: 76px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 156px;
}

.portfolio_slider .profile_list{
	margin: 0 10px;
	position: relative;
	z-index: 1;
	width: 340px;
	height: 470px;
}

.profile_img{
	padding: 50px 0;
	height: 420px;
}

.profile_img img{
	margin: 0;
	position: relative;
	z-index: 1;
	width: 100%;
}

.profile_img_mark{
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-top: 470px solid #000;
	border-right: 340px solid transparent;
}

.profile_txt{
	bottom: -44px;
    height: 470px;
    left: 0;
    position: absolute;
    top: 410px;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
	-moz-transition:    all 0.4s ease 0s;
	-ms-transition:     all 0.4s ease 0s;
	-o-transition:      all 0.4s ease 0s;
	transition:         all 0.4s ease 0s;
}

.profile_txt h2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
	padding: 15px 0;
}

.profile_txt p{
	margin: 0;
    padding: 20px;
    text-align: left;
}

.profile_txt:hover{
	top: 0;
}

.portfolio_slider .slick-prev{
	text-indent: -9999px;
	background: url(images/arrow_left.png) no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -13px;
}

.portfolio_slider .slick-next{
	text-indent: -9999px;
	background: url(images/arrow_right.png) no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -13px;
}

.trendiest_content{
    font-family: Lato, "Times New Roman", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, serif;
}

.trendiest_header{
	text-align: center;
}

.trendiest_header h1{
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: bold;
}

.trendiest_lang{
	margin-top: 20px;
}

.trendiest_lang a{
	color: #ffc2bd;
    display: inline-block;
    font-size: 16px;
    padding: 0;
}

.trendiest_lang a:hover,
.trendiest_lang a:focus{
	color: #ffb0aa;
}

.trendiest_lang a::after {
    content: "|";
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.trendiest_lang a:last-child::after {
    display: none;
}

.trendiest_profile{
	background: #f0faff;
	margin: 30px 0 20px 0;
    padding: 30px 30px;
    display: inline-block;
    width: 100%;
}

.trendiest_profile_img {
    float: left;
    text-align: center;
    padding: 0 20px;
}

.trendiest_profile_img img{
	border-radius: 50%;
	height: 150px;
    width: 150px;
}

.trendiest_profile_img h2{
	font-family: 'GeorgiaBoldItalic';
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
    text-transform: none;
    margin: 10px 0;
}

.trendiest_profile p{
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
    padding: 0 0 0 220px;
    font-weight: bold;
    line-height: 26px;
}

.trendiest_post{
	padding: 0;
}

.trendiest_post .trendiest_post_mark{
	font-size: 20px;
	color: #7fa6c2;
	font-family: 'GeorgiaBoldItalic';
	float: left;
	width: 48%;
	margin-right: 5%;
	margin-bottom: 25px;
	text-align: justify;
}

.trendiest_post p{
	font-size: 14px;
	margin-bottom: 20px;
}

.trendiest_topic_link{
	display: inline-block;
    margin: 20px 0 10px;
    text-align: center;
    width: 100%;
}

.trendiest_topic_link a{
	background: #668ba5;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
}

.trendiest_topic_link a:hover,
.trendiest_topic_link a:focus{
	background: #6e95b1;
	color: #fff;
}

.trendiest_comments_content{
	margin-top: 40px;
}

.trendiest_comments_content .commentlist{
	list-style: none;
}

.trendiest_comments_content .commentlist li.comment{
	padding: 20px 0 0 0;
}

.trendiest_comments_content .commentlist > li.comment{
	margin-top: 20px;
}

.trendiest_comments_content .commentlist > li.comment:first-child{
	margin-top: 0;
}

.trendiest_comments_content .commentlist .children{
	list-style: none;
	padding: 0 0 0 30px;
	margin-top: 20px;
}

.trendiest_comments_content #commentform input[type="submit"]{
	background: #668ba5;
	font-size: 14px;
	padding: 7px 30px;
	margin-top: 5px;
}

.trendiest_comments_content #commentform input[type="submit"]:hover,
.trendiest_comments_content #commentform input[type="submit"]:focus{
	background: #6e95b1;
}

.trendiest_comments_content .cptch_block label{
	font-family: "Lato";
}

.trendiest_comments_content .cptch_block {
    margin-bottom: 70px;
    margin-top: -120px;
}

.trendiest_comments_content label[for="email"],
.trendiest_comments_content label[for="url"]{
	display: none;
}

.share_box {
    text-align: center;
    display: inline-block;
    width: 80px !important;
    padding: 20px 15px;
    left: 0;
    position: fixed;
    z-index: 10000;
    background: #f0faff;
    text-align: center;
}

.share_box:after { 
	content: ""; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 0; 
	height: 0; 
	border-bottom: 15px solid #fff; 
	border-left: 35px solid transparent; 
	border-right: 35px solid transparent; 
}

.share_box .share_button{
	margin: 0 0 10px 0 !important;
	display: inline-block !important;
}

.share_icon_weibo{
	background: url(images/labride-weibo.png) no-repeat 0 0 / contain !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow:  none !important;
	border-radius: 0 !important;
	width: 30px !important;
	height: 30px !important;
}

.share_icon_wechat{
	background: url(images/labride-wechat.png) no-repeat 0 0 / contain !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow:  none !important;
	border-radius: 0 !important;
	width: 30px !important;
	height: 30px !important;
}

.share_icon_twitter{
	background: url(images/labride-twitter.png) no-repeat 0 0 / contain !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow:  none !important;
	border-radius: 0 !important;
	width: 30px !important;
	height: 30px !important;
}

.share_icon_facebook{
	background: url(images/labride-fb.png) no-repeat 0 0 / contain !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow:  none !important;
	border-radius: 0 !important;
	width: 30px !important;
	height: 30px !important;
}

.share_box label{
	text-transform: lowercase;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.share_box .open_social_qrcode{
	position: absolute;
	top: 190px;
	left: 80px;
}

.about_content{
    padding: 50px 0 30px 0;
    text-align: center;
}

.about_content .about_port_link{
	background: rgba(0, 0, 0, 0) url("images/hexagons_port.png") no-repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 182px;
    letter-spacing: 3px;
    margin: 0 0 50px;
    padding: 76px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 156px;
}

.about_content p{
	text-align: justify;
}

.services_container{
	border-top: none;
	border-bottom: 1px dashed #000;
	background: #fff;
	padding: 50px 0 70px 0;
}

.services_container h2{
	color: #000;
    font-family: "lighthouse_personal_useRg";
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
}

.service_thumb_list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.service_thumb_list li{
	float: left;
    margin: 40px 0;
    padding: 0 20px;
    text-align: center;
    width: 33.33%;
}

.service_thumb_list li img{
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.service_thumb_list li img:hover{
	-webkit-transform: scale(1.3);
	  -ms-transform: scale(1.3);
	      transform: scale(1.3);
}

.service_thumb_list li h4{
	color: #000;
    font-family: "GeorgiaBoldItalic";
    font-size: 20px;
    letter-spacing: 1px;
    margin: 30px 0 0;
    text-transform: none;
}

.welcome_container{
	background: #fff none repeat scroll 0 0;
    padding: 50px 0 150px;
}

.welcome_title{
	border-top: 1px dashed #000;
    padding: 50px 0 0;
    position: relative;
    margin-bottom: 20px;
}

.welcome_title h2{
	left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: -32px;
    width: 100%;
}

.welcome_title h2 span{
	background: #fff none repeat scroll 0 0;
    color: #000;
    font-family: "lighthouse_personal_useRg";
    font-size: 50px;
    letter-spacing: 1px;
    padding: 0 10px;
    text-align: center;
    text-transform: capitalize;
}

.welcome_content{
	color: #000;
    font-family: Arial;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 50px 0 100px;
    text-align: center;
}

.welcome_wrapper {
    text-align: center;
}

.welcome_thumb_top{
	list-style: none;
	margin: 0;
	padding: 0;
}

.welcome_thumb_top li{
	float: left;
	width: 33.33%;
	text-align: left;
}

.welcome_thumb_top li:nth-child(2){
	text-align: center;
}

.welcome_thumb_top li:last-child{
	text-align: right;
}

.welcome_thumb_top li h4{
	*background: rgba(0, 0, 0, 0) url("images/hexagons_large.png") no-repeat scroll 0 0 / 100% 100%;
    color: #000;
    display: inline-block;
    font-family: "lucida_grandebold";
    font-size: 24px;
    height: 257px;
    letter-spacing: 2px;
    margin: 0 0 370px;
    padding: 85px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 223px;
    z-index: 0;
}

.welcome_thumb_top li h4::after {
    border-left: 1px dashed #000;
    content: "";
    height: 370px;
    left: 50%;
    position: absolute;
    top: 257px;
}

.welcome_thumb_top li h4 span{
	font-size: 30px;
}

.hexagon {
	background-color: #ffffff;
    border-left: 3px solid #333333;
    border-right: 3px solid #333333;
    height: 126px;
    left: 2px;
    margin: 63px 0;
    position: absolute;
    top: 4px;
    width: 220px;
    z-index: -1;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.hexagon:before,
.hexagon:after {
	background-color: inherit;
    content: "";
    height: 151px;
    left: 29px;
    position: absolute;
    transform: scaleY(0.577) rotate(-45deg);
	-webkit-transform: scaleY(0.577) rotate(-45deg);
	-ms-transform: scaleY(0.577) rotate(-45deg);
    width: 152px;
    z-index: 1;
}

.hexagon:before {
	border-right: 4px solid #333333;
    border-top: 4px solid #333333;
    top: -77px;
}

.hexagon:after {
	border-bottom: 4px solid #333333;
    border-left: 4px solid #333333;
    bottom: -78px;
}

.welcome_thumb_top li:first-child h4:hover .hexagon{
	background: #d7efff;
} 

.welcome_thumb_top li:nth-child(2) h4:hover .hexagon{
	background: #fcd0c5;
} 

.welcome_thumb_top li:last-child h4:hover .hexagon{
	background: #eecfff;
} 

.welcome_thumb_middle{
	background: #fff none repeat scroll 0 0;
    border: 3px solid #000;
    color: #000;
    display: inline-block;
    font-family: Arial;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 28px;
    margin-top: -78px;
    max-width: 700px;
    padding: 20px 11%;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.welcome_thumb_middle::before {
    content: "";
    height: 0;
    left: -81px;
    position: absolute;
    top: 75px;
    width: 81px;
    border-top: 1px dashed #000;
}
.welcome_thumb_middle::after {
    content: "";
    height: 0px;
    position: absolute;
    right: -83px;
    top: 75px;
    width: 81px;
    border-top: 1px dashed #000;
}

.welcome_thumb_middle:hover{
	background: #fcd3e0;
}

.welcome_thumb_bottom{
	border: 3px solid #000;
    color: #000;
    display: inline-block;
    font-family: "GeorgiaBoldItalic";
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: 190px;
    padding: 30px 50px;
    position: relative;
    background: #fff;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.welcome_thumb_bottom:before {
    border-left: 1px dashed #000;
    content: "";
    height: 190px;
    left: 50%;
    position: absolute;
    top: -194px;
}

.welcome_thumb_bottom:hover{
	background: #feedd5;
}

.help_container{
	background: #fff;
	padding: 0 0 100px;
}

.help_content{
	padding: 50px 16%;
    text-align: center;
}

.help_content h3{
	color: #000;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0 0 50px;
}

.help_content h3 span{
	color: #ffb9ab;
}

.help_content p{
	color: #464646;
    font-family: Arial;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 25px;
}

.help_content img {
    margin-top: 50px;
}

.help_wrapper h3{
	color: #000;
    font-family: Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 40px;
    text-align: center;
    text-transform: none;
}

.help_thumb_list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.help_thumb_list li{
	float: left;
    width: 27%;
}

.help_thumb_list li h4{
	color: rgba(0, 0, 0, 0.5);
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    height: 120px;
    letter-spacing: 4px;
    line-height: 26px;
    margin: 0;
    padding: 35px 0;
    text-align: center;
}

.help_thumb_list li h4 span{
	font-size: 20px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: none;
}

.help_thumb_list li:first-child h4{
	background: rgba(0, 0, 0, 0) url("images/color_box_1.png") no-repeat scroll 0 0 / 100% 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.help_thumb_list li:first-child h4:hover{
	-webkit-transform: scale(1.11);
	  -ms-transform: scale(1.11);
	      transform: scale(1.11);
}

.help_thumb_list li:nth-child(2) {
    margin-left: -2%;
}

.help_thumb_list li:nth-child(2) h4{
	background: rgba(0, 0, 0, 0) url("images/color_box_2.png") no-repeat scroll 0 0 / 100% 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.help_thumb_list li:nth-child(2) h4:hover{
	-webkit-transform: scale(1.11);
	  -ms-transform: scale(1.11);
	      transform: scale(1.11);
}

.help_thumb_list li:nth-child(3) {
    margin-left: -2%;
}

.help_thumb_list li:nth-child(3) h4{
	background: rgba(0, 0, 0, 0) url("images/color_box_3.png") no-repeat scroll 0 0 / 100% 100%;
	font-size: 30px;
    padding: 44px 0;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.help_thumb_list li:nth-child(3) h4:hover{
	-webkit-transform: scale(1.11);
	  -ms-transform: scale(1.11);
	      transform: scale(1.11);
}

.help_thumb_list li:last-child {
    margin-left: 3%;
    width: 20%;
}

.help_thumb_list li:last-child h4{
	color: #000;
    font-size: 20px;
    padding: 5px 0;
    position: relative;
    text-align: left;
}

.help_thumb_list li:last-child h4:after{
	background: #f4daff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 78%;
}

.comment_gravity_content{
	text-align: center;
}

.comment_gravity_content p{
	color: #636262;
	margin-bottom: 20px;
}

.comment_gravity_form{
	margin-top: 20px;
}

.comment_gravity_form .ninja-forms-form-title{
	display: none;
}

.comment_gravity_form .ninja-forms-form-wrap input, 
.comment_gravity_form .ninja-forms-form-wrap select, 
.comment_gravity_form .ninja-forms-form-wrap textarea{
	border: 2px solid #d8eefd;
}

.comment_gravity_form input[type="submit"]{
	background: none;
	border: 2px solid #d8eefd;
	color: #000;
	font-size: 18px;
	text-transform: none;
	display: inline-block;
	padding: 5px 20px;
}

.comment_gravity_form input[type="submit"]:hover,
.comment_gravity_form input[type="submit"]:focus{
	background: none;
	color: #000;
}

.commen_lang_bar{
	text-align: center;
}

.commen_lang_bar a{
	text-transform: uppercase; 
	color: #fff !important; 
	padding: 5px 30px; 
	text-decoration: none; 
	font-size: 20px; 
	letter-spacing: 3px;
	display: inline-block;
	margin: 20px 5px 0 5px;
	background: #d8eefd;
	font-weight: bold;
	line-height: 36px;
}

.commen_lang_bar a:hover,
.commen_lang_bar a:focus{
	background: #c9e8fc;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header {
		background-size: contain !important;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
		overflow: hidden;
	}

	.site-inner {
		margin: 20px auto;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 16px;
	}

	.sidebar-primary {
		width: 300px;
	}
	
	.welcome_wrapper {
	    margin: 0 auto;
	    max-width: 960px;
	    text-align: center;
	}

	.welcome_thumb_middle{
		max-width: 640px;
		padding: 20px 10%;
	}

	.welcome_thumb_middle::before {
	    left: -51px;
	    width: 48px;
	}

	.welcome_thumb_middle::after {
	    right: -52px;
	    width: 49px;
	}

	.help_content {
	    padding: 50px 14%;
	}

	.help_thumb_list li:last-child h4 {
	    font-size: 18px;
	}

}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.header-image .site-header .widget-area {
		padding: 0;
	}

	.site-container,
	.before-header {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 20px;
	}

	.footer-widgets {
		padding: 20px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	.portfolio_slider .slick-prev{
		left: 0;
		z-index: 999;
	}

	.portfolio_slider .slick-next{
		right: 0;
		z-index: 999;
	}
	
	.welcome_wrapper {
	    max-width: 850px;
	}

	.welcome_thumb_middle {
	    max-width: 527px;
	    padding: 20px 5%;
	}
	
	.help_content {
	    padding: 50px 7%;
	}
	
	.help_thumb_list li:last-child h4 {
	    font-size: 16px;
	}


}

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

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		background: transparent;
		border-top: 1px solid #777777;
		border-bottom: 1px solid #777777;
		cursor: pointer;
		min-height: 52px;
		position: relative;
		width: 100%;
	}

	.menu-toggle span {
		left: 50%;
		margin-left: -20px;
		top: 23px;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #555;
		border-radius: 1px;
		content: '';
		cursor: pointer;
		display: block;
		height: 5px;
		position: absolute;
		transition: all 500ms ease-in-out;
		width: 40px;
	}

	.menu-toggle span:before {
		top: -10px;
	}

	.menu-toggle span:after {
		bottom: -10px;
	}

	.menu-toggle.active span {
		background: transparent;
	}

	.menu-toggle.active span:before,
	.menu-toggle.active span:after {
		top: 0;
	}

	.menu-toggle.active span:before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}

	.menu-toggle.active span:after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}

	.menu-toggle:hover {
		background: transparent;
	}

	.sub-menu-toggle {
		color: #999;
		cursor: pointer;
		padding: 14px 18px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.active:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu {
		border: none;
	}

	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #9D9D9D;
		display: block;
		position: relative;
		text-align: left;
	}

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #9D9D9D;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		padding: 16px 22px;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu a:hover {
		background: transparent;
	}

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

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.before-header .widget {
		padding-bottom: 0;
		padding-top: 0;
	}

	.before-header .enews-widget .widgettitle,
	.before-header .enews-widget p,
	.before-header .enews-widget #subscribe,
	.before-header .enews-widget input,
	.before-header .enews-widget input[type="submit"] {
		display: block;
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}
	
	.share_box{
		bottom: 0;
	    padding: 0;
	    text-align: center;
	    top: auto !important;
	    width: 100% !important;
	}
	
	.share_box:after{
		display: none;
	}
	
	.share_box .share_button {
	    margin: -9px 10px !important;
	}
	
	.share_box label {
	    margin: 18px 0;
	}
	
	.share_box .open_social_qrcode {
	    bottom: 51px;
		right: 0;
		left: auto;
	}

	.welcome_container {
	    padding: 60px 0 100px;
	}

	.welcome_content {
	    margin: 20px 0 50px;
	}

	.welcome_wrapper {
	    max-width: 690px;
	}

	.welcome_thumb_top li h4{
	    font-size: 16px;
	}

	.welcome_thumb_top li h4 span {
	    font-size: 20px;
	}

	.welcome_thumb_top li h4 {
	    font-size: 16px;
	    height: 165px;
	    margin: 0 0 250px;
	    padding: 58px 10px;
	    width: 165px;
	}

	.welcome_thumb_top li h4::after {
	    height: 248px;
	    top: 166px;
	}

	.hexagon {
	    height: 76px;
	    left: 4px;
	    margin: 41px 0;
	    top: 4px;
	    width: 157px;
	}

	.hexagon::before, .hexagon::after {
	    height: 109px;
	    left: 20px;
	    width: 107px;
	}

	.hexagon::before {
	    top: -56px;
	}

	.hexagon::after {
	    bottom: -56px;
	}
	
	.welcome_thumb_middle {
	    font-size: 16px;
	    margin-top: -53px;
	    max-width: 465px;
	    padding: 10px 20px;
	}

	.welcome_thumb_middle::before {
	    left: -33px;
	    top: 50px;
	    width: 32px;
	}

	.welcome_thumb_middle::after {
	    right: -35px;
	    top: 50px;
	    width: 35px;
	}
	
	.welcome_thumb_bottom::before {
	    height: 90px;
	    top: -93px;
	}

	.welcome_thumb_bottom {
	    font-size: 18px;
	    margin-top: 90px;
	    padding: 20px 40px;
	}
	
	.help_container {
	    padding: 0 0 50px;
	}

	.help_content {
	    padding: 30px 0;
	}

	.help_content img {
	    margin-top: 30px;
	}

	.help_wrapper h3{
		margin: 0 0 30px;
	}

	.help_thumb_list li h4{
		font-size: 16px;
	}

	.help_thumb_list li h4 span {
		font-size: 14px;
	}

	.help_thumb_list li:nth-child(3) h4 {
	    font-size: 20px;
	    padding: 48px 0;
	}

	.help_thumb_list li:last-child h4 {
	    font-size: 12px;
	}
	
	.services_container {
	    padding: 30px 0 50px;
	}

	.service_thumb_list li {
	    margin: 25px 0;
	}



}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first {
		clear: none;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

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

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
	}

	.recipes-top .widget {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.header_content a{
		width: 180px;
	}
	
	.portfolio_slider .slick-list{
		display: inline-block;
		width: 275px;
	}
	
	.portfolio_slider .profile_list{
		height: 400px;
		width: 275px;
	}
	
	.profile_img {
	    height: 360px;
		width: 255px;
	}
	
	.profile_img_mark {
	    border-right: 255px solid transparent;
	    border-top: 400px solid #000;
	}

	.profile_txt {
	    top: 340px;
	}
	
	.trendiest_profile_img{
		width: 100%;
	}
	
	.trendiest_profile p{
		padding: 0;
	}
	
	.trendiest_post .trendiest_post_mark{
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
	}
	
	.welcome_thumb_middle {
	    max-width: 575px;
	}
	
	.welcome_thumb_middle:before,
	.welcome_thumb_middle:after{
		display: none;
	}
	
	.help_content h3 {
	    font-size: 20px;
	}
	
	.help_content p {
	    font-size: 14px;
	}
	
	.help_wrapper h3 {
	    font-size: 14px;
	}
	
	.help_thumb_list li h4 {
		font-size: 12px;
	}
	
	.help_thumb_list li h4 span {
	    font-size: 12px;
	}
	
	.help_thumb_list li:nth-child(3) h4{
		font-size: 18px;
	}
	
	.help_thumb_list li:last-child h4 {
	    font-size: 10px;
	    line-height: 20px;
	}

}

@media only screen and (max-width: 640px) {
	.welcome_content {
	    margin: 10px 0 30px;
	}

	.welcome_content p {
	    font-size: 14px;
	}

	.welcome_thumb_top li h4 {
	    font-size: 10px;
	    height: 137px;
	    margin: 0 0 185px;
	    padding: 57px 10px;
	    width: 115px;
	}

	.welcome_thumb_top li h4::after {
	    height: 133px;
	    top: 137px;
	}
	
	.welcome_thumb_top li h4 span {
	    font-size: 14px;
	}
	
	.hexagon {
	    height: 60px;
	    left: 3px;
	    margin: 41px 0;
	    top: 4px;
	    width: 111px;
	}
		
	.hexagon::before {
	    top: -40px;
	}

	.hexagon::after {
	    bottom: -40px;
	}

	.hexagon::before, .hexagon::after {
	    height: 75px;
	    left: 13px;
	    width: 75px;
	}

	.help_content img {
	    margin-top: 10px;
	}

	.help_thumb_list li {
	    width: 50%;
	    margin: 0 0 20px;
	}

	.help_thumb_list li h4{
		height: 100px;
		padding: 23px 0;
	}

	.help_thumb_list li:nth-child(3) {
	    margin-left: 0;
	}

	.help_thumb_list li:nth-child(3) h4 {
	    padding: 39px 0;
	}

	.help_thumb_list li:last-child {
	    width: 47%;
	}
	
	.welcome_thumb_middle {
	    font-size: 14px;
	    line-height: 20px;
	    max-width: 575px;
	}

	.service_thumb_list li{
		width: 50%;
		margin: 10px 0;
	}
	
	.service_thumb_list li:nth-child(2n + 1){
		clear: both;
	}

	.service_thumb_list li h4{
		margin: 10px 0 0;
	}

	.comment_gravity_form .gform_wrapper ul .star_inv_half {
	    width: 100%;
	}
	
	.comment_gravity_form .gform_wrapper .top_label input.medium, 
	.comment_gravity_form .gform_wrapper .top_label select.medium{
		width: 97.5%;
	}

}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.odd {
		margin-left: 0;
		width: 100%;
	}

	.after-entry .widget {
		width: 100%;
	}

	.recipes-bottom .entry {
		margin: 0;
		width: 100%;
	}

	.recipes-top .widgettitle {
		font-size: 10px;
	}

	.slide-excerpt {
		display: none;
		visibility: hidden;
	}
	
	.enquiries_text-wrap{
		width: 100%;
		margin-left: 0;
	}

	.welcome_thumb_top li h4 {
	    font-size: 8px;
	    height: 115px;
	    margin: 0 0 150px;
	    padding: 35px 10px;
	    width: 80px;
	    word-wrap: break-word;
	}
		
	.welcome_thumb_top li h4::after {
	    height: 110px;
	    top: 104px;
	}

	.welcome_thumb_top li h4 span {
	    font-size: 8px;
	}

	.hexagon {
	    height: 60px;
	    left: 3px;
	    margin: 18px 0;
	    top: 4px;
	    width: 76px;
	}

	.hexagon::before, .hexagon::after {
	    height: 50px;
	    left: 8px;
	    width: 50px;
	}

	.hexagon::before {
	    top: -27px;
	}

	.hexagon::after {
	    bottom: -28px;
	}

}




html {
    height:100%
}

body {
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%
}

.pattern {
    background-image:url(../images/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}

.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    width:100%;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    padding: 20px 0px;
    border-radius: 10px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.big-background #logo {display: block; width: 200px; height: auto; margin: 0 auto 2em; }
.big-background h2 {color: #333; font-weight: bold; font-size: 36px; background-color: rgba(255,255,255,0.65); padding: 20px 0;}






/*Video menu page css*/


.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.wrap{
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.header_content{
	background: #fff;
}

#design_default .header_content .logo_link{
	padding: 10px 0;
	display: inline-block;
}

#design_default .header_content ul{
	float: right;
	margin: 0;
	padding: 15px 0;
	list-style: none;
	display: inline-block;
}

#design_default .header_content ul li{
	float: left;
	margin-left: 40px;
}

#design_default .main_content{
	background: #ffffff;
		background-size: 100% !important;
}

.main_content.modern {background-color: dodgerblue;}
.main_content.background {background-color: firebrick;}

#design_default .main_wrapper{
	padding: 90px 6% 230px;
	/*background: rgba(0, 0, 0, 0) url("images/man.png") no-repeat scroll right 95%;*/
}

#design_default .tv_content{
	display: inline-block;
	width: 100%;
	background: url(images/bg.png);
	padding: 30px;
}

#design_default .tv_wrapper{
	display: inline-block;
	width: 100%;
	background: #f4f4f4;
}

#design_default .video_content{
	float: left;
    padding: 30px;
    width: 70%;
}

#design_default .video_content h2{
	color: #666666;
    font-family: 'Lato', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 38px;
    letter-spacing: 2px;
    margin: 20px 0 50px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

#design_default .video_wrapper{
	background: #808080;
	width: 100%;
	display: inline-block;
    height: 345px;
    width: 100%;
}

#design_default .video_wrapper video{
	width: 100%;
	height: 100%;
}

#design_default .video_list_content{
	float: left;
    width: 30%;
}

#design_default .video_menu{
	background: #ffffff none repeat scroll 0 0;
    color: #4d4d4d;
    font-family: 'Lato', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 26px;
    height: 40px;
    line-height: 38px;
    margin-top: 120px;
    position: relative;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}

.main_content.modern .video_menu {background-color: dodgerblue; color: white;}
.main_content.background .video_menu {background-color: firebrick; color: white;}

#design_default .video_menu:after { 
	border-bottom: 20px solid transparent;
    border-left: 17px solid #f4f4f4;
    border-top: 20px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

#design_default .video_list{
	display: inline-block;
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0 0 0 20%;
}

#design_default .video_list li{
	margin-bottom: 30px;
}

#design_default .video_list li a{
	color: #686868;
    display: inline-block;
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
}

#design_default .video_list li a:before{
	position: absolute;
	content: "";
	background: url(images/arrow-head.png) no-repeat;
	background-size: 20px;
	width: 25px;
	height: 22px;
	left: 0;
	top: 5px;
	opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

#design_default .video_list li a:hover,
#design_default .video_list li a:focus{
	text-decoration: none;
}

#design_default .video_list li.active a:before,
#design_default .video_list li a:hover:before,
#design_default .video_list li a:focus:before{
	opacity: 1;
}

#design_default .video_list2{
  margin: 40px 0 0;
}

#design_default .video_list2 li{
  margin-bottom: 25px;
}

#design_default .video_list3{
  margin: 30px 0 0;
}

#design_default .video_list3 li{
  margin-bottom: 20px;
}

#design_default .video_list4{
  margin: 60px 0 0;
}


/*  DESIGN MODERN LAYOUT
======================================================================*/
#design_modern .main_wrapper {
	width: 100%; 
	height: 100vh; 
	background: no-repeat left top; 
	background-size: cover; 
	position: relative; 
	z-index: 10; 
	opacity: 0;
	transition: 1s ease;
	background-color: white;
 }



#design_modern .main_wrapper .menu_wrapper {position: absolute; bottom: 8%; width: 80%; left: 10%; padding-bottom:10px;}

#design_modern .main_wrapper .menu_wrapper .menu_title { color: white; font-size: 50px; font-family: 'Great Vibes', cursive; margin: 0; padding-bottom: 10px; border-bottom: 2px solid white; margin-bottom: 0px; text-transform: capitalize;}

#design_modern .main_wrapper .menu_wrapper .video_list_content {width: 100%; text-align: right; padding-top: 20px; position: relative;}

#design_modern .main_wrapper .menu_wrapper .business_name {position: absolute; left: 0; top: 0; color: white;}

#design_modern .main_wrapper .menu_wrapper .video_list_content ul {margin: 0;}


#design_modern .main_wrapper .menu_wrapper ul li {display: inline-block; list-style: none; margin-right: 30px; border-left: 3px solid white; transition: 0.5s ease; }
#design_modern .main_wrapper .menu_wrapper ul li:last-child {margin-right: 0;}

#design_modern .main_wrapper .menu_wrapper ul li a { 
	display: block; 
	color: white; 
	font-size: 16px; 
	padding: 0px 10px 0px 15px; 
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; 
	text-decoration: none; 
	text-transform: capitalize; 
	font-weight: normal; 
}

#design_modern .main_wrapper .menu_wrapper ul li:hover {border-left: 3px solid firebrick;}

#design_modern video {position: absolute; width: 100%; height: 100%; background-color: black; left: 0; top: 0; opacity: 0; transition: 0.5s ease;}


#design_modern #menu-toggle {padding: 8px 20px; color: white; border: 1px solid white; border-radius: 3px; position: absolute; right: 30px; top: 30px; z-index: 15; display: block; opacity: 0; transition: 2s; text-decoration: none; font-size: 14px;}


#design_modern .main_wrapper.display {opacity: 1; transition: 1s;}
#design_modern video.display {opacity: 1; z-index: 12; transition: 1s ease;}
#design_modern #menu-toggle.display {opacity: 1;}


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}



#dashboardNav {padding: 16px 10px 30px; text-align: center; border-bottom: 1px solid #ededed; margin-bottom: 30px;}
#dashboardNav li {display: inline-block;  font-size: 16px;}
#dashboardNav li a {padding: 8px 16px; border-radius: 5px; background-color: white; transition: 0.3s ease-in;}
#dashboardNav li a:hover {background-color: #ededed;}
#dashboardNav li.current_page_item a {background-color: black; color: white;}


.acf-fields > .acf-field {border-top:none !important;}


.post .entry-title {word-spacing: 5px; margin-bottom: 0.3em; letter-spacing: -0.4px; text-align: center;}
.post .entry-content p a {color: dodgerblue;}
.post .entry-content p a:hover {text-decoration: underline;}
.post .entry-meta {margin-bottom: 36px; text-align: right;}
.post .entry-meta .entry-author-name {color: #333;}
.post .entry-meta .entry-time {margin-left: 15px;}



#primaryNav {padding: 16px 10px; text-align: center;}
#primaryNav li {display: inline-block;  font-size: 16px;}
#primaryNav li a {padding: 8px 16px; border-radius: 5px; background-color: white; transition: 0.3s ease-in;}
#primaryNav li a:hover {background-color: #ededed;}
#primaryNav li.current_page_item a {background-color: black; color: white;}
#primaryNav li.current_page_item:nth-child(5) a {background-color: white; color: black;}
#primaryNav li.current_page_item:nth-child(5) a:hover {background-color: #ededed; color: black;}




/*  FORM LAYOUT OPTIONS
======================================================================*/
.acf-image-select {margin-bottom: 20px !important;}
.acf-image-select label input { display: none; }
.acf-image-select label p { margin: 0; font-weight: bold; text-align: center; }
.acf-image-select label img { border: solid 6px #ddd; width: 300px; }
.acf-image-select label input:checked + img { border: solid 6px #333;}

/*  FORM THEME OPTIONS
======================================================================*/
.theme-image-select {margin-bottom: 20px !important;}
.theme-image-select li {display: inline-block !important; margin-right: 20px !important; vertical-align: top; margin-bottom: 15px !important;}
.theme-image-select label input { display: none; }
.theme-image-select label p { margin: 0; font-weight: bold; text-align: center; }
.theme-image-select label img { border: solid 5px #ddd; width: 150px; }
.theme-image-select label input:checked + img { border: solid 5px #333;}


#view-link {position: relative; top: -25px; left: 100px; color: dodgerblue; font-size: 14px;}


/*  FIXME
======================================================================*/
nav.fixme {position: fixed; top: 0; left: 0; width: 100%; background-color: white; z-index: 100; border-bottom: 1px solid #ededed;}





/*----------------------Recent Posts custom-----------------------*/

.post_sidebar_list li {
	padding: 15px 20px;
    border: 1px solid #ededed;
    margin-bottom: 30px;
    background-color: #fdfdfd;
}

.sidebar ul li:before {
    content: "\00BB \0020";
    padding-right: 7px;
    display: none !important;
}

.post_sidebar_list li a {display: block;}

.post_sidebar_list li a img {margin-bottom: 10px;}



/*----------------------Frontend Register-Login Page-----------------------*/


.row .left-box {
	width: 50%;
	float: left;
	padding: 0 25px;
	border-right: 1px solid #777777;
}

.row .right-box {
	float: right;
	width: 50%;
	padding: 0 25px;
}


.row .left-box .rmagic .rmrow li input[type=radio] {width: 20px;}

.row .left-box .rmheader {margin: 20px 0;}




/*  PAGE VIDEO BACKGROUND
======================================================================*/

	

#vidbg img {
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; 
}


#vidbg .welcome_title {margin-top: 30px;}

#vidbg .welcome_title span { font-size: 40px; }
#vidbg .welcome_title h2 {top:-28px;}

#vidbg .custom-container {
	max-width: 1100px;
	margin: 0 auto;
}


#vidbg .row .column-a {
	padding: 0 30px 0 0px;
	float: left;
	width: 780px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	background-size: 44%;
	background-position: top center;
	background-repeat: no-repeat;
}

#vidbg .row .column-a .column {
	flex-basis: 27%;
}


#vidbg .row .column-a .text-box {
	margin-bottom: 100px;
}


#vidbg .row .column-a .text-box h3 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	margin-top: 0;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#vidbg .row .column-a .text-box p {
	font-size: 11px;
	margin-top: 0px;
	color: #777777;
	line-height: 1;
}





#vidbg .row .column-b {
	float: right;
	width: 320px;
	padding: 0 0px 0 30px;
}


#vidbg .row .column-b h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 10px;
}

#vidbg .row .column-b p { font-size: 12px; margin-bottom: 30px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }

#vidbg .row .column-b p a {color: dodgerblue;}

#vidbg .row .column-b h4 {font-size: 14px; font-weight: bold; margin-bottom: 0px;}

#vidbg .row .column-b ul li {
	list-style: none;
	font-size: 11.5px;
	margin-bottom: 10px;
	color: black;
	word-spacing: 1px;
	text-rendering: optimizeLegibility; 
}




#vidbg .cyan span {color: #7bc2c1;}
#vidbg .pink span {color: #bdafcd;}
#vidbg .purple span {color: #c7b4c0;}
#vidbg .orange span {color: #eab33b;}
#vidbg .green span {color: #bad043;}




	/*  PAGE USB MENU
======================================================================*/



#usbmenu img {
	image-rendering: -moz-crisp-edges; 
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

#usbmenu .row .column-a {
	float: left;
	width: 40%;
}


#usbmenu h1 {
	font-weight: normal;
	color: black;
	font-size: 46px;
	line-height: 1.05;
	padding-bottom: 15px;
	border-bottom: 2px solid black;
	margin-bottom: 24px;
}

#usbmenu ul li {list-style: none; margin-bottom: 24px;}
#usbmenu ul li h4 {font-size: 18px; font-weight: bold; text-transform: capitalize; margin: 0px;}
#usbmenu ul li p {margin: 0; font-size: 16px;}

#usbmenu ul li:first-child h4 { color: #bd8621;}
#usbmenu ul li:nth-child(2) h4 { color: #9d7bb1;}
#usbmenu ul li:nth-child(3) h4 { color: #297b84;}
#usbmenu ul li:nth-child(4) h4 { color: #888f5b;}

#usbmenu .row .column-b {
	float: right;
	width: 612px;

	position: relative;
	height: 670px;
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
}


#usbmenu .column-b h2 {
	font-size: 26px;
	font-weight: bold;
	width: 123px;
	line-height: 1.1;
	text-transform: capitalize;
}

#usbmenu .column-b h2:first-child {
	color: #6a6a6a;
    position: absolute;
	left: 260px;
	top: 300px;
	font-size: 32px;
	z-index: 2;
}
#usbmenu .column-b h2:nth-child(2) {
	color: #bd8621;
    position: absolute;
	top: 145px;
	left: 295px;
}
#usbmenu .column-b h2:nth-child(3) {
	color: #9d7bb1;
	position: absolute;
	top: 330px;
	right: 60px;
}
#usbmenu .column-b h2:nth-child(4) {
	color: #297b84;
	position: absolute;
	top: 270px;
	left: 100px;
}
#usbmenu .column-b h2:nth-child(5) {
	color: #888f5b;
	position: absolute;
	bottom: 120px;
	left: 240px;
}



#usbmenu .read-link {
	font-weight: bold;
	text-transform: uppercase;
}

#usbmenu .read-link span {color: #bd8621; display: inline-block; margin-bottom: 40px;}

#usbmenu a img {
	width: 90px;
}



#usbmenu #center-icon{
	position: absolute;
    top: 230px;
    left: 180px;
    z-index: 0;
    width: 243px;
}

#usbmenu #clock-icon {
	position: absolute;
	top: 355px;
	left: -5px;
	width: 159px;
}


#usbmenu #gear-icon {
	position: absolute;
	top: 200px;
	right: -15px;
	width: 159px;
}


#usbmenu #headset-icon {
	position: absolute;
	top: 55px;
	left: 160px;
	width: 157px;
}

#usbmenu #bulb-icon {
	position: absolute;
	bottom: -15px;
	left: 330px;
	width: 160px;
}


#usbmenu .column-b img {
	    transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
}

#usbmenu .column-b img:hover {
	-webkit-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	transform: scale(1.1);
}



/*--HEADER TITLE -------------------------------*/


.site-header p.site-title a { opacity: 0; }


.site-header p.site-title {
	background-size: 316px;
  	background-image: url(http://wedodesign.com.au/wp-content/themes/wedodesign/images/site-logo-1x.png);
  	background-image: -webkit-image-set(url(http://wedodesign.com.au/wp-content/themes/wedodesign/images/site-logo-1x.png) 1x,
  		url(http://wedodesign.com.au/wp-content/themes/wedodesign/images/site-logo-2x.png) 2x);
  	background-repeat: no-repeat;
  	background-position: center;
}

/*REGIRATION PAGE STYLES
------------------------------------------------------*/

.ur-frontend-form {padding: 0 !important; border:none !important;}

#loginform label {
	display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

#loginform input[type="text"],
#loginform input[type="password"] {
	display: block;
    width: 100%;
    border-radius: 0;
    height: 40px;
}

#loginform input[type="checkbox"]{
	display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

#loginform input[type="submit"]{
	font-size: 15px;
	float: right;
    padding: 10px 20px;
    line-height: 1em;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
