@import url(http://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic);
@import url('http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic');

/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */



#tubepress_widget_gattaca-2 .js-tubepress-thumb
{
width: 130px;
float: left;
margin: 10px;
}

#tubepress_widget_gattaca-2
{
clear:both;
}

.woocommerce div.product div.images img.attachment-shop_single.wp-post-image {
	width: auto !important;
}

.woocommerce div.product form.cart .button {
    background-color: #84a217;
    height: 46px;
    text-transform: uppercase;
    border: 2px solid #747474;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #6E8519;
}

.product_meta .addthis_toolbox {
    border: none;
}

.woocommerce ul.products li.product h3 {
    font-size: 22px;
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
}

.woocommerce div.product .product_title {
    font-size: 28px;
}

.woocommerce div.product p.price {
    color: #000;
}

.woocommerce div.product p.price .amount {
    font-size: 30px;
}

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
	color: #959595;
	font-size: 13px;
	margin: 0; /*line-height: 150%;*/
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;	
}

a {
	color: #8fac17;
	text-decoration: none;
}

a:visited {
	color: #8fac17;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	color: #8fac17;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	font-weight: normal;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 10px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle; max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 100%;
}

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-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #747474;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	padding: 5px 5px 5px 10px;
}

select {
	border: 2px solid #747474;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	padding: 12px;
	width: 288px;
}

