/*
Theme Name: GeoDirectory Framework
Theme URI: http://wpgeodirectory.com/
Author: GeoDirectory
Author URI: http://wpgeodirectory.com/
Description: This theme was built to be used with the GeoDirectory plugin . You should use a child theme.
Version: 1.2.8
License: GPLv2 or greater
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, one-column, two-columns, theme-options, custom-header, custom-background, fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

This theme is licensed under the GPL.
*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, footer, header, nav, section {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
  -ms-text-size-adjust: 100%;
	/* 2 */
  -webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	/*font-size: 2em;*/
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
/**
 * Address differences between Firefox and other browsers.
 */
/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
	-webkit-hyphens: auto;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/*
 * Addresses margins set differently in IE6/7.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/**
 * Improve readability of pre-formatted text in all browsers.
 */
/**
 * Set consistent quote types.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
ul {
	margin: 1em 5px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
ul {
	padding: 0;
	list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
 overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
  padding: 0;
/* 2 */ }
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select {
	font-family: inherit;
	/* 1 */
  font-size: 100%;
	/* 2 */
  margin: 0;
/* 3 */ }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
  cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"] {
	box-sizing: border-box;
	/* 1 */
  padding: 0;
/* 2 */ }
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
  -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix, .cf {
	zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
	content: "";
	display: table;
}
.clearfix:after, .cf:after {
	clear: both;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
p {
	/*-ms-word-break: break-all;
	-ms-word-wrap: break-all;
	word-break: break-word;
	word-break: break-word;*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-before: 2;
	-webkit-hyphenate-after: 3;
	hyphenate-lines: 3;
	-webkit-font-feature-settings: "liga", "dlig";
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	font-feature-settings: "liga", "dlig";
}
/* ==========================================================================
  GeoDirectory
========================================================================== */
.wrap, .geodir-common {
	width: 1040px;
	margin:0px auto;
}
/*body.single div.clearfix:first-child, body.category div.clearfix:first-child, body.page div.clearfix:first-child {
	max-width:1040px;
	margin:0px auto;
	float:none;
	margin-left:auto;
	margin-right:auto;
}*/
.geodir-common, .geodir_full_page {
	margin:0px auto;
}
.geodir-common {
	margin-top:20px;
}
/*{*/
	/*max-width:none;*/
/*}*/
.geodir_full_page .widget, .geodir_full_page .geodir-widget {
	margin:0px auto;
	padding:0px;
}
h1 {
	width:1040px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	padding-bottom:0px;
}
#geodir_wrapper h1 {
    width: 100%;
}
/*
######################################################
MOBILE NAVIGATION RIGHT
######################################################
*/
#mobile-navigation-right select{
	width:100%;
	margin:5px;
}
/*
######################################################
PLACE DETAILS
######################################################
*/
#geodir_content {
	overflow:hidden;
}
#gd-sidebar-wrapper{overflow:visible;}
#geodir_content {
	width:63%;
/*	padding:2px 10px 0; */
	float:left;
}
#gd-sidebar-wrapper {
	width:35%;
	margin-left:1%;
	float:left;
}
#gd-sidebar-wrapper {
	padding-top:0px;
}
/*
######################################################
POSTS AND PAGES
######################################################
*/

  /* entry content */
/*
######################################################
LOGIN PAGE
######################################################
*/
/*
######################################################
FOOTER
######################################################
*/
.footer a {
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer nav {
	float:right;
	padding-top:3px;
}
/*
######################################################
POPUP FORMS
######################################################
*/
/*
######################################################
GEODIRECTORY ADMIN BAR
######################################################
*/
.mobile-left, .mobile-right {
	display:none;
	font-size:25px;
	overflow:hidden;
	text-decoration:none;
}
.mobile-left {
	float:left;
	margin:10px 0 0 10px
}
.mobile-right {
	float:right;
	margin:10px 10px 0 0
}
#mobile-navigation-right {
	display:none;
}
/*
######################################################
HEADER RIGHT WIDGET AREA
######################################################
*/
/*********************
  GENERAL STYLES
  *********************/

  /*********************
  HEADER STYLES
  *********************/
  .site-logo {
	float:left;
	width:500px;
}
/*********************
  NAVIGATION STYLES
  *********************/
  


  header nav {
	float:left;
	width:100%;
}


