/*
Theme Name: Lugada
Theme URI: http://www.illuminatheme.com/lugada
Author: Illumina Theme
Author URI: http://www.illuminatheme.com/about-illumina-theme/
Description: Simple minimalist responsive two column theme with built in slider. Suitable for a blog-based website with custom menu, custom header, custom widget, social share button (facebook like, twitter share, google +1) to make your blog more dazzling. Lugada comes with amazing image attachment gallery, featured image, theme option, sticky post support, styles for print and for the admin editor. HTML 5, CSS 3, and responsive technology.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: light, white, two-columns, left-sidebar, flexible-width, microformats, custom-header, custom-menu, editor-style, featured-images, sticky-post, theme-options, threaded-comments
*/

/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	margin:0;
	padding:0
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
	display:block
}
a img {
	border:0
}
figure {
	position:relative
}
figure img {
	width:100%
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
 display: none;
}
[hidden] {
 display: none;
}
/* =============================================================================
   Global
   ========================================================================== */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
/*font-family: 'Verdana', sans-serif;
	color: #888;*/
}
body {
	margin: 0;/*font-size: 11px;
	line-height: 20px;*/
}
::-moz-selection {
 background: #d2a140;
 color: #000;
 text-shadow: none;
}
::selection {
 background: #d2a140;
 color: #000;
 text-shadow: none;
}
.chromeframe {
	margin: 0.2em 0;
	background: #FF3300;
	color: #FFF;
	padding: 10px 0;
}

.chromeframe a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

/* =============================================================================
   Links
   ========================================================================== */
/*a {
	color: #8fc73e;
	text-decoration: none;
}
a:visited {
	color: #8fc73e;
}
a:hover {
	color: #f5c421;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}*/
/* =============================================================================
   Headings
   ========================================================================== */
h1, h2, h3, h4, h5 {
	line-height: 110%
}
h1 {
	font-size: 20px;
	color: #333;
	margin: 10px 0;
}
/*h2 {
	font-size: 16px;
	color: #333;
	margin: 10px 0;
}*/
/*h3 {
	font-size: 13px;
	color: #333;
	background: url(images/dot-border.jpg) repeat-x bottom;
	padding: 0 0 7.5px 0;
	margin: 5px 0;
}*/
/*h4, h5, h6 {
	font-size: 11px;
	line-height: 200%;
}*/
/* =============================================================================
   Typography
   ========================================================================== */
address {
	display: block;
	margin: 10px 0;
	font-style: normal;
	color: #666;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
	font-size: 13px;
	font-family: Georgia, serif;
	font-style: italic;
}
cite {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-style: normal;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
p {
	padding: 0 0 20px 0;
	margin: 0;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   List
   ========================================================================== */
ul {
	list-style: square;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-alpha;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 20px;
}
dl.gallery-item {
	margin: 0;
}
/*dt {
	color: #000;
}
dd {
	margin: 0 0 15px 10px;
}*/
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Form, button
   ========================================================================== */
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
 *margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
	padding: 5px 3px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
 *overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
 *width: 13px;
 *height: 13px;
}
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-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
 background-color: #f0dddd;
}
/* =============================================================================
   Table
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-content table {
margin: 0 0 15px;
	width: 100%;
}
th, td {
	text-align: left;
}
td {
	vertical-align: top;
	/*border-top: 1px solid #DDD;*/
	padding: 5px 10px 5px 0;
}
th {
	font-weight: 400;
	font-size: 13px;
	color: #666;
	text-transform: uppercase;
}
/* =============================================================================
   WordPress generated css
   ========================================================================== */