input,
textarea {
	color: #878787; height: 46px;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	
	border: none;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {

	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	
	border: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.attachment-shop_catalog.wp-post-image {
	width: 150px;
	height: 150px;

}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 300px;
	max-height: 300px;
	width: 100% !important;
	
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	padding: 5px 0 0 0;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
	margin: 0 auto;
	max-width: 1182px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container, .sidebar-container{
	width: 320px; float: right; overflow: hidden;
}

.site-main .sidebar-inner {
	margin: 0 auto;  
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative; background: #435109;
}
.site-header-home {
	position: relative; 
}
.site-header-home .site{ overflow: hidden;} 
.site-header .site{ background: url(images/bg-header.png) no-repeat 0 0; overflow: hidden; padding: 16px 0;}
#logo{ float: left; width: 317px; height: 54px; margin: 18px 0 0 0;}


.link-cat-bre{ color: #8FAC17;}
.site-header-home #logo{ width: 393px; height: 140px; margin: 0;} 
.banner{ width: 728px; height: 90px; float: right;}
.site-header .home-link {
	color: #141412;
	display: block;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */


div.slideshow div.smooth_slider h2 {
	clear: none;
	display: block;
	padding: 0px;
	top: 100px;
	position: absolute;
	left: 70px;
	font-family: 'Rokkitt-Bold' !important;
	z-index: 999;
}

div.slideshow div.smooth_slider span {
	background: url(images/bg-desc-slide.png) repeat 0 0;
	padding: 0 22px;
	color: #fff !important;
	font-weight: normal;
	font-family: 'Rokkitt' !important;
	font-size: 18px !important;
	line-height: 30px;
	display: block;
	margin: 0;
	position: absolute;
	top: 180px;
	left: 70px;
	max-width: 70%;
	z-index: 999;
}

p.chdlst {
	margin-top: 5px;
}

.chdlst a {
	font-style: italic;
	font-size: 11px;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega{ position: relative !important;}
#site-navigation #megaMenu{ background: #e6e6e6; padding: 0px 0px;}
#site-navigation #megaMenu a{ color: #070707; border: 0 !important; text-transform: none !important; font-size: 18px;  font-family: 'Rokkitt';  font-weight: normal; padding: 0 10px !important; line-height: 95px; display: block;}
#site-navigation #megaMenu a span{ text-transform: capitalize !important;  font-weight: normal;}
#site-navigation #megaMenu .menu-item-has-children li.widget a, #site-navigation #megaMenu .mega-with-sub li.widget a { line-height: 24px; font-size: 16px;}
#site-navigation #megaMenu .menu-item-has-children a span, #site-navigation #megaMenu .mega-with-sub a span, #megaMenuToggle{ background: url(images/arrow.png) no-repeat right center; padding: 0 15px 0 0; }
#megaMenuToggle{ color: #070707;}
#site-navigation #megaMenu .menu-item-has-children:hover a span{   background: url(images/arrow-active.png) no-repeat right center #d3d3d3; color: #8FAC17; }
#megaMenu ul.megaMenu, #megaMenu ul.sub-menu{ left: 0 !important;}
#wpmega-wpmega-sidebar{ width: 750px;}
#megaMenu.wpmega-nojs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu.megaFullWidthSubs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.menu-item.ss-nav-menu-mega.ss-nav-menu-mega-fullWidth #menu-item-85 ul.sub-menu.sub-menu-1, #megaMenu.wpmega-nojs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu.megaFullWidthSubs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.menu-item.ss-nav-menu-mega.ss-nav-menu-mega-fullWidth ul.sub-menu.sub-menu-1{ max-width: 750px; width: 750px;}
#megaMenu #text-3, #megaMenu #text-12, #megaMenu #text-14{ width: 100%; padding: 0; font-size: 14px;}
#text-3 .textwidget, #text-12 .textwidget, #text-14 .textwidget { margin: 0 50px 0 35px  !important; background: url(images/line.png) repeat-x left bottom  !important; padding: 12px 0 10px 0  !important; }
#nav_menu-2 li a, #nav_menu-6 li a, #nav_menu-7 li a { line-height: 24px !important; padding-left: 14px !important; font-size: 16px;}
#nav_menu-2 li, #nav_menu-6 li, #nav_menu-7 li{ float: left !important; width: 215px !important; margin: 0 0 0 30px  !important; background: url(images/go.png) no-repeat left 8px !important;}
#nav_menu-7 li ul li { margin-left: -5px !important }
#megaMenu ul ul .wpmega-nonlink.wpmega-widgetarea ul{ margin-left: 5px;}
#megaMenu .wpmega-widgetarea #text-4 h2.widgettitle,
#megaMenu .wpmega-widgetarea #text-13 h2.widgettitle,
#megaMenu .wpmega-widgetarea #text-15 h2.widgettitle { font-size: 14px; border: 0; font-weight: normal; color: #959595; margin: 0 0 12px 0; text-align: center;}
#nav_menu-2, #nav_menu-6, #nav_menu-7{ width: 490px !important; padding: 0 !important; }
#nav_menu-7 li.menu-item {width: 100% !important}
.fb_iframe_widget iframe {
    background: none repeat scroll 0 0 #FFFFFF !important; width: 100% !important;
}
#text-4, #text-13, #text-15{ background: url(images/line3.gif) repeat-y 0 0 !important; padding: 0 17px 0 35px !important; width: 187px !important;}

.popSrch h2.widgettitle {
	color: white;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1182px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #e6e6e6;
	margin: 15px auto 15px;
	max-width: 1182px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	overflow: hidden;
	background: url(images/line.png) repeat-x 0 bottom;
	margin: 0 0 15px;
	padding: 0 15px 15px 0;	
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	
}
.entry-content strong, .entry-content p b{ color: #000; font-size: 13px;}
.intro-desc{ line-height: 1.8; font-size: 13px; padding: 0 0 40px 0; max-width: 41%; margin: 0 0 15px 0; background: url("images/line.png") repeat-x 0 bottom;}
strong.row-line{background: url("images/line.png") repeat-x 0 bottom; padding: 0 0 3px 0; display: block;}
.video .intro-desc{ max-width: none; padding: 0 0 15px 0; min-height: 135px; line-height: 1.5;}
.video .img-intro{ margin-bottom: 0; }

.intro-post {
    padding: 14px 0 0;
}
.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */


.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word; 
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #8FAC17; text-decoration: none;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	/*margin-left: -60px;*/
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	/*margin-right: -60px;*/
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {

	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
	padding: 13px 0;
}

.navigation .nav-next {
	float: left;
	margin-left: 10px;
}

.navigation a {
	color: #959595;
}

.navigation a:hover {
	color: #fff; background: #98b235;
	text-decoration: none;
}

.paging-navigation {
	margin: 0 0 25px 0; 
	padding: 2px 0px 18px;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
/*	padding: 0 376px 0 60px;*/
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a, .paging-navigation span {
	
	border: 1px solid #c2c2c2; padding: 6px 8px;
}
.paging-navigation span{ background: #98b235; color: #fff; border-color: #c1c2c4;}
.paging-navigation span.dots{ color: #959595; background: none;}
.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

#slb_viewer_wrap .slb_theme_slb_baseline *{ font-family: 'arvoregular',Arial,Helvetica,sans-serif !important;}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	
}

.archive-title,
.archive-meta {
	font-size: 36px; line-height: 56px;
	margin: 0 0 10px; color: #363636; /*background: url(images/line.png) repeat-x scroll 0 bottom;*/
	padding: 0 0 8px; padding: 0; font-family: 'Rokkitt-Bold';  text-transform: capitalize;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
}

.page-title {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {

}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.sidebar-container .widget{ background: url(images/bg-right.png) repeat 0 0; padding: 10px 10px 10px 10px;}
#tertiary #text-5, #search-2, #sml_subscribe_widget, #text-6 { 
	background: transparent !important; 
	padding: 0 0 15px 0; 
	margin: 0 10px;
}
.widget {
	font-size: 14px;
	padding: 0 0 15px;
	word-wrap: break-word;
}

.widget .widget-title {
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #363636;
	text-decoration: none;
}

.widget a:hover {
	color: #ea9629;
}
.entry-content .alignnone img{ padding-bottom: 12px;}
/* Search widget */
.search-form,.sml_subscribe{ position: relative;}
.search-form .search-submit {
	background: url(images/search.png) no-repeat 0 0; width: 19px; height: 19px; padding: 0; text-indent: -2000px; overflow: hidden; position: absolute; right: 18px; top: 14px;
}
.sml_email .sml_emailinput{ width: 100%; }
.sml_email {
    margin: 0 0 10px;
}
p.sml_submit{  position: absolute; right: 2px; top: 2px; margin: 0; padding: 0 11px 0 16px; background: #dcdcdc; border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; -webkit-border-radius: 0 6px 6px 0;}
p.sml_submit .sml_submitbtn{ color: #000000; padding: 0 16px 0 0; background: url(images/go.png) no-repeat right center; height: 42px; }
/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
#relatedposts{ padding: 20px 0 0 0;}
#relatedposts ul{ margin: 0; padding: 0; overflow: hidden;}
#relatedposts ul li{ list-style: none; margin: 0; padding: 0; width: 33.3%; float: left; text-align:center;}
#relatedposts ul li.itemrelat1 .relatedthumb{ margin: 0 35px 0 0;}
#relatedposts ul li.itemrelat2 .relatedthumb{ margin: 0 35px;}
#relatedposts ul li.itemrelat3 .relatedthumb{ margin: 0 0 0 35px;}
#text-6{ text-align: right;}
.img-relate{ display: block; text-align: center; margin: 0 auto;}
#relatedposts h3.name{ margin: 10px 0 12px; clear: both;}
.relatedthumb p{ margin: 0;}
.img-intro{ float: right; margin: 0 0 30px 10px;}
.box-advertiser{ background: #e7e9db; margin: 15px 0; padding: 15px 0;}
.box-advertiser p{ color: #8FAC17; padding: 0 18px; text-transform: uppercase;}
.box-advertiser a{ color: #8FAC17; font-family: arvoitalic;}
.box-advertiser ul{ margin: 0; padding: 0;  overflow: hidden; }
.box-advertiser ul li{ float: left; width: 49%; list-style: none; padding: 0 18px; }
#primary{ max-width: 862px; float: left;}
.mod-lastblog{ width: 45%; float: left;}
.mod-cat{ width: 45%; float: left; margin-left: 44px; margin-right: 0px;}
h3.title{ color: #8fac17; font-size: 18px; font-family: 'Rokkitt-Bold'; margin: 0 0 10px;  text-transform: capitalize;}
.sidebar-inner h3.title, #text-8, #text-7{ text-align: center;}
#text-5{ display: none;}
.home #text-5{ display: block;}
#text-8, #text-7{ text-align: center; padding-bottom: 24px;}
#tertiary #text-5 h3.title, #tertiary #search-2 h3.title, #tertiary #sml_subscribe_widget h3.title, #tertiary #text-6 h3.title{ text-align: left;}
.avatablog{ float: left; margin: 0 2px 15px 0; width: 29%;}
.avatablog img { width: 100%;}
.img-post{ margin-bottom: 15px; width: 60%; float: left; }
.img-post img.attachment-post-thumbnail.wp-post-image {max-width: 90%; margin-left: 10px;}
h3.name a, h3.name{ color: #363636; text-decoration: none; font-size: 23px; font-family: 'Rokkitt-Bold'; line-height: 26px; margin: 0;}
.link-cat, .link-cat:hover{ font-size: 14px; font-family: 'Rokkitt-Bold'; margin: 5px 0 7px 0; text-decoration: none;}
.home h3.name a, .home h3.name{  margin: 0 0 5px 0; clear: both;}
a.readmore{ text-decoration: none; }
.center a.readmore{ font-family: arvoitalic; display: block; margin: 0 0 15px 0;}
.mod-lastblog p{ margin: 3px 0 15px; clear: both;}
.avatablog.blog-img{ margin: 0 10px 15px 0;/* width: 100%;*/}
.line{ margin: 0 15px 0 0; background: url(images/line.png) repeat-x 0 0; display: block; height: 1px; margin: 0 50px 22px; }
.list-cat{ margin: 0; padding: 0; width: 100%;}
.list-cat li{ list-style: none; overflow: hidden; background: url(images/line.png) repeat-x 0 bottom; padding: 0 0 20px 0; margin: 0 0 20px;}
.img-cat{ float: left; margin: 0 4% 0 0; width: 25%;} 
.desc p{ margin: 0;}
.desc > a {
    font-family: arvoitalic;  text-decoration: none;
}
a.more{ background: #dcdcdc; clear: both; float: left; padding: 0 50px; display: block; text-decoration: none; color: #000000; line-height: 32px; margin: -5px 0 0 0;}
#text-8 .title, #wpp-2 .title, #sidebar-bottom .title{ background: url(images/line-r.png) no-repeat center top; padding-top: 30px;}
#text-7 .textwidget{ padding-top: 15px;}
.fb_iframe_widget{ background: url(images/line-r.png) no-repeat center bottom;}
.fb_iframe_widget span{ margin-bottom: 30px;}
#text-7 .widget-title{ background: url(images/span-l.png) no-repeat center left; padding-left: 24px; display: inline;}
#text-7 .widget-title span{ background: url(images/span-r.png) no-repeat right center; padding-right: 24px;}
#text-5{ text-align: center;}
#text-5 a{ text-decoration: none; margin: 0 12px;}
input.search-field{ padding-right: 35px;}

#comments{ display: none;}

.wpp-post-title{ display: block;}
.wpp-list li{ font-size: 12px; position: relative; overflow: inherit; padding: 0; color: #fff; text-decoration: none; margin: 0 auto;}
.wpp-list li.item1{ background: url(images/item1.gif) no-repeat 0 0; width: 273px; height: 60px; background: #b1bb65;}
.wpp-list li.item2{ background: url(images/item2.gif) no-repeat 0 0; width: 255px; height: 60px; background: #9ea758;}
.wpp-list li.item3{ background: url(images/item3.gif) no-repeat 0 0; width: 244px; height: 60px; background: #8e964e;}
.wpp-list li.item4{ background: url(images/item4.gif) no-repeat 0 0; width: 238px; height: 60px; background: #7b8243;}
.wpp-list li.item5{ background: url(images/item5.gif) no-repeat 0 0; width: 228px; height: 60px; background: #6b713a;}
.box-lis a, .box-lis a:hover{ color: #fff; text-decoration: none; line-height: 24px; margin: 5px 0; display: block;}
.wpp-list .wpp-thumbnail, .wpp-list .wpp-thumbnail:hover{ margin: 0 7px 0 0px;}
.box-lis{ margin: 0 40px 0 0px; height: 60px; overflow: hidden;}
.img-hidd .box-lis{ margin-left: 7px;}
span.post-stats{
	top: 17px;
    display: block; font-weight: normal;
    font-size: 17px;
    position: absolute; text-align: center;
    right: -8px; width: 60px;
	-webkit-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
*:first-child+html  span.post-stats { right: -28px; } /* IE7 positions element differently to IE6 & 8 */
	

.smooth_slider{ padding: 0 !important; width: 100%; background-color: transparent !important; max-width: 818px !important; height: 350px !important;}  

.smooth_slider .smooth_slideri, .slider_thumbnail{ margin: 0 !important; width: 100% !important;}
.smooth_slider .sldr_title, .sldrlink{ display: none !important;}
.smooth_slider .smooth_next{ background: url(images/next.png) no-repeat 0 0;  z-index: 99; height: 46px; width: 26px; right: 7px;}
.smooth_slider .smooth_prev{ background: url(images/prev.png) no-repeat 0 0;  z-index: 99; height: 46px; width: 26px; left: 7px;}
.smooth_slider .smooth_nav{  left: 47%; z-index: 999;}
.smooth_more{ display: none !important;}
.slider_thumbnail{ }
.box-slide-content{ position: absolute; z-index: 999; bottom: 42px; text-align: center;}
.slideshow .widget .widget-title{ margin: 0;}
.slideshow h2.title-slide.name a, .slideshow h2.title-slide.name{ color: #fff !important; font-weight: normal; font-family: 'Rokkitt-Bold' !important; font-size: 36px !important;}
.slideshow h2.title-slide.name{  margin: 0; text-align: center; background: url(images/bg-desc-slide.png) repeat 0 0;
padding: 0 22px;}

.slideshow .smooth_slider .smooth_nav a.smooth_slider_nnav{ background: url(images/dot.png)  no-repeat 0 0; width: 14px; height: 14px; overflow: hidden; text-indent: -2000px; display: block; float: left; border: 0; padding: 0; margin: 0 5px 0 0;}
.slideshow .smooth_slider .smooth_nav a.smooth_slider_nnav.activeSlide{ background: url(images/dot-active.png)  no-repeat 0 0;} 
.slide-content {
    /*bottom: 34px;*/
	bottom: 112px;
    position: absolute;
    z-index: 9999; width: 100%; text-align: center
}
.caroufredsel_wrapper ul{ padding: 0; margin: 0;}
.caroufredsel_wrapper ul li{ background: none; padding: 0 !important; height: 210px; float: left; font-size: 12px;}
.img-sl{ float: left; margin: 0 10px 0 0;}
.sidebar-inner h3.name a, .sidebar-inner h3.name{ font-size: 18px;}
span.price{ color: #8fac17; font-size: 22px;  font-family: 'Rokkitt-Bold'; display: block;}
#pager-slide{ margin: 18px 0 18px 100px; overflow: hidden;}
.slide-bottom {
    margin: 0 25px 30px;

	background: url(images/line-r.png) no-repeat center bottom; padding-bottom: 10px;
}
#pager-slide a{ width: 12px; height: 12px; display: block; float: left; margin: 0 15px 0 0; text-indent: -2000px; overflow: hidden; background: url(images/active.png) no-repeat 0 0;}
#pager-slide a.selected{background: url(images/active-active.png) no-repeat 0 0;}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #231f20;
	color: #9d9d9d;
	font-size: 12px; clear: both;
	
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}
.footer-top{ margin: 0 53px 0 60px; padding: 17px 0 30px; /*background: url(images/line.png) repeat-x 0 bottom;*/}
.footer-top .box-widget{ float: left;}
#nav_menu-3{ width: 162px; margin: 0 60px 0 0;}
#nav_menu-4{ width: 144px; margin: 45px 0 0 0;}
#nav_menu-5{ width: 266px; margin: 0 47px 0 130px;}
#twitterfeederwidget-2{ width: 190px; margin: 0 0px 0 70px;}
#text-10{ width: 190px; float: right !important; margin: 6px 0 0 0; }
#text-10 a{ margin: 0 6px 0 0;}

.footer-top h3.widget-title{ color: #fff; font-size: 24px; margin: 0 0 12px 0; font-family: 'Rokkitt'; font-weight: normal;}
ul.menu, .footer-top ul{ margin: 0; padding: 0;}
ul.menu li, .footer-top ul li{ list-style: none;}
ul.menu li a, .footer-top ul li a{ font-size: 12px; color: #9d9d9d; text-decoration: none;}
.twitter_feeder_widget li{ background: url(images/icon-tiwter.png) no-repeat 0 5px; padding: 0 0 0 12px; display: block;}
.footer-top ul.twitter_feeder_widget{ margin: 0 0 0 -12px;}
.footer-top ul.twitter_feeder_widget a{  color: #8a953a !important;}
.site-footer a {
 	font-size: 12px; color: #8a953a; text-decoration: none;
}
.footer-bottom{ text-align: center; padding: 16px 0; border-top: 1px dotted #3e3e3e;}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {

	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {

}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}
.center{ text-align: center;}
/*.category .img-cat{ height: 80px; overflow: hidden; }*/
.category .img-cat{ height: 100px; overflow: hidden; width: auto;}
.category .avatablog { margin-right: 0;}
/*#content{ margin: 0 45px 0 25px;}*/
#content{ margin: 0 45px 0 0;}
.home #content{ margin: 0;}
.category .item-blog{ width: 45%; float: left;}
.blog-cat h3.title, .crp_related h3.title{ color: #8fac17; font-size: 18px; margin-bottom: 22px!important; text-transform: none;}
.item-blog.item2{ float: right;}
#crumbs{ color: #8FAC17; margin: 0 0 9px 0;  text-transform: capitalize; clear: both;}
#crumbs a, #crumbs span{ color: #959595;}
.category .list-cat li{ margin: 0 0 15px; padding: 0 10px 15px 0; } 
.category .navbar{ margin: 12px auto;} 
.ads-cat{ float: right;}


/* http://sonspring.com/journal/clearing-floats */
.clears {
  clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfixs:before,
.clearfixs:after { 
  content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;
}
.clearfixs:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfixs { zoom: 1;}

.archive-header{
	background: url("images/line.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sort-header h1{
	float: left;
	width: 60%;
	background: none;
}

.sort-header .sort-form{
	float: right;
	text-align: right;
	margin-top: 25px;
	margin-left: 20px;
}

.sort-form select{
	display: inline-block;
    font-size: 12px;
    padding: 2px;
    vertical-align: middle;
}
.sort-form input[type="submit"]{
	background: none repeat scroll 0 0 #8FAC17;
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 10px;
    height: 0;
    line-height: 1px;
    padding: 4px 13px 17px;
    vertical-align: middle;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* haikal */

.item-blog,
.info-cat div.desc,
.entry-content b,
.entry-content strong,
.entry-content,
.entry-summary {
	font-family: Arial, Sans-serif;
	font-size: 13px !important;
/*	line-height: 20px !important;*/
	color: #616161;
}
.ads_top_small {
	display: none;
}

ul.footCatList {
	padding-left: 0;
	margin-bottom: 50px;
}

ul.footCatList li {
	display: inline-block;
	padding: 10px 20px;
	background: #8FAC17;
}

ul.footCatList li a {
	color: white;
}


.catSearch {
	background: #97b23f;
	padding: 14px;
}

.catSearch.search-form,.sml_subscribe{ position: relative;}

.catSearch input { 
	float: left;
	width: 595px;
	border: none;
	border-radius: 4px;
	height: 43px;
	font-family: 'Rokkitt-Bold',serif;
	font-size: 20px;
	color: #878787;
}

.catSearch .search-form .search-submit {
	background: url(images/srchbtn.png) no-repeat 0 0; 
	float: right; 
	width: 158px; 
	height: 43px; 
	padding: 0; 
	text-indent: -2000px; 
	overflow: hidden; 
	position: relative; 
	top: 0px; 
	right: 0px;
}

.popSrch { 
	padding: 7px 14px;
	border-top: 1px #859d38 solid;
	background: #97b23f;
	color: white;
	margin-bottom: 20px;
}

.popSrch a {
	color: white;
}

.popSrch div.widget_search_meter {
	padding: 0;
}

.popSrch h2.widgettitle {
	display: inline-block;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}

.popSrch h2.widgettitle:after {
	content: ":";
}

.popSrch ul {
	display: inline-block;
}

.popSrch ul li {
	display: inline-block;
	border-right: 1px solid white;
	padding: 0px 5px;
}

.popSrch ul li a:hover {
	color: white;
}

div.wpcf7 {
	float: left;
}

img.wpp_first_image {
	float: left;
	margin-right: 10px;
}

.widget.popular-posts ul li {
	clear: both;
}

.widget.popular-posts ul li a:nth-of-type(2){
position: relative;
top: 20px;
}

img.bbBanner {
	margin-bottom: 20px;
}

select.season {
	float: right;
	width: 150px;
}

.blog-list img.attachment-post-thumbnail.wp-post-image {
/*	max-height: 107px;*/
	max-width: 100%;
/*	margin-left: 10px;*/
}

.sortbby {
	float: right;
}

.entry-content h1,h2,h3,h4 {
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	color: #8fac17;
}

.wpb_sidebar_slider .big_layout .grid figcaption h3 {
	margin-bottom: 7px;
}

.owl-theme .owl-controls .owl-buttons div {
	padding: 1px 8px;
}

img.wpp_def_noPath {
	content: url(/wp-content/uploads/2014/07/Default-Popular-Post_Icon1.png);
}

.info-cat {
	float: left;
	max-width: 70%;
}

fieldset.tubepress_search {
	background: #97b23f;
	padding: 14px;
	border: 0 none;
}

input#tubepress_search {
	float: left;
	width: 575px;
	border: none;
	border-radius: 4px;
	height: 43px;
	font-family: 'Rokkitt-Bold',serif;
	font-size: 20px;
	color: #878787;
}

button.tubepress_button {
	background: url(images/srchbtn.png) no-repeat 0 0 gray;
	float: right;
	width: 158px;
	height: 43px;
	padding: 0;
	text-indent: -2000px;
	overflow: hidden;
	position: relative;
	top: 0px;
	right: 0px;
}


li.vid-search fieldset.tubepress_search {
	background: transparent;
	border: 0 none;
}

li.vid-search input#tubepress_search {
	float: left;
	border-radius: 8px;
	height: 46px;
	font-family: 'Rokkitt-Bold',serif;
	color: #878787;
	max-width: 215px;
	border: 2px solid #747474;
}


li.vid-search button.tubepress_button {
	background: url(images/search.png) no-repeat 0 0;
	width: 19px;
	height: 19px;
	padding: 0;
	text-indent: -2000px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 28px;
}

.cat-list-img {
	margin-right: 2%; width: 18%; float: left;
}
/* Ads */
#execphp-3{
	width:320px;
	height:270px;
}
.slb_slideshow, .slb_nav, .slb_group_status{
	display:none;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title{
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 15px;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc{
	margin-top:0px;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
	border-radius: 0!important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
	padding: 10px!important;
}

/*Modifications*/
	.widget_search_meter ul li:nth-child(4n){border-right: none;}
	h3.widget-title a{
		color: #8fac17;
	}
	.entry-content{
		-webkit-hyphens: none;
		   -moz-hyphens: none;
		        hyphens: none;
	}
	.tubepress_normal_embedded_wrapper,
	.tubepress_normal_embedded_wrapper iframe{
		width: 100% !important;
	}
	div.tubepress_container div.pagination{
		text-align: right;
clear:both;
	}
	div.tubepress_container div.pagination a{
		background: #FFF;
		color: #959595;
		-webkit-border-radius: 0;
		        border-radius: 0;
		padding: 0 6px;
	}
	.tubepress_container .pagination .tubepress_pagination_dots{
		background: #FFF;
		color: #959595;
		border: 1px solid #C0C0C0;
		padding: 0 8px;
	}
	div.tubepress_container div.pagination span.current{
		border: 1px solid #c1c2c4;
		background: #98b240;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
	.tubepress_meta_title a{
		color: #97b23f;
	}
	.tubepress_thumb{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid  #efefef ;
		height: 220px;
	}

	.tubepress_meta_runtime,
	.tubepress_meta_views{
		display: none;
	}
	.tubepress_meta_title{
		line-height: 19px;
		margin-top: 7px;
	}

.tubepress_meta_title:first-child{
		display:none;
	}


	.entry-content ul.videolinks{
		margin: 0 !important;
		padding: 0 !important;
		float: left !important;
		width: 100%; 
		background: #E6E6E6;
	}
	.entry-content ul.videolinks li{
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.entry-content ul.videolinks li a{
		display: block;
		background: #e6e6e6;
		/*padding: 15px;*/
		font-size: 16px;
		font-weight: bold;
		color: #373737;
		text-decoration: none;
		text-align: center;
		padding-left: 15px;
	    padding-right: 15px;
	    padding-top: 23px;
	    height: 74px;
	}
	.entry-content ul.videolinks li.vid-select{
		background: #e6e6e6;
		height: 74px;
	    padding-left: 10px;
	    padding-right: 15px;
	    padding-top: 15px;
	}
	.entry-content ul.videolinks li.vid-select select{
		width: 155px;
	}
	.ytcmore{text-align: center;}
	.entry-content ul.videolinks li.vid-search{
		background: #e6e6e6;
		padding-left: 10px;
	    padding-right: 15px;
	    padding-top: 15px;
	    height: 74px;
	}
	.entry-content ul.videolinks li.vid-search fieldset {
		padding: 0; border: none;
	}
	.entry-content .tubepress_text_input{
		width: 115px;
	}
	.entry-content ul.videolinks li.vid-select:hover{
		background: #97B23F;
	}
	.entry-content ul.videolinks li a:hover{
		background: #97B23F;
	}
	.entry-content ul.videolinks li.active-vidlink a{
		background: #97b23f;
		position: relative;
	}
	.entry-content ul.videolinks li.active-vidlink .arrowdown {
	    /*border-left: 50% solid rgba(0, 0, 0, 0);*/
	    /*border-right: 50% solid rgba(0, 0, 0, 0);*/
	    border-top: 19px solid #97B23F;
	    bottom: -19px;
	    content: "";
	    display: block;
	    height: 0;
	    left: 0;
	    position: absolute;
	    width: 0;
	}
	.rightnavsort{
		float: right;
		padding-top: 15px;
		position: relative;
		width: 260px;
	}
	.rightnavsort a.mostw{
		border-right: 1px solid #CCCCCC;
	    color: #373737;
	    display: inline-block;
	    font-size: 16px;
	    left: 0;
	    margin-right: 10px;
	    padding-right: 10px;
	    position: absolute;
	    text-decoration: none;
	}
	.rightnavsort select{
		float: left;
	    position: absolute;
	    right: 0;
	    top: 20px;
	}
	.videonavwrap{
		width: 100%;
		margin-bottom: 35px;
		
	}
	.tubepress_embedded_title{
		padding: 15px 0;
	}
	#site-navigation #megaMenu a{
		font-size: 21px;
	}
	
	.proudly {
	    display: inline-block;
	    float: left;
	    margin-right: 8px;
	    text-align: right;
	    width: 116px;
	}
	
	.ads-cat {
		position: relative;
		width: 40%;
		text-align: right;
		margin-bottom: 10px;	
	}

	.entry-header .ads-cat {
		width: 290px;
	}
		

	h3.name a, h3.name{
		font-size: 21px;
	}
	/*.sort-header h1{
		font-size:25px;
	}*/
	.ads-cat .textwidget {
	    float: left;
	    margin-right: 0px;
	    width: 165px;
	}

	.sortbby > form {
	    float: left;
	    width: 100px;
	}
	.sortbby select {
	    border: 2px solid #747474;
	    border-radius: 8px;
	    margin-top: 14px;
	    padding: 5px;
	}

	/*#menu-item-22927 .sub-menu.sub-menu-1{
		width: 800px !important;
		max-width: 800px !important;
	}
	#nav_menu-6{
		width: 500px !important;
	}*/
/*	#menu-item-181 ul.sub-menu{
		
	}*/

	.avatablog{
		width: 107px;
		height: auto;
	}
	#content{
		position: relative;
	}
/*	.ads-cat{
		position: absolute; 
		left: 0;
		top: 0;
	}*/

	body.archive .list-cat .info-cat{
		max-width: 100%;
	}

	body.archive .list-cat .has-post-thumbnail .info-cat{
		max-width: 78%;
	}

	body.archive .list-cat .in.the.garden .info-cat{
		max-width: 80%;
	}

	body.archive .list-cat .blitz.makeovers .info-cat{
		max-width: 80%;
	}


	.widget_search_meter ul li{
		display: none;
	}
	.widget_search_meter ul li.dib{
		display: inline-block;
	}
	.popSrch a{
		font-size: 13px;
	}

	.smooth_slideri h2 a{
		/*text-shadow: 1px 1px 1px #222222;*/
		text-shadow: 1px 1px 1px #070707;
		/*text-shadow: -1px 1px 5px #d3d3d3;*/
	}

	.home-catsearch {
		width: 818px;
	}

	body.home #search-2{
		display: none !important;
	}
	body.category-44 #search-2{
		display: none !important;
	}
	body.category-47 #search-2{
		display: none !important;
	}
	body.category-96 #search-2{
		display: none !important;
	}
	body.category-46 #search-2{
		display: none !important;
	}
	body.category-98 #search-2{
		display: none !important;
	}
	body.category-4 #search-2{
		display: none !important;
	}
	body.category-45 #search-2{
		display: none !important;
	}
	body.category-72 #search-2{
		display: none !important;
	}
	body.category-2 #search-2{
		display: none !important;
	}
	body.category-6 #search-2{
		display: none !important;
	}
	body.category-48 #search-2{
		display: none !important;
	}
	body.category-51 #search-2,
	body.category-98 #search-2,
	body.category-99 #search-2,
	body.category-100 #search-2,
	body.category-101 #search-2,
	body.category-102 #search-2,
	body.category-103 #search-2,
	body.category-104 #search-2,
	body.category-105 #search-2{
		display: none !important;
	}
	
	.tribe-events-list-widget ol li{
		text-align: center;
	}
	.tribe-events-list-widget-events h4{
		font-size: 18px;
		font-family: 'Rokkitt-Bold';
	}
	.tribe-events-list-widget-events .duration{
		font-weight: normal;
		font-size: 12px;
	}
	.tribe-events-list-widget-events .tribe-events-event-image{
		text-align: center;
		margin-bottom: 2px;
	}
	.tribe-events-list-widget-events .tribe-events-event-image img{
		max-width: 87%;
	}
	
	.megaMenu{
		text-align: center;
	}
	#megaMenu ul.megaMenu > li.menu-item{
		float: none;
	}

	div.slideshow div.smooth_slider span{
		line-height: 18px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.tribe-events-widget-link{
		text-align: center;
		font-weight: normal;
		position: relative;
		top: -15px;
	}
	.tribe-events-widget-link a{
		font-size: 14px !important;
		font-family: 'arvoregular',Arial,Helvetica,sans-serif !important;
		font-weight: normal !important;
	}

	.navbar-mobile{
		display: none;
	}
	.mobile-search{
		display: none;
	}
	.dmobile{display: none;}

	body.search-results .img-post{
		width: auto;
	}

	#text-7{display: none;}
	.proudly{visibility: hidden;}

	#logo{margin: 0;}

	.ads-cat .textwidget{
		float: none;
		display: inline-block;
	}
	.ads-cat {
		text-align: right;
	}
	.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input{vertical-align: middle;}
	.payment_methods.methods label{color: #FFF;}

	.events-list #primary{width: 862px;}
	#respond {
		display: none;
	}
	
	.addthis_toolbox{
		display: block!important;
	}
	.addthis_toolbox{
		border-top: 1px solid #9f9f9f;
		border-bottom: 1px solid #9f9f9f;
		padding: 5px 0;
	}
	.addthis_toolbox a {
		margin-bottom: 0!important;
		padding-left: 0!important;
		padding-right: 4px!important;
	}

	.footer-ads{
		background: none repeat scroll 0 0 #435109;
    	padding: 15px 0;
    	text-align: center;
	}

	.footer-ads .execphpwidget > div{display: inline-block;}

	.attachment-squareThumb{width: 100px !important; height: auto !important;}

	.widget-area #text-5{display: block;}
	.stay-intouch{
		margin-bottom: 20px; width: 100%;
	}

	.stay-intouch .stay-intouch-txt{
		float: left; color: #A8D050; font-weight: bold;
	}

	.stay-intouch .stay-intouch-btn{
		float: right;
	}
	#sml_subscribe_widget{display: none;}

	/*New Fact Sheets*/
		.fact-row{
			border-bottom: 1px solid #d0d2d3; margin-bottom: 25px; padding-bottom: 25px;
		}
		.featured-fact{width: 100%;}
		.count-mask {
		    background: url("images/count-icon.png") no-repeat scroll right 10px center rgba(0, 0, 0, 0.4);
		    bottom: 0;
		    -webkit-box-sizing: border-box;
		       -moz-box-sizing: border-box;
		            box-sizing: border-box;
		    color: #fff;
		    font-style: italic;
		    padding:8px 35px 8px 10px;
		    position: absolute;
		    right: 0;
		    text-align: right;
		    width: 100%;
		}
		.fact-image-wrap {
		    position: relative;
		    /*width: 388px;*/
		    width: 100%;
		}
		.fact-image-wrap img{
			max-width: 100%;
			height: auto;
		}
		
		.featured-fact-img {
		    float: left;
		    width: 47%;
		}
		.featured-fact-content{
			float: right;
			width: 50%;
		}
		.fact-content-wrap > h4, 
		.fact-entry > h4{
			color: #242424; margin-top: 0; margin-bottom: 15px;
		}
		.fact-content-wrap > h3,
		.fact-entry > h3{
			margin-top: 0; color: #242424; font-size: 25px;
		}
		.fact-content-wrap > h3 > a,
		.fact-entry > h3 > a{color: #242424; text-decoration: none;}
		.fact-content-wrap > h3 > a:hover,
		.fact-entry > h3 > a:hover{color: #97B23F;}
		
		.fact-desc{color: #242424; font-size: 16px; line-height: 23px; margin-bottom: 20px; font-family: 'Arial', Sans-serif;}

		.fact-child-list{font-family: 'Arial', Sans-serif; font-size: 15px; line-height: 23px; font-style: italic;}
		.fact-child-list a{font-size: 15px;}

		.fact-read-more{font-style: italic; font-family: 'Arial', Sans-serif;display: inline-block; font-size: 14px; font-weight: bold;}


		.fact-sponsor {
		    text-align: center;
		}

		.fact-sponsor > div {
		    display: inline-block;
		}
		.fact-proudly {
		    color: #242424;
		    display: inline-block;
		    font-size: 8px;
		    text-align: right;
		    vertical-align: middle;
		    width: 70px;
		}
		.fact-sponsor-img {
		    display: inline-block;
		    max-width: 104px;
		    vertical-align: middle;
		}
		.fact-sponsor-img > img {
		    display: block;
		    height: auto;
		    max-width: 100%;
		}
		.fact-entry{
			float: left; width: 47%;
		}
		.fact-list .fact-entry:nth-child(2n+2){
			float: right;
		}
		.fact-entry .fact-image-wrap{margin-bottom: 15px;}
		
	/**/

	#relatedposts img.size-full, #relatedposts  img.size-large, #relatedposts img.wp-post-image{
		width: auto !important;
	}

	.cs-style-3 figcaption a{position: static !important; display: block; padding: 5px; }
	.pro_title {font-size: 16px; text-align: center;}
	.pro_price_area {margin-bottom: 10px;text-align: center;}
	span.p_price{color: #8fac17;}
/*End modifications*/

/*  Contextual Relate Posts  */
#post-28661{
	position:relative;
}
.crp_related, #relatedposts{
	width: 48%;
	float: left;
}
.crp_related{
	margin: 0;
}
.crp_related ul{
	width:100%;
}
 #relatedposts{
	margin-left: 2%;
	padding: 0;
}
.crp_related .crp_title, #relatedposts .name{
	font-family: 'Rokkitt-Bold';
	font-size: 21px;
	line-height: 21px;
	position: initial;
	height: inherit;
	width: 60%;
	display:block;
	float: left;
	text-align:left;
    color: #363636;
    text-shadow: none;
    background: transparent;
    vertical-align: bottom;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	margin-top: 0!important;
    margin-bottom: 10px!important;
	padding:0;
	margin-right:0!important;
	clear: none!important;
}
.crp_related .crp_title{
	position:static;
}
#relatedposts h3.name a{
	line-height:21px;
}
.crp_related li a, #relatedposts .img-relate{
	margin:0;
	width: 96px;
	height: 96px;
    float: left;
	margin-right:20px!important;
}
.crp_related ul{
	padding:0;
}
.crp_related li, #relatedposts .relatedthumb{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
	width: 100%;
    float: none;
    text-align: left;
	background: url(images/line.png) repeat-x 0 bottom;
    padding: 0 0 20px 0;
    margin: 0 0 20px!important;
}
.crp_related li, .crp_related a{
	text-align:left;
}
.crp_related .crp_thumb, .crp_related li, .crp_related .crp_title {
    vertical-align: bottom;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.crp_related .crp_thumb{
	width:100%;
	height:96px;
}
.crp_image_crop, #relatedposts .img-relate{
	background-image: url('/wp-content/uploads/2014/07/IMG_6304-DON-WITH-ACA-TV-CREW-PLANTING-VEGETABLES-e1408321127607.jpg');
	width: 96px;
    height: 96px;
    margin: auto;
    overflow: hidden;
}
#relatedposts .img-relate{
	background-image: url('/wp-content/uploads/2014/07/IMG_6304-DON-WITH-ACA-TV-CREW-PLANTING-VEGETABLES-e1408321127607.jpg');
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 96px;
	width: 96px;
    height: 96px;
    margin: auto;
    overflow: hidden;
}
.crp_related li:hover {
    background: url(images/line.png) repeat-x 0 bottom;
    border-color: transparent;
}
.crp_related li:hover .crp_title {
    background: transparent;
}
.crp_excerpt{
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
    font-size: 13px;
}
.crp_readmore, .readmore{
	display: block;
	height:auto!important;
	color: #8fac17!important;
	font-family: arvoitalic;
	margin-top:5px!important;
}
.crp_readmore:hover{
	color: #8fac17!important;
}
.cB{
	clear:both;
}
.fb_iframe_widget {
    background: none;
}
.flex-direction-nav a{
	font-size:0;
}
.flex-direction-nav a.flex-next:before {
    content: ' '!important;
}
.tubepress_thumb{
	float:left;
	margin-right:15px;
}
.tubepress_thumbnail_area{
	margin-top: 30px;
}
.tubepress_thumb dl {
	margin: 0;
}
div.tubepress_container div.pagination span.current {
	border: none;
	padding: 5px 10px;
}
div.tubepress_container div.pagination a {
	background: transparent;
}
.tubepress_embedded_title {
	color: #8fac17;
	font-size: 18px;
	font-family: 'Rokkitt-Bold';
}
.shareaholic-canvas{
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	max-height: 32px;
	margin-bottom: 22px;
}
.shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper ul.shareaholic-share-buttons{
	padding:0!important;
	margin:0 0 0 -5px!important;
}
.addthis_toolbox a.at300b, .addthis_toolbox a.at300m{
	height: 32px;
}
.tribe-events-list-separator-month span{
	background-color: #f9f9f9;
}
.tribe-events-list-widget-events h4{
	margin: 15px 0 10px 0;
}
.search-no-results .page-content{
	padding: 0;
}
/**
 * Shop Updates
 * ----------------------------------------------------------------------------
 */
.woocommerce #primary {
    	max-width: 70%;
    	width: 70%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width: 35%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
   	width: 62%;
}
.woocommerce div.product .product_title {
    	font-size: 22px;
	margin-bottom: 8px;
}
.woocommerce div.product p.price .amount {
    	font-size: 20px;
}
small {
    	font-size: 12px;
}
.woocommerce div.product p.price {
    	margin-bottom: 1.2em;
}
.woocommerce div.product form.cart{
	margin-top: 2em;
	margin-bottom: 1.2em;
}
.woocommerce .quantity .qty{
	font-size: 13px;
	width: 40px;
	height: 40px;
   	margin-right: 0.5em;
	border-radius: 6px;
    	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border: 2px solid #636363;
}
.woocommerce div.product form.cart .button{
	height: 40px;
    	font-weight: 100;
}
.woocommerce div.product form.cart .button{
	border-radius: 6px;
    	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
	border: 2px solid #636363;
}
select {
    	border: 2px solid #636363;
    	border-radius: 6px;
    	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
}
.woocommerce .entry-summary p span{
	color: #262625!important;
	line-height: 1.3em;
}
.woocommerce ul.products li.product h3 {
    	font-size: 18px;
}
.woocommerce div.product div.images img.attachment-shop_single.wp-post-image{
	max-width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    	background: #f9f9f9;
    	z-index: 2;
    	border-bottom-color: #f9f9f9;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1200px) {


	#content {
		margin: 0;
	}
	.catSearch .search-form input.search-submit { float: left; margin-top: 10px; }
	
	.site-title {		
		font-size: 30px;
	}
	.center a.readmore{ display: block; margin: 0 0 15px 0;}
	.video iframe { height: auto !important;}
	.category .list-cat li{ padding: 0 0 15px 0;}
	.category .item-blog{ width: 100%; padding: 0 0 15px 0;}
	.category .item-blog .center{ text-align: left;}
	.slide-content { bottom: 120px;}
	.wpp-list li{ width: 100% !important;}
	#site-navigation #megaMenu a{ line-height: 30px;}
	#text-8 img{ width: 32%;}
	.wpp-excerpt {
		display: block;
		padding: 0 0 0 10px;
	}
	.img-sl{ float: left;}
	#pager-slide{ margin-left: 32%;}
	.site-header{ margin: 0;}
	.site{ padding: 0 10px;}
	.site-header .site{ background-size: 100%; padding-left: 10px; padding-right: 10px;}
	.site-header-home{ margin: 20px 0 0;}
	.site-header-home #logo{ float: left; width: 35%; margin: 0 auto; height: auto;}
	#logo{ float: left; width: 317px; margin: 0 auto;}
	.banner{ height: auto; float: right; width: 63%;}
	#primary{ max-width: 100%;}
	.mod-lastblog{ width: 47%;}
	.avatablog{ height: auto; margin-bottom: 10px; overflow: hidden;}
	.img-post {
		float: left;
		margin: 0 0 10px;
		width: 65%;
	}
	.mod-lastblog p {
		margin: 3px 10px 15px 0;
	}
	.mod-cat {
		width: 47%;
		float: left;
		margin: 0;
		margin-left: 5%;
	}
	.item-blog h3.name a, .item-blog h3.name{ clear: both; }
	h3.name a, h3.name{ font-size: 20px; line-height: 20px;}
	.desc p{ font-size: 12px;}
	#primary{ float: left; max-width: 69%; overflow: hidden;}
	.site-main .sidebar-container{ max-width: 27.5%; width: 100%; }
	#tertiary #text-5, #search-2, #sml_subscribe_widget, #text-6{ margin-left: 0;}
	.footer-top{ margin: 0 15px;}
	.footer-top .box-widget{ float: left !important;  margin: 0 0 15px !important; width: 25% !important;}
	#text-3 {float: right !important;}
	#nav_menu-4 {
		margin: 45px 0 0 !important;
	}
	#nav_menu-5{ clear: none;}
	
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}


	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
	}
	
	.footer-top .box-widget{ width: 25% !important; margin: 0 !important;}
	
	.img-intro{ width: 55%;}
	.video .img-intro{ width: auto;}
	.crp_related .crp_title, #relatedposts .name{
		width: 65%;
	}
}
@media (max-width: 1087px) {
	#crp_related ul, #relatedposts ul{
		width: 100%;
	}
	.crp_related, #relatedposts {
		width: 48%;
		float:left;
	}
	.crp_related .crp_title, #relatedposts .name {
		width: 65%;
	}
}
@media (max-width: 1069px) {
	#facebooklikebox-2 iframe{ width: 90% !important;} 
	.crp_related .crp_title, #relatedposts .name {
		width: 60%;
	}
}
@media (max-width: 1024px){
	#crp_related ul, #relatedposts ul {
		width: 75%;
	}
}
@media (max-width: 999px) {
	.img-cat { width: 100px; }
	.smooth_slider { height: 250px !important; }
	div.slideshow div.smooth_slider h2 { top: 0px !important; }
	div.slideshow div.smooth_slider span { top: 110px !important; }
	#facebooklikebox-2 iframe{ width: 84% !important;} 
	.img-intro{ float: none;}
	.video .img-intro{ float: left; margin: 0 10px 0 0;}
	.intro-post{ clear: both;}
	.relatedthumb p, .center a.readmore{ display: none;}
	#relatedposts ul li.itemrelat2 .relatedthumb{ margin: 0 17px;}
	.intro-desc{ max-width: none;}

	.slideshow h2.title-slide.name a, .slideshow h2.title-slide.name{ font-size: 25px !important;}
	.slide-content { bottom: 230px;}
	.site-title {
		font-size: 30px;
	}
	.wpp-list li{ width: 100% !important;}
	#site-navigation #megaMenu a{ line-height: 30px;}
	#text-8 img{ width: 32%;}
	.wpp-excerpt {
		display: block;
		padding: 0 0 0 10px;
	}
	.img-sl{ }
	#pager-slide{ margin-left: 32%;}
	
	.site-header{ margin: 0;}
	.site{ padding: 0 10px;}
	.site-header .site{ background-size: 100%; padding-left: 10px; padding-right: 10px;}
	#logo{ float: left; width: 200px; margin: 0 auto;}
	.banner{ height: auto; float: right; width: 63%;}
	#primary{ max-width: 100%;}
	.mod-lastblog{ width: 98%;}
	.avatablog{ height: auto; margin-bottom: 10px; overflow: hidden;}
	.img-post {
		float: left;
		margin: 0 0 10px;
		width: 65%;
	}
	.mod-lastblog p {
		margin: 3px 10px 15px 0;
	}
	.mod-cat {
		float: left;
		margin: 0;
		width: 98%;
	}
	.item-blog h3.name a, .item-blog h3.name{ clear: both; }
	h3.name a, h3.name{ font-size: 20px; line-height: 20px;}
	.desc p{ font-size: 12px;}
	#primary{ float: left; max-width: 64%;}
	.site-main .sidebar-container{ max-width: 34%; width: 100%;}
	#tertiary #text-5, #search-2, #sml_subscribe_widget, #text-6{ margin-left: 10px;}
	.footer-top{ margin: 0 15px;}
	.footer-top .box-widget{ float: left !important;  margin: 0 0 15px !important; width: 50% !important;}
	#nav_menu-4 {
		margin: 45px 0 0 !important;
	}
	#nav_menu-5{ clear: both;}

	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 34%;
		position: relative;
		margin-top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
	.sort-header h1 {
		line-height: 100%;
	}
	.stay-intouch .stay-intouch-btn {
		float: left;
	}
	.crp_excerpt p{
		display:block;
	}
	.img-relate img{
		max-width: 96px;
	}
	.crp_related, #relatedposts {
		width: 100%;
		float: none;
	}
	.crp_related .crp_title, #relatedposts .name {
		width: 80%;
	}
	
	
}
@media (max-width: 968px) {
	.crp_related .crp_title, #relatedposts .name {
		width: 75%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.home-catsearch{display: none;}
	.mobile-search{display: block; margin-bottom: 30px;}

	.ads_top_original, .header-area .ads_top_original{
		display: none!important;
	}
	.ads_top_small{
		display: block;
		text-align: right;
		margin-top: 45px;
	}
	.site-header .site{
		min-height: 130px;
		background-position: -45px 0;
	}
	#site-navigation #megaMenu a{
		line-height: 42px;
	}
	#site-navigation #megaMenu a{
		font-size: 15px;
	}
	#nav_menu-2, #nav_menu-6, #nav_menu-7{
		width: 260px !important;
	}

	.header-area .ads_top_original{display: block;}
	#crp_related ul, #relatedposts ul {
		width:100%;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.ads_top_small {
    		display: block;
    		text-align: right;
    		margin-top: -15px;
	}
	#site-navigation #megaMenu a{
		padding: 0 5px !important;
	}
	#footerWrap .ads_top_small{
		padding-top: 15px;
		padding-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 769px) {
	.header-area .banner{
		float: none;
	    height: auto;
	    position: relative;
	    top: 68px;
	    width: 100%;
	}
	.site-header .site{height: 130px; overflow: visible;}
	.navbar {
    		margin-top: 0px !important;
	}
}