/* ######################################
########## SUB SUB MENU SUPPORT #########
######################################## */
/* ######################################
########## SUB SUB MENU SUPPORT END #########
######################################## */


/* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
 

.geodir-sidebar-wrap .widget .widget-title {
	border-bottom: 2px solid #444;
	margin-bottom: 0.75em;
}
.widget {
	padding: 2px 10px;
	margin: 2.2em 0;
}
.widget ul li {
	margin-bottom: 0.75em;
/* deep nesting */ }
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
button, input[type="submit"] {
	height:35px;
	display: inline-block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: white;
	font-size: 16px;
	line-height: 34px;
	font-weight: normal;
	padding: 0 24px;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	-webkit-transition: background-color 0.14s ease-in-out;
	transition: background-color 0.14s ease-in-out;
	background-image:none;
}
/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
button, input[type="submit"] {
	/*background-color: #f47a20;*/
}
button:focus, input[type="submit"]:focus {
	/*background-color: #faa51a;*/
}
button:active, input[type="submit"]:active {
	/*background-color: #faa51a;*/
}
button:hover, input[type="submit"]:hover {
	/*background-color: #faa51a;*/
}
/*********************
INPUTS
*********************/
input[type="text"], input[type="search"], select {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	margin-bottom: 14px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 0;
	width: 100%;
	max-width: 400px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #eaedf2;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active, input[type="search"]:focus, input[type="search"]:active, select:focus, select:active {
	background-color: #f7f8fa;
}
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/

/*********************
GENERAL STYLES
*********************/
body {
	/*
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #5c6b80;
	background-color: #eaedf2;*/
	-webkit-font-smoothing: antialiased;
}
/*********************
LAYOUT & GRID STYLES
*********************/


/*********************
LINK STYLES
*********************/
a, a:visited {
	/*color: #f01d4f;*//* on hover */
  /* on click */
  /* mobile tap color */ }
a:hover, a:focus, a:visited:hover, a:visited:focus {
	/*color: #d10e3c;*/
}
a:link, a:visited:link {
	/*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3 {
	text-rendering: optimizelegibility;
	font-weight: 500;/*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
h3 a {
	text-decoration: none;
}
h1 {
	/*font-size: 2.5em;
	line-height: 1.333em;*/
}
h2 {
	/*font-size: 1.75em;
	line-height: 1.4em;*/
	margin-bottom: 0.375em;
}
h3 {
	/*font-size: 1.125em;*/
}
/*********************
HEADER STYLES
*********************/
.header {
	/*background-color: #323944;*/
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#geodir_content, #gd-sidebar-wrapper {
	/*background-color: white;*/
	border-radius: 3px;
	margin-bottom: 1.5em;
	border: 1px solid #cccccc;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* entry content */
/* end .entry-content */
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* end .geodirf_page_navi */
/* fallback previous & next links */
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* comment meta */
/* comment content */
/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* no comments */
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
/* deep nesting */ }
#geodir_content .geodir_list_heading {
	margin-top:-11px;
}
.geodir_list_heading {
	margin-left: -10px;
	margin-right: -10px;
	padding: 0px 10px;
	background: none repeat scroll 0 0 #F7F7F7;
	border-top: 1px #D3D0D0 solid;
	border-bottom: 1px #D3D0D0 solid;
	margin-bottom: 5px;
}
.geodir_list_heading h3 {
	margin:8px 0px;
	font-size:16px;

}
.widget .geodir_list_heading h3 {
	border-bottom: none;
	margin-bottom: 8px;	
}
.geodir_list_heading a{
	font-size:13px;
}
.geodir-widget {
	margin-top:-1px; /* This is to stop double border at the top*/
}

#geodir_content .geodir_popular_post_view{padding:0px;}
/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
	/*background-color: #323944;
	color: #f8f9fa;*/
}