.page-link {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #AAA;
	letter-spacing: 5px;
	margin: 10px 0;
}
.page-link span {
	letter-spacing: 1px;
}
.wp-caption {
	max-width: 96%;
}
.wp-caption-text, .gallery-caption {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 5px 5px 5px;
	text-align: center;
}
.bypostauthor {
}
.sticky {
}
article.sticky .sticky-label {
	width: 82px;
	height: 83px;
	position: absolute;
	right: -5px;
	top: -5px;
	background: url(images/featured.png) no-repeat;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =============================================================================
   Images
   ========================================================================== */
img {
	border: 0;
	-ms-interpolation-mode: 
 bicubic;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 0;
}
img.size-full, img.size-large {
	max-width: 95.5%;
	height: auto;
}
img[class*="align"], img[class*="wp-image-"] {
 border: 1px dashed #DDDDDD;
 padding: 6px;
 margin: auto;
}
img.alignnone {
	margin: 7.5px 0;
}
img.alignright {
	display: inline;
	float: right;
	margin: 5px 0 15px 15px;
}
img.alignleft {
	display: inline;
	float: left;
	margin: 5px 15px 15px 0;
}
img.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}
/* =============================================================================
   Theme Backbone
   ========================================================================== */
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.row {
	width: 100%;
	max-width: 960px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}
.rowheader {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	min-width: 755px;
	min-height: 50px;
}
.column-sidebar, .column-half {
/*margin-right: 3.8%; 
	float: left; 
	min-height: 1px; */
}
.column-content {
	margin-left: 3.8%;
	float: right;
	min-height: 1px;
}
.row .column-sidebar {
	width: 30.75%;
}
.row .column-half {
	width: 48%;
}
.row .column-content {
	width: 65.4%;
}
.row .column-full {
	width: 100%;
	float: left;
}
.nomargin {
	margin-right: 0px;
}
/* =============================================================================
   Flexslider by Woothemes
   ========================================================================== */
.sliderarea {
	margin: 0 0 20px 0;
}
.flexcontainer {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 25px 0
}
/* =============================================================================
   Header area
   ========================================================================== */
.headerarea {
	margin: 50px 0 10px 0;
}
.headerarea h1 {
	font-size: 33px;
	font-weight: 400;
	margin: 0;
}
.headerarea h1 a {
}
.headerarea h2 {
	font-size: 13px;
	color: #AAA;
}
#searchbox {
	float: right;
	margin: 10px 0 0 0;
/*	position:absolute;
	right:0px;*/
	z-index:999;
	background:#f00;
	padding:14px 10px;
	background: #620000;
		-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
    border-radius: 10px;
	position:relative;
}
#searchbox input[type="text"], .not-found-search input[type="text"] {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: inherit;
	float: left;
	/*background:#3f2d00;*/
	background:#271601;
	border:1px solid #a0764d;
	margin-right:0px;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
	width:176px;
	padding:7px 7px;
}
#searchbox input[type="text"]:focus, .not-found-search input[type="text"]:focus {
	border: 1px solid #8fc73e;
}
#searchbox input[type="submit"] {
	width: 21px;
	height: 25px;
	background: url("images/search-icon.png") no-repeat 0px -30px;
	text-indent: -9999px;
	border: none;
	margin: 4px 0px 0 0;
	float:right;
	position:absolute;
	right:24px;
	top:15px;
}


.not-found-search input[type="submit"] {
	width: 21px;
	height: 25px;
	background: url("images/search-icon.png") no-repeat 0px -30px;
	text-indent: -9999px;
	border: none;
	margin: 4px 0px 0 0;
	float:right;
	position:absolute;
	right:20px;
	top:2px;
}


input[placeholder],
    [placeholder],
    *[placeholder] {
      color: #fff !important;
    }


#searchbox input[type="submit"]:hover {
	background: url("images/search-icon.png") no-repeat 0px -30px;
	/*transition:ease-in 0.5s;*/
}
label.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	/*position: absolute !important;*/
	float:left;
	color:#fff;
	font-style:oblique;
	margin-top:4px;
	font-weight:bold;
	margin-right:8px;
	display:none;
	
}
/* =============================================================================
   Top menu area
   ========================================================================== */
