/*
Theme Name: Arona
Theme URI: http://metcreative.com?theme=arona
Author: MetCreative
Author URI: http://metcreative.com/
Version: 1.0.5
Description: Creative Business Theme
License: GNU General Public License
License URI: license.txt
Tags: custom-header, custom-background, custom-menu, flexible-width, full-width-template, post-formats, theme-options
*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.column_container img{max-width:100%;height:auto;}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
}
/*
.entry-content,
.entry-summary {
	margin: 0;
    min-height: 40px;
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.comment-form-comment label {
    display: none;
}

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

.widget {

}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/*-------------------------------
	Metro Sidebar Components
 ------------------------------*/
.sidebar-widget {
    margin-bottom: 10px;
}

.sidebar-widget ul {
    margin-left: 5px;
}

.sidebar-widget ul li {
    font-size   : 14px;
    list-style: none;
}

.sidebar-widget ul li:after {
    display: block;
    clear: both;
    content: '';
}

.sidebar-widget ul li .children {
    margin-left: 20px;
}

.sidebar-widget ul li a {
    /*font-size   : 18px;
    line-height : 36px;*/
}

.sidebar-widget ul li a:hover {

}

.sidebar-widget select {
    width: 100%;
    margin-top: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size   : 13px;
}

.widget_calendar table {
    width: 100%;
    float: left;
    color: #555555;
    font-size: 12px;
    margin-bottom: 60px;
}

.widget_calendar table a{
    margin-top: 0;
    padding-top: 0;
}

.widget_calendar table caption {
    font-size: 14px;
    padding: 10px 0;
}

.widget_calendar table thead th {
    text-align: center;
}

.widget_calendar table tbody tr td {
    text-align: center;
}

.widget_rss .rsswidget img {
    display: none;
}

.widget_rss cite {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 12px;
    margin-top: 5px;
}

.widget_rss .rss-date {
    display: block;
    float: left;
    width: 100%;
    font-size: 10px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.widget_rss .rssSummary {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
}

.widget_search #searchform {
    margin: 0;
}

.widget_search input[type="search"]{
    width: 92%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px;
    border: 1px solid #E8E8E8;
}

.met_sidebar_block.widget_text img {
    max-width: 100%;
    height: auto;
}

.widget_nav_menu ul.sub-menu {
    margin-left: 15px;
    margin-bottom: 10px;
}

.n_metro_title {
    float   : left;
    width   : 100%;
    color   : #FFFFFF;
    display : table;
    height  : 40px;
}

.n_metro_title:hover {
    text-decoration : none;
}

.n_metro_title span:first-child {
    background-color : rgba(91, 96, 96, 0.1);
    display          : table-cell;
    width            : 40px;
    height           : 40px;
    vertical-align   : middle;
    text-align       : center
}

.n_metro_title span:last-child {
    font-size   : 14px;
    line-height : 40px;
    margin-left : 15px;
}

.form-allowed-tags code {
    background: none !important;
    border: none;
    font-size: 12px;
    white-space: normal;
}

.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0 !important;
}

.met_404_box input,.not-found #searchform input {
    font-size: 25px;
    padding: 10px;
}

.met_blog_item img {
    max-width: 100%;
    height: auto;
}

.met_blog_item table td {
    padding: 3px;
}