@media (min-width: 760px) and (max-width: 768px) {
	
	#facebooklikebox-2 iframe {
		width: 82% !important;
	}

	.mod-lastblog.hmobile{
		display: none;
	}
	.mod-lastblog.dmobile{
		display: block;
		margin-bottom: 40px;
	}
	.line {
	    background: url("images/line.png") repeat-x scroll center center #f1f1f1;display: block;height: 20px; margin: 20px 0;
	}
	.mod-lastblog.dmobile{
		padding-top: 40px;
	}

	.mod-lastblog.dmobile h3.title{
		width: 105px;padding: 2px;background: #f1f1f1;text-align: center;margin-bottom: 20px;
	}
	.home .info-cat{max-width: 60%;}
	.home-catsearch{display: none;}
	.mobile-search{display: block; margin-bottom: 30px;}
	.ads_top_original{
		display: none;
	}
	.ads_top_small{
		display: block;
		text-align: right;
		margin-top: -15px;
	}
	.site-header .site{
		min-height: 130px;
		background-position: -45px 0;
	}
	#site-navigation #megaMenu a{
		line-height: 42px;
	}
	#site-navigation #megaMenu a{
		font-size: 15px;
	}
	#nav_menu-2, #nav_menu-6, #nav_menu-7{
		width: 260px !important;
	}
	#megaMenu.wpmega-nojs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu.megaFullWidthSubs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.menu-item.ss-nav-menu-mega.ss-nav-menu-mega-fullWidth #menu-item-85 ul.sub-menu.sub-menu-1, #megaMenu.wpmega-nojs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu.megaFullWidthSubs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, #megaMenu li.menu-item.ss-nav-menu-mega.ss-nav-menu-mega-fullWidth ul.sub-menu.sub-menu-1{
		max-width: 510px;
	}
	
	.slideshow{position: relative;z-index: 1;}
	/*#megaMenu #megaMenuToggle{display: block;}
	#megaUber{display: none;}

	#megaMenu.megaResponsive ul.megaMenu > li.menu-item{
		display: block;
		width: 100%;
	}
	#megaMenu.megaResponsiveToggle ul.megaMenu{display: none !important;}
	#megaMenu.megaResponsiveToggle ul.megaMenu.megaMenuToggleOpen{display: block !important;}
	.sub-menu{display: none !important;}

	#megaMenu #megaMenuToggle{background: url("images/toggle.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0) !important; text-indent: -99999px;}*/
	.banner .ads_top_small{
		display:block;
		float:right;
	}
}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.fact-list .fact-row{padding-bottom: 0; margin-bottom: 0; border: none;}

	.fact-entry{
		float: none; width: 100%;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #ddd;
	}
	.fact-image-wrap{
		width: 380px;
	}
	.featured-fact-img{margin-bottom: 20px;}
	.featured-fact-img, .featured-fact-content{
		width: 100%;float: none;
	}

	.smooth_slider { min-height: 200px !important; height: 200px !important; }

	#facebooklikebox-2 iframe{ width: 84% !important;} 
	.slideshow h2.title-slide.name a, .slideshow h2.title-slide.name{ font-size: 25px !important;}
	.slide-content { bottom: 278px;}
	.site-title {
		font-size: 30px;
	}
	.wpp-list li{ width: 100% !important;}
	#site-navigation #megaMenu a{ line-height: 30px;}
	#text-8 img{ width: 32%;}
	.wpp-list .wpp-thumbnail{ display: none;}
	.box-lis a, .box-lis a:hover{padding: 0 0 0 10px;}
	.wpp-excerpt {
		display: block;
		padding: 0 0 0 10px;
	}
	.img-sl{ }
	#pager-slide{ margin-left: 40%;}
	
	.site-header{ margin: 0;}
	.site{ padding: 0 10px;}
	.site-header .site{ background-size: 100%; padding-left: 10px; padding-right: 10px;}
	#logo{ float: left; width: 200px; margin: 0 auto;}
	.banner{ height: auto; float: right; width: 63%;}
	#primary{ max-width: 100%;}
	.mod-lastblog{ width: 100%;}
	.avatablog{ height: auto; margin-bottom: 10px; overflow: hidden;}
	.img-post {
		float: left;
		margin: 0 0 10px;
		width: 65%;
	}
	.mod-lastblog p {
		margin: 3px 10px 15px 0;
	}
	.mod-cat {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.item-blog h3.name a, .item-blog h3.name{ }
	h3.name a, h3.name{ font-size: 20px; line-height: 20px;}
	.desc p{ font-size: 12px;}
	#primary{ float: left; max-width: 64%;}
	.site-main .sidebar-container{ max-width: 34%; width: 100%;}
	#tertiary #text-5, #search-2, #sml_subscribe_widget, #text-6{ margin-left: 0;}
	.footer-top{ margin: 0 15px;}
	.footer-top .box-widget{ float: left !important;  margin: 0 0 15px !important; width: 50% !important;}
	#nav_menu-4 {
		margin: 45px 0 0 !important;
	}
	#nav_menu-5{ clear: both;}
	
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
	.footer-ads{display: none;}
	
	#relatedposts ul li.itemrelat1 .relatedthumb,
	#relatedposts ul li.itemrelat3 .relatedthumb {
		margin: 0;
	}
	.crp_related .crp_thumb{
		width: 96px;
    		height: 96px;
    		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.crp_related, #relatedposts{
		width: 100%;
		float:none;
	}
	.crp_related .crp_title, #relatedposts .name {
		width: 72%;
	}
	#site-navigation #megaMenu a{
    		line-height: 50px;
	}
	.woocommerce #primary {
    		max-width: 63%;
    		width: 63%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    		width: 100%;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    		width: 100%;
    		text-align: center;
	}
	div.product div.images img.attachment-shop_single.wp-post-image {
    		max-width: 100%;
   		margin: auto;
	}
}
@media (max-width: 767px) {
	.crp_related li, .crp_related a {
		text-align: center;
	}
	.crp_related li a, #relatedposts .img-relate {
		float: none;
		width:100%;
	}
	#crp_related ul, #relatedposts ul , .crp_related .crp_title, #relatedposts .name{
		width: 100%;
		text-align: center;
	}
	#relatedposts h3.name{
		margin-top: 15px!important;
	}
	.crp_excerpt, a.readmore, .blog-cat h3.title, .crp_related h3.title{
		text-align:center;
	}
}