.topmenuarea {
/*margin: 40px 0 20px 0;  */
}
#topmenu {
/*background: url(images/menu-bg.jpg) repeat-x;
	padding: 5px 0 0 0; 
	height: 65px;*/
}
#topmenu ul {
}
#topmenu ul li {
/*float: left; 
	position: relative; 
	font-family: 'Lato',sans-serif; 
	font-size: 13px; 
	font-weight: 400; 
	letter-spacing: 1px;
	text-transform: uppercase; 
	margin: 0 30px 0 0; 
	color: #333; */
}
#topmenu ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: -5px;
	z-index: 99999;
	padding: 5px 0 0 5px;
	margin: 14px 0 0 0;
	background: #fff;
	border: 1px dashed #c1c1c1;
	border-top: none;
}
#topmenu ul ul ul {
	left: 100%;
	top: -20px;
	border: 1px dashed #c1c1c1;
}
#topmenu ul ul li, #topmenu ul ul ul li {
	min-width: 130px;
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
}
#topmenu ul ul a {
	line-height: 1.5em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#topmenu ul li a {
	text-decoration: none;
	/*color: #333; */
	display: block;/*line-height: 3.1em;*/
}
#topmenu ul li:hover > ul {
	display: block;
}
#topmenu ul ul a:hover {
	color: #8fc73e;
}
#topmenu ul li:hover > a, #topmenu ul ul :hover > a {
	color: #cab56c;
}
#topmenu ul li.current_page_item a {
	background:url(images/navi-select-bg.png) no-repeat bottom center;
	color: #cab56c;
}
#topmenu select {
	display: none;
}
/* =============================================================================
   Content
   ========================================================================== */
.concil h2 span{
font-size:14px;
color:#fff;
}

.contentarea {
	margin: 0 0 20px 0;
}
#content {
	margin: 0px 0;
	padding: 0 0 0px 0;
}
#breadcrumbs {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:18px;
	padding: 9px 0 9px 15px;
}
#breadcrumbs a {
	padding:5px 6px 5px 6px;
	font-size:90%;
	text-transform:capitalize;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/menu-dot.png) no-repeat right 17px;
	color:#600000;
}
#breadcrumbs a:hover {
	color:#960507;
}
#breadcrumbs .current span {
	color: #000;
}

#breadcrumbs span.current{
	margin-left:5px;
}




.content-box {
	/*padding: 10px;*/
	position: relative;
}
.entry-date {
	background: url(images/date-bg.png) no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #f6c31c;
	position: absolute;
	top: -15px;
	left: -30px;
	padding: 7px 40px 10px 7.5px;
	text-shadow:1px 1px 1px #000;
	display:none;
}
.entry-title {
	margin: 0px 0 10px 90px;
}
.content-right1 .type-post h1.entry-title{
	margin-left:0;
	margin-bottom:10px;
}
.content-right1 .type-post .entry-comments{
	display:none;
}
.entry-author {
	float: left;
	/*margin: 12.5px 10px 10px 0;*/
	/*background: url(images/author.jpg) no-repeat left center;
	padding: 0 0 0 25px;
	font-family: 'Lato', sans-serif;
	font-size: 11px;*/
	font-weight: 400;
	/*letter-spacing: 1px;*/
	text-transform: uppercase;
	color: #AAA;
	margin-right:15px;
	margin-bottom:15px;
	display:none;
}
.entry-comments {
	float: left;
	/*margin: 12.5px 0 10px 0;
	background: url(images/comments.jpg) no-repeat left center;
	padding: 0 0 0 25px;
	font-family: 'Lato', sans-serif;*/
	font-size: 11px;
	font-weight: 400;
	/*letter-spacing: 1px;*/
	text-transform: uppercase;
	color: #AAA;
	margin-bottom:15px;
}
/*.entry-author a, .entry-comments a {
	color: #AAA;
}
.entry-author a:hover, .entry-comments a:hover {
	color: #8fc73e
}*/
.more-link {
	width: 125px;
	display: block;
	background: #8fc73e;
	padding: 2.5px 15px;
	margin: 10px 0;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
}
.more-link :hover, .more-link:visited {
	color: #FFF;
}
.cat-links, .tag-links, .edit-link {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #AAA;
	display:none;
}
.content-box .post h3 {
	margin: 30px 0 10px 0;
}
.single footer.entry-meta {
	margin: 10px 0 0 0;
	display:none;
}
.single #content, .archive #content, .search #content {
	margin: 0px 0 0 0;
	padding: 0 0 10px 0;
}
.attachment #content {
	margin: 20px 0 0 5px;
}
.page .entry-title, .error404 .entry-title, .search-no-results .entry-title {
	margin: 0 0 10px 0;
}
.search-results .entry-title {
	margin: 0 0 10px 90px;
}
.socialshareboxsingle {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	margin: 10px 0 0 0;
}
.socialshareboxsingle ul {
	list-style: none;
}
.socialshareboxsingle ul li {
	float: left;
	margin: 0 0px 0 0;
}
.socialshareboxsingle ul li:first-child {
	margin: 0 0px 0 0px;
}
.attachment .socialshareboxsingle {
	margin: 20px 0 0 0;
}
.pagination {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #AAA;
	margin: 0 0 0 5px;
}
.pagination span, .pagination a {
	margin: 0px 5px;
}
.pagination .current {
	border-bottom: 2px solid #8fc73e;
}
#singlenav {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #624501;
	overflow: hidden;
}
.previousnav {
	float: left;
}
.nextnav {
	float: right;
}
hr.post-shadow {
	width: 100%;
	min-height: 30px;
	margin: 0 0 10px 0;
	border: none;
	background: url(images/post-shadow.jpg) no-repeat right bottom;
}
.error404 {
}
.error404 .bigfont {
	font-family: 'Lato', sans-serif;
	font-size: 37px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #AAA;
	line-height: 40px;
	color: #FF2222;
}
.error404 .widget {
	margin: 20px 0 0 0;
}
#author-info {
	margin: 0 0 10px 0;
}
#author-avatar {
	float: left;
	margin: 0 10px 5px 0;
}
#author-avatar img {
	padding: 5px;
	border: 1px dashed #DDD;
}
#author-link {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* =============================================================================
   Comments
   ========================================================================== */