.met_blog_item section a {color : #63C6AE;}

.met_blog_item section p {
    margin: 0 0 24px;
}

.widget_categories li {
    font-size: 12px;
}

 
 
 

    body {color: #444!important; font-size:15px!important; font-family:"proxima-nova",  sans-serif!important;}
hr {border-color:#AAA !important;}


.met_breadcrumb {
 background-size: 100%  !important;
    height: 167px;

}

.met_breadcrumb h1, .met_breadcrumb span {
    color: #FFFFFF !important;
    font-weight: 300!important;
    margin:70px 0 0 30px!important;
}

.met_header_1 .met_logo {
    border-left: 0px solid rgba(0, 0, 0, 0.05)!important;
    border-right: 0px solid rgba(0, 0, 0, 0.05)!important;
    display: inline-block;
    padding: 0px!important;
    position:fixed;
    top:0;
     height:104px;
     z-index:23;
}

met_header_1 .met_header_socials a:link {
  color:#B6B6B6 !important;
  font-size:25px !important;
}


.met_header_1 header.met_content:after {
    background:none!important;
    }
    
.wpcf7-submit {
 border: 1px solid rgba(0, 0, 0, 0);

    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
    padding: 14px 18px;
    position: relative;
     background: none repeat scroll 0 0 #8dc63f;
     border-radius: 7px;
    box-shadow: 0 3px #6ea919;
}
a.wpcf7-submit:hover, a.wpcf7-submit:visited {

    color: #FFFFFF;

}

.wpcf7-text, .wpcf7-textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E1E1E1;
    color: #878787;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 75%;
}

.wpcf7-textarea {height:300px;}

 
.wpcf7-submit:hover {
    background-color: #6ea919;
}

.met_fixed_header.met_header_1 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    height: 104px;
    position: fixed;
    top: 0;
    width: 100%;
    
}

.met_header_1 header nav {
    display: inline-block !important;
    height: 100%;
    position: inherit!important;
    top: 0;
margin-top: 60px;
margin-left:60px;
}

.met_header_1 header nav ul li {
    float: left;
    padding: 0 9px;
    position: relative;
}

.met_vcenter ul{margin-left:50px; }

.met_header_1 header nav > ul > li {
    font-family: 'Cutive',serif;
}

.met_header_1 header nav > ul > li > a {
    color: #056839!important;
    font-size: 15px!important;
    font-weight: 400!important;
 
}

.met_header_1 .met_header_socials {
   color: #B6B6B6 !important;
    margin-top: 20px;
    margin-right:20px;

}

.met_header_1 .met_header_socials a {

    margin-right: 30px;

}

.met_header_1 header nav a:hover {
    background-color: #8dc63f!important;
   color: #FFF!important;
}

.met_header_1 header nav a:hover  span{

   color: #FFF!important;
}

.met_content {padding-bottom:50px;}



.shopbutton {margin-left:30px!important;
background-image: url("http://puregreen.ie/wp-content/uploads/2014/01/shop.png");
width:143px!important;
height:53px!important;
margin-top:-20px;
}

.shopbutton met_vcenter:hover { background-color: transparent !important;  }



.met_header_1 header nav a.shopbutton:hover {
    background-color: transparent !important;
     background-image: url("http://puregreen.ie/wp-content/uploads/2014/01/shop.png")!important;

}

.shopbutton span {text-indent:-9000px; 
width:0px; display:none; 
}
.shopbutton span:hover {    background-color: transparent !important;}
nt;

#layerslider_1 {margin-bottom:60px!important;}

#layerslider_1 h2, h3, h4, h5 {
color: #FFF!important;
}

h2, h2, h3{
color: #056839!important;
font-weight:300!important;
}


.ls-layer h2{font-size:17px!important; line-height: 1.5em!important;}

h2 {font-size:22px!important; line-height: 1.5em!important;}
h3 {font-size:17px!important; line-height: 1.5em!important;}
h4 {font-size:16px!important; line-height: 1.5em!important; color: #6EA919!important;}
h5 {font-size:14px!important; line-height: 1.5em!important; color: #666!important;}

ul.contentlist   {margin:14px 0 40px 0px!important;padding-left: 0px!important;}
 
 .contentlist li  {
 background-image: url(http://puregreen.ie/wp-content/uploads/2013/12/bigtick.png)!important;
background-repeat: no-repeat!important;
background-position: left!important;

font-size: 14px!important;
list-style:none!important;
padding:10px 0 20px 65px!important;
 }
 
 footer {
    background-color: #01321b!important;
    color: #FFF!important;
    font-size: 14px;
    height: 120px;
}

footer .left {text-align:left; padding-left:20px; padding-top:30px;}
footer .right {text-align:right; padding-right:20px;padding-top:20px;}

footer h2, footer  h3,  footer h4,  footer  h5 {
color: #FFF!important;
font-weight:300!important;
}

footer h4{ font-size:13px!important;}
footer .right h4 {margin-top:15px!important;}
footer ul {list-style:none; display:inline-block; float:right;}
footer ul li {list-style:none; float:left;}

.met_header_1 header nav > ul > li > a > span {
    padding: 10px 12px !important;
}

.single {padding-left:15px;}
.single .float {float:left;}
.single p{ width:100%;}
.single p.short{ width:66%;}

.met_head {
    margin: 0 auto;
    position: relative;
    width: 1170px;
    z-index: 3;
}

.cleanse {float:left; display:block; position:relative; padding-bottom:30px;}
.productimage {min-height:338px; float:left;}
.productimage2 {min-height:445px; float:left;}
.productshopwidget {min-height:370px; float:left; padding-right:20px;}
.productshopwidget2 {min-height:270px; float:left; padding-right:20px;}
.productshopwidget3 { float:left; padding-right:20px;}
.buybutton { position:relative;}

.infoblock {-moz-border-radius: 15px;
border-radius: 15px; background-color:#8dc63f; color#fff!important; padding:20px; font-size:14px!important; font-weight:bold; clear:both;}

.infoblock p{ color:#fff!important;}
.infoblock a:link, a:visited{ color:#fff!important;}

blockquote {
    border-left: 0px solid #EEEEEE!important;
    margin: 20px 0 0 0px!important;
    padding: 10px 0px!important;
    font-style:italic;
    text-align:center;
    font-family:"freight-text-pro", sans-serif!important;
}

blockquote p {
    font-size: 18.5px!important;

}

img.sizefill {width:100%;}

.ls-container { padding-bottom:30px;}

select {
    padding: 4px!important;
}