@media (max-width: 643px) {	

	.info-cat { max-width: 65%; }
	.smooth_slider { min-height: 180px !important; height: 180px !important; }
	div.slideshow div.smooth_slider h2 { left: 40px !important; margin-top: 0px !important; }
	div.slideshow div.smooth_slider span { display: none !important; }

	div.catSearch { margin-top: 10px; }

	#facebooklikebox-2 iframe {
	    width: 62% !important;
	}
	#content{ margin: 0;}
	#megaMenu #megaMenuToggle{ padding: 0px !important; margin: 10px; display: block; width: 44px; height: 28px; font-size: 0; background: url(images/toggle.png) no-repeat center center !important;}
	#megaMenu #megaMenuToggle span{display: none !important;}
	#megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1{ display: none !important;}
	#site-navigation #megaMenu .menu-item-has-children a span, #megaMenuToggle{ background: none !important;}
	.slideshow h2.title-slide.name a, .slideshow h2.title-slide.name{ font-size: 18px !important;}
	.slide-content { bottom: 314px;}
	.site-title {
		font-size: 30px;
	}
	.wpp-list li{ width: 100% !important;}
	.wpp-list .wpp-thumbnail{ display: none;}
	.box-lis a, .box-lis a:hover{padding: 0 0 0 10px;}
	#site-navigation #megaMenu a{ line-height: 30px;}
	#text-8 img{ width: 32%;}
	.wpp-excerpt {
		display: block;
		padding: 0 0 0 10px;
	}
	.ads-cat{ float: none; text-align: center; margin: 0 0 15px 0;}

	#pager-slide{ margin-left: 22%;}
	
	.site-header{ margin: 0;}
	.site{ padding: 0 10px;}
	.site-header .site{ background-size: 100%; padding-left: 10px; padding-right: 10px;}
	#logo{ float: left; width: 200px; margin: 0 auto;}
	.banner{ height: auto; float: right; width: 63%;}
	#primary{ max-width: 100%;}
	.mod-lastblog{ width: 100%;}
	.avatablog{ height: auto; margin-bottom: 10px; overflow: hidden;}
	.img-post {
		float: left;
		margin: 0 0 10px;
		width: 65%;
	}
	.mod-lastblog p {
		margin: 3px 10px 15px 0;
	}
	.mod-cat {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.item-blog h3.name a, .item-blog h3.name{ }
	h3.name a, h3.name{ font-size: 20px; line-height: 20px;}
	.desc p{ font-size: 12px;}
	#primary{ float: left; max-width: 64%;}
	.site-main .sidebar-container{ max-width: 34%; width: 100%; overflow: hidden;}
	#tertiary #text-5, #search-2, #sml_subscribe_widget, #text-6{ margin-left: 0;}
	.footer-top{ margin: 0 15px;}
	.footer-top .box-widget{ float: left !important;  margin: 0 0 15px !important; width: 50% !important;}
	#nav_menu-4 {
		margin: 45px 0 0 !important;
	}
	#nav_menu-5{ clear: both;}
	

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

	/* haikal */
	#logo {
		position: absolute;
		top: 10px;
		width: 35% !important;
		text-align: center;
		margin-left: 10px;
	}
	header {
		padding-top: 70px;
	}
	.ads_top_small { 
		display: block !important; 
		margin-top: 0;
		text-align: center;
		background: #E8E8E8;
		padding: 20px 0;
	}
	.ads_top_original { display: none;}
	
	header#masthead{padding-top: 0; height: 83px;}
	.site-header{background: #587523;}
	.navbar{display: block; position: absolute; top: 0; right: 0; margin: 0; background: none;}
	/*#navbar{display: none;}*/
	#megaMenu #megaMenuToggle{background-image: url(images/mobile-toggle.png) !important; height: 83px; width: 70px;margin: 0;position: absolute; right: 0; top: 0; background-color: #587523 !important;}
	#site-navigation #megaMenu{background: none !important;}
	.site-header .site{padding-left: 0;padding-right: 0;}
	#megaUber{top: 84px; background: #eeeeee !important; border-bottom: 1px solid #ddd !important;}
	.site{padding-top: 0px;}
	body.page-template-template-videopage-php .site .site-main{padding-top: 20px;}
	#masthead .banner{width: 100%; margin-top: 67px; float: none;}

	.home-catsearch {display: none;}
	.mobile-search { display: block; margin: 20px 0;}

	.header-area{position: relative;}

	.hmobile{display: none !important;}
	.dmobile{display: block !important;}


	.line {
	    background: url("images/line.png") repeat-x scroll center center #f1f1f1;display: block;height: 20px; margin: 20px 0;
	}
	.mod-lastblog.dmobile{
		padding-top: 40px;
	}

	.mod-lastblog.dmobile h3.title{
		width: 105px;padding: 2px;background: #f1f1f1;text-align: center;margin-bottom: 20px;
	}
	
	.sidebar-container, .footer-top{display: none;}

	/*body.home .site{padding-left: 0; padding-right: 0;}
	body.home #primary{width: 100% !important;}*/

	.socials-mobile{text-align: center; width: 200px; margin: 20px auto;}
	.socials-mobile a{display: inline-block; margin: 0 10px;}
	.mt30{margin-top: 30px;}

	#navbar{margin-top: 0 !important;}
	#logo{width: 31% !important;}
	.proudly{display: none;}
	.sort-header h1{font-size: 29px;float: none; width: 100%;}
	#content header{padding: 0;}

	.entry-content ul.videolinks li.active-vidlink .arrowdown{display: none !important;}
	.entry-content ul.videolinks li{float: none; text-align: center;}
	.entry-content ul.videolinks li a{font-size: 13px;height: auto; padding-left: 0; padding-right: 0; padding-top: 15px; padding-bottom: 15px;}
	.entry-content ul.videolinks{background: none;}
	.entry-content ul.videolinks li.vid-search{background: none;}
	.tubepress_normal_embedded_wrapper, .tubepress_normal_embedded_wrapper iframe{height: auto !important;}

	.tubepress_thumb a img{max-width: 60% !important;}
	.tubepress_thumb{margin-bottom: 20px; padding-bottom: 15px; height: auto;}
	.videonavwrap .ads-cat{width: 100%;}
	.entry-content ul.videolinks li.vid-search{padding-left: 0;padding-right: 0;}
	li.vid-search input#tubepress_search{max-width: 100%;}
	li.vid-search button.tubepress_button { right: 12px;}
}
@media (max-width: 600px) {
	.site-header .home-link{position: relative; z-index: 1000;}	
	.smooth_slider { min-height: 150px !important; height: 150px !important; }
	div.slideshow div.smooth_slider span { display: none !important; }	

	#facebooklikebox-2 iframe{ max-width: 440px; width: 200% !important;} 
	.list-cat{ width: 100%;}
	#megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1{ display: none !important;}
	#site-navigation #megaMenu .menu-item-has-children a span, #megaMenuToggle{ background: none !important;}
	.slide-content{ display: none;}
	.wpp-list li.item1{ background: #b1bb65; width: 273px !important; height: 60px;}
	.wpp-list li.item2{ background: #9ea758; width: 255px !important; height: 60px;}
	.wpp-list li.item3{ background: #8e964e; width: 244px !important; height: 60px;}
	.wpp-list li.item4{ background: #7b8243; width: 238px !important; height: 60px;}
	.wpp-list li.item5{ background: #6b713a; width: 228px !important; height: 60px;}
	.wpp-list .wpp-thumbnail{ display: block;}
	.box-lis a, .box-lis a:hover{padding: 0 0 0 0px;}
	.site-header{ margin: 0;}
	#pager-slide{ margin-left: 40%;}
	p.sml_submit{ right: 9px;}
	.site-header .site{ background-size: 100%; padding-left: 10px; padding-right: 10px; background-position: 10px 0;}
	#logo{ float: none; width: 328px; margin: 0 auto 10px;}
	.banner{ height: auto; float: none; width: 100%;}
	#site-navigation #megaMenu a{ line-height: 30px;}
	#primary{ max-width: 460px; float: none;}
	.mod-lastblog{ width: 100%;}
	.avatablog{ height: auto; margin-bottom: 10px; overflow: hidden;}
	.img-post {
		float: left;
		margin: 0 0 10px;
		width: 64%;
	}
	.mod-cat {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.item-blog h3.name a, .item-blog h3.name{ clear: both;}
	h3.name a, h3.name{ font-size: 20px; line-height: 20px;}
	.desc p{ font-size: 12px;}
	.site-main .sidebar-container{ max-width: 460px; width: 100%;}
	#tertiary #text-5, #search-2, #sml_subscribe_widget, #text-6{ margin-left: 0;}
	.footer-top{ margin: 0 15px;}
	.footer-top .box-widget{ float: left !important;  margin: 0 0 15px !important;}
	.site-header-home #logo{ width: 100%; margin: 0 auto 15px; text-align: center;}
	#text-11{ text-align: center;}
	
	/* haikal */
	/*#logo {
		position: absolute;
		top: 10px;
		width: 50% !important;
		text-align: center;
		margin-left: 10px;
	}
	header {
		padding-top: 70px;
	}
	.ads_top_small { 
		display: block !important; 
		margin-top: 67px;
		text-align: center;
		background: #E8E8E8;
		padding: 20px 0;
	}
	.ads_top_original { display: none;}
	
	header#masthead{padding-top: 0; height: 83px;}
	.site-header{background: #97b23f;}
	.navbar-mobile{display: block; position: absolute; top: 0; right: 0;}
	#navbar{display: none;}
	.navbar-mobile #megaMenu #megaMenuToggle{background-image: url(images/mobile-toggle.png) !important; height: 83px; width: 70px;margin: 0;position: absolute; right: 0; top: 0; background-color: #97b23f !important;}
	.navbar-mobile #site-navigation #megaMenu{background: none !important;}
	.site-header .site{padding-left: 0;padding-right: 0;}
	.nav-mobile #megaMenu ul.megaMenu, .nav-mobile  #megaMenu ul.sub-menu{top: 84px; background: #eeeeee;}*/

	body.archive .list-cat .in.the.garden .info-cat,
	body.archive .list-cat .blitz.makeovers .info-cat{max-width: 60%;}
	body.archive .list-cat .info-cat{
		max-width: 100%;
	}
	.home .info-cat, .category-fact-sheets .info-cat{max-width: 60% !important;}
	body.archive .list-cat .has-post-thumbnail .info-cat{
		max-width: 60%;
	}
	input#tubepress_search{
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	fieldset.tubepress_search{
		background: none;
	}
}	

/* Mobile devices */
@media (max-width: 479px) {
	#ad-728x90{
		display:none;
	}
	.woocommerce #primary {
    		max-width: 100%;
    		width: 100%;
	}
}
@media (max-width: 360px) {
	.fact-image-wrap{
		width: 100%;
	}
	.fact-image-wrap img{width: 100%;}
	
	.smooth_slider { height: 150px !important; min-height: 150px !important; }
	#facebooklikebox-2 iframe{ width: 96% !important; max-width: 100%;}
	#relatedposts ul li{ width: 100%; padding: 0 0 15px 0;}
	.relatedthumb p, .center a.readmore{ display: block;}
	.video .img-intro{ width: 46%;}
	.site-header{ margin: 0;}
	.site{}
	.site-header .site{ background-size: 100%; padding-left: 10px; padding-right: 10px;}
	#logo{ float: none; width: 200px; margin: 0 auto;}
	.banner{ height: auto; float: none; width: 100%;}
	#primary{ max-width: 300px; float: none;}
	.mod-lastblog{ width: 100%;}
	.avatablog{ width: 35%; height: 83px; margin-bottom: 10px; overflow: hidden;}
	.img-post {
		float: left;
		margin: 0 0 10px;
		width: 64%;
	}
	.mod-cat {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.item-blog h3.name a, .item-blog h3.name{ clear: none;}
	h3.name a, h3.name{ font-size: 18px; line-height: 20px;}
	.desc p{ font-size: 12px;}
	.site-main .sidebar-container{ max-width: 300px;}
	#tertiary #text-5, #search-2, #sml_subscribe_widget, #text-6{ margin-left: 0;}
	.footer-top{ margin: 0 15px;}
	.footer-top .box-widget, #text-10{ float: none !important;  margin: 0 0 15px !important; width: 100%;}
	#site-navigation #megaMenu a{ line-height: 30px;}

	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
	.site-header .site {
	    background-position: -55px 0;
	    background-size: 130% 84px;
	    padding-left: 0;
	    padding-right: 0;
	}

	#logo{margin-left: 10px;}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print{
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}