/*
Theme Name: Gorey Denture Clinic
*/


/*--------------------------------------------------------------
COMMON WORDPRESS SELECTORS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
}

/* Make sure select elements fit in widgets */
.widget select {
}

/* Search widget */
.widget_search .search-submit {
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
}
.byline,
.updated {
}
.single .byline,
.group-blog .byline {
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
}
.wp-caption img[class*="wp-image-"] {
}
.wp-caption-text {
}
.wp-caption .wp-caption-text {
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
}
.gallery-item {
}
.gallery-columns-2 .gallery-item {
}
.gallery-columns-3 .gallery-item {
}
.gallery-columns-4 .gallery-item {
}
.gallery-columns-5 .gallery-item {
}
.gallery-columns-6 .gallery-item {
}
.gallery-columns-7 .gallery-item {
}
.gallery-columns-8 .gallery-item {
}
.gallery-columns-9 .gallery-item {
}
.gallery-caption {}


.site-footer H4 {color: #ffffff; line-height: 1.6;}

.sub-menu li a {line-height: 1.2;}

.menu-item i {font-size: 24px;}

.topbannerlogo {max-height: 130px;}

.sidebarbox {font-size: 17px; 1text-align: center; padding: 10px; background: #e8f0f6; color: #666; margin: 0 0 10px 0;}
.sidebarbox a, .sidebarbox a:hover {font-size: 20px; color: #666;}

.hpboxheading {
	background: #326eb3;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	margin: -25px 0 0 0;
	font-size: 16px;
	text-align: center;
}
.hpboxheading a {
	color: #fff;
	text-decoration: none;
}
.hpboxheading2 {
	padding: 3px 10px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	text-align: center;
}
.hpboxheading2 a {
	text-decoration: none;
	font-size: 13px;
}
.page-id-288 .wc-shortcodes-one-fourth {
	float: left;
	margin: 0 12px !important;
	width: 23% !important;
}
.hptextbottom {
  padding: 0 20px !important;
}

















@media only screen and (max-width: 479px) {

.site-header {
	background: none !important;
}
.site-header .site-banner {
  display: block;
  margin: 0 auto;
  max-width: 1480px;
  min-height: 0px;
  padding: 30px 10px !important;
  width: 100%;
}
.content-area {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

article {
  padding: 0 10px !important;
}
.page-id-288 article {
  padding: 0 !important;
}

h1 {
  padding: 10px 0 0 0 !important;
}

.wc-shortcodes-box h2 {font-size: 15px; line-height: 1.5;}
.page-id-288 .wc-shortcodes-box { padding: 10px 0 !important; margin: 0 !important;}

.page-id-288 .wc-shortcodes-one-fourth {
	float: left;
	margin: 0 5px !important;
	width: 47% !important;
}
.hpboxheading {
	padding: 3px 0;
	font-size: 11px;
}
.hpboxheading2 {
	padding: 0px;
}
.hpboxheading2 a {
	font-size: 11px;
}

.widget-area, .widget{
	width: 95% !important;
}

.easy-table td {font-size: 14px !important;}


	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		border: none !important;
		-webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important;
		border-bottom: 1px solid #eee !important; 
		padding-right: 10px !important;
		width: 100% !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none !important;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		text-align: left !important;
		1width: 300px !important;
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
}