/*
#################################################
STANDARD GDF OPTIONS STYLES
#################################################
*/
header nav{-webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px;-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}  @media only screen and (min-width: 1040px){ .wrap, .geodir-common{width:1040px;}}.site-logo{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;}.header{background-color:#323944;}header nav{border-top:inherit solid inherit;border-right:inherit solid inherit;border-bottom:inherit solid inherit;border-left:inherit solid inherit;}body{background-color:#eaedf2;}#geodir_content{background-color:#FFFFFF;}.geodir-content-right,#gd-sidebar-wrapper{background-color:#FFFFFF;}button, input[type="submit"]{background-color:#f47a20;}button:focus, input[type="submit"]:focus, button:active, input[type="submit"]:active, button:hover, input[type="submit"]:hover{background-color:#faa51a;}body,#geodir_wrapper .geodir-common p{color:#333;font-size:14px;font-family:Arial, Helvetica, sans-serif;font-weight:400;line-height:22px;}a{color:#f01d4f;}a:hover{color:#d10e3c;}a:active{color:#d10e3c;}

/* this rule stops the submenu items apearing behind main menu items if the menu is on two lines */



/*
#################################################
ADVANCED SEARCH FILTERS 
#################################################
*/

/*
#################################################
CUSTOM POST TYPES
#################################################
*/


/*
#################################################
ADVANCED SEARCH FILTERS && CUSTOM POST TYPES
#################################################
*/

/*
#################################################
LOCATION MANAGER ADDON
#################################################
*/

/*
#################################################
BUDDYPRESS
#################################################
*/

/* LISTING GRID WIDTHS 
.geodir_category_list_view li.gridview_onefifth{ width: -webkit-calc(20% - 2.5px);width: -moz-calc(20% - 2.5px);width: calc(20% - 2.5px);}

.geodir_category_list_view li.gridview_onefourth{ width: -webkit-calc(25% - 2.5px);width: -moz-calc(25% - 2.5px);width: calc(25% - 2.5px);}

.geodir_category_list_view li.gridview_onethird{ width: -webkit-calc(33.3% - 2px);width: -moz-calc(33.3% - 2px);width: calc(33.3% - 2px);}

.geodir_category_list_view li.gridview_onehalf{ width: -webkit-calc(50% - 2px);width: -moz-calc(50% - 2px);width: calc(50% - 2px);}
*/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {

  * {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a:after, a:visited:after {
	content: " (" attr(href) ")";
}
 a[href^="javascript:"]:after,  a[href^="#"]:after {
 content: "";
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
.sidebar,  nav {
	display: none;
}
}



/*
#################################################
GEODIRECTORY MEDIA QUERIES
#################################################
*/



@media only screen and (max-width: 1040px)
{
  h1{width:100%;}
  .wrap, .geodir-common {width: 96%} 
/*
#################################################
ADVANCED SEARCH FILTERS 
#################################################
*/
/*
#################################################
CUSTOM POST TYPES
#################################################
*/
/*
#################################################
ADVANCED SEARCH FILTERS && CUSTOM POST TYPES
#################################################
*/
}
@media only screen and (max-width: 960px)
{
  .site-logo{width:100%;}
}

@media only screen and (max-width: 860px)
{
  /*#geodir_content {padding-left:0px;padding-right:0px;}*/
  .geodir_category_list_view li .geodir-content{ width:43%;}
  .widget .geodir_thumbnail{height:auto!important;}
  .footer nav{float:none;}
}

@media only screen and (max-width: 768px) {
	#mobile-navigation-left{display:none;}
	.mobile-left, .mobile-right{display:block;}
}

@media only screen and (max-width: 660px)
{
  #gd-sidebar-wrapper{width:100%;}
  #geodir_content{ width:auto!important; float:none;min-width:100%;}
  #gd-sidebar-wrapper {width:100%;margin-left:0px;}

}


@media only screen and (max-width:480px)
{
  .geodir_category_list_view li .geodir-content, .geodir_category_list_view li .geodir-post-img, .geodir_category_list_view li .geodir-addinfo{ float:none; width:100%; margin:10px 0;}
  .site-logo{text-align:center;}
/*
#################################################
ADVANCED SEARCH FILTERS 
#################################################
*/
/*
#################################################
CUSTOM POST TYPES
#################################################
*/
  
/*
#################################################
ADVANCED SEARCH FILTERS && CUSTOM POST TYPES
#################################################
*/
}
/*features widget*/

/*gd lists*/