#comments {
	margin: 20px 0;
}
.no-comments {
	display:none;
}
#comments ol {
	color: #333;
}
#comments ol li {
	margin: 10px 0;
}
.comment-author {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}
.comment-author a {
	color: #333;
}
.comment-author a:hover {
	color: #8fc73e;
}
.comment-content {
	color: #888;
}
.comment-meta {
	color: #CCC;
}
ul.children {
	list-style: none;
}
ul.children li {
	/*border-left: 1px solid #E6E6E6;*/
	padding: 0px 0px 5px 0px;
}
#respond {
	margin: 20px 0;
}
#respond p {
}
#respond label {
	margin: 5px 10px 5px 0;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #AAA;
}
#respond textarea {
	border:1px dashed #C3C3C3;
}
#respond .comment-form-author input[type="text"] {
	margin: 0 0 0 17px;
}
#respond .comment-form-email input[type="text"] {
	margin: 0 0 0 16px;
}
#respond .comment-form-url input[type="text"] {
	margin: 0 0 0 12px;
}
/* =============================================================================
   Attachment image
   ========================================================================== */
.attachment-image, .entry-attachment .aligncenter {
	text-align: center;
}
.entry-attachment .attachment-attachment-large {
	width: 900px;
}
.attachment-thumbnail-bottom {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}
.attachment-thumbnail-bottom img {
	width: 80px;
	margin: 2.5px 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.5;
}
.attachment-thumbnail-bottom img:hover {
	opacity: 1;
}
.attachment .content-box {
	width: 97%;
}
/* =============================================================================
   Sidebar and widget
   ========================================================================== */
.widget {
}
.widget ul {
	padding: 0;
}
.widget ul li {
	/*color: #aaa;
	border-bottom: 1px solid #eee;
	padding: 7.5px 0 7.5px 5px;*/
	list-style: none;
}
.widget ul li a {
	color: #aaa;
}
.widget ul li a:hover {
	color: #8fc73e;
}
.footerarea .widget {
}
.footerarea .widget ul {
	padding: 0 0 0 20px;
}
.footerarea .widget ul li {
	color: #EEE;
	border: none;
	list-style: square;
	padding: 2px 0;
}
.footerarea .widget a {
	color: #EEE;
	border-bottom: 1px dotted #EEE;
}
.footerarea .widget a:hover {
	color: #fff;
	border-bottom: 1px solid #FFF;
}
.widget-title, .eror404 .widgettitle {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	background: url(images/dot-border.jpg) repeat-x bottom;
	padding: 7.5px 0;
	margin: 7.5px 0;
	color: #333;
}
.footerarea .widget_recentpost_widget ul {
	padding: 0;
}
.footerarea .widget_recentpost_widget ul li {
	list-style:none;
}
.footerarea .widget-title {
	background: none;
	border-bottom: 1px dashed #DDD;
	padding: 7.5px 0;
	color: #FFF;
}
/* =============================================================================
   Footer
   ========================================================================== */
.footerarea {
	background: #6ec668;
	color: #fff;
	padding: 10px 20px;
	border:1px solid #f00;
}
/* =============================================================================
   Copyright
   ========================================================================== */
.copyrightarea {
	margin-top: 10px;
	padding: 10px 0 0 0;
	background: url(images/copyright-bg.jpg) repeat-x top;
	color: #499944;
}
.copyrightarea a {
	color: #DDD;
}
.copyrightarea a:hover {
	color: #fff;
}

/*--Contact wastePro--*/
.contact-wastepro{
	padding-top:20px;
	text-align:center;
	clear:both;
}
/*--End Contact wastePro--*/
.wp-block-image.southwes-img img{
	max-width: 71%;
}
/* ============= Responsive CSS ============= */
@media only screen and (min-width: 240px) and ( max-width: 768px) {

/* Theme Backbone */
.row, body, .container {
 width: 100%;
 min-width: 0;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 0px;
 padding-right: 0px;
}
.row .column-sidebar, .row .column-half, .row .column-full {
 width: auto;
 float: none;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 20px;
 padding-right: 20px;
}
.row .column-content {
 width: auto;
 float: none;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 20px;
 padding-right: 20px;
}

/* Searchbox */
#searchbox {
 float: left;
}

/* Top Menu */
#topmenu {
 padding: 5px 20px 0 20px;
}

/* Footer widget */
.footerarea {
 padding: 10px 0px;
}
}
 @media only screen and (min-width: 240px) and ( max-width: 480px) {
 #topmenu ul {
 display: none
}
#topmenu select {
 display: block;
 padding: 10px 0;
 background: #FFF;
 border:none;
 font-size: 13px;
 color: #333;
 font-family: 'Lato', sans-serif;
 font-weight: 400;
 letter-spacing: 1px;
 text-transform: uppercase;
}
#topmenu option {
 border: none;
}
}
/* =============================================================================
   Help class
   ========================================================================== */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/* =============================================================================
   Print CSS
   ========================================================================== */
@media print {
* {
	background: transparent !important;
	box-shadow:none !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}
a, a:visited {
	border-bottom: 1px dotted #000;
	padding: 0 0 2px 0;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
 content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
/* Make sense */
.row, .rowheader, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.row .column-sidebar, .row .column-half, .row .column-content, .row .column-full {
	width: 100%;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
/* Hide this */
#searchbox, .topmenuarea, .sliderarea, .footerarea, .widget, .pagination {
	display: none
}
/* Edit style */
.content-box {
	border: none;
}
.entry-date {
	position: relative;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	font-family: 'Verdana', sans-serif;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-size: 11px;
}
a[rel=bookmark]:after {
	content: " (" attr(href) ")";
}
a[rel=bookmark] {
	border: none;
}
.entry-title {
	margin: 10px 0 0 0;
	padding: 0;
}
.entry-title a {
	border: none;
	color: #8fc73e;
}
.entry-author, .entry-author {
	padding: 0;
}
}
/*
.search-wrap{
	width:998px;
	margin:0 auto;
	position:relative;
	height:40px;
}*/

.not-found-search{
	overflow:hidden;
	width:202px;
	position:relative;
}

.easingslider-slide{
	background:none !important;
}

.news-middle-bg h3{
	font-size:17px;
}

.surtax-wrap .wp-video{
	margin:0 auto;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading{
	background:#ba8c3f !important;
	color:#690000 !important;
}
.padding-btm{
	padding-bottom:12px !important;
}
