/*
Theme Name: Cacoon
Theme URI: http://metcreative.com?theme=cacoon
Author: MetCreative
Author URI: http://metcreative.com/
Version: 3.0.3
Description: Clean 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;
}

/* 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 {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.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 {
}

/* =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: #FFFFFF;
}

.widget_calendar table a{
    margin-top: 0;
    padding-top: 0;
}

.widget_calendar table caption {
    font-size: 14px;
    padding: 10px 0;
}

.widget_calendar table tr td {
    text-align: center;
}

.widget_rss a.rsswidget:last-child {
    color: #FFFFFF;
}

.widget_rss li a.rsswidget {
    display: block;
    float: left;
    width: 100%;
    line-height: 15px;
    margin: 15px 0;
}

.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;
}

.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;
}

/*-------------------------------
Metro Sidebar Categories Box
------------------------------*/
/*.widget_categories ul {
    float      : left;
    width      : 100%;
    margin     : 10px 0;
    list-style : none;
}

.widget_categories ul li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
}

.widget_categories ul li:last-child a {
    border-bottom : none;
}

.widget_categories a {
    position: relative;
    float: left;
    display: block;
    text-decoration: none;
    width: 100%;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #292929;
    font-size: 18px;
    color: #595959;
    -webkit-transition: color ease 0.2s;
    -moz-transition: color ease 0.2s;
    -ms-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
}

.widget_categories a:after {
    position: absolute;
    right: 2px;
    top: 0;
    display: block;
    font-family: FontAwesome;
    content: '\f054';
    line-height: 36px;
    height: 36px;
    font-size: 9px;
    color: #595959;
    -webkit-transition: color ease 0.2s;
    -moz-transition: color ease 0.2s;
    -ms-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
}

.widget_categories a:hover {
    color           : #000000;
}

.widget_categories a i {
    float      : right;
    margin-top : 11px
}*/

/*-------------------------------
Metro Sidebar Recent Work Box
------------------------------*/
.n_recent_work {
    position   : relative;
    float      : left;
    width      : 100%;
    margin-top : 3px;
}

.n_recent_work .n_recent_work_shadow {
    position         : absolute;
    left             : -9px;
    bottom           : -11px;
    width            : 164px;
    height           : 88px;
}

/*-------------------------------
Metro Sidebar Recent Posts Box
------------------------------*/
.n_recent_posts {
    float  : left;
    margin : 0;
}

.n_recent_posts li {
    float            : left;
    width            : 100%;
    background-color : #F2F2F2;
    margin-top       : 3px;
    list-style       : none;
}

.n_recent_posts a {
    display            : block;
    padding            : 15px 10px;
    -webkit-transition : all ease 0.2s;
    -moz-transition    : all ease 0.2s;
    -ms-transition     : all ease 0.2s;
    -o-transition      : all ease 0.2s;
}

.n_recent_posts a:hover {
    background-color : #00AAAA;
    text-decoration  : none;
}

.n_recent_posts a:hover h4,
.n_recent_posts a:hover p {
    color : #FFFFFF;
}

.n_recent_posts img {
    float   : left;
    width   : 50px;
    height  : 50px;
    display : block;
}

.n_recent_posts h4,
.n_recent_posts p {
    margin-left : 58px;
}

.n_recent_posts h4 {
    margin-top    : 0;
    color         : #151719;
    margin-bottom : 4px;
}

.n_recent_posts p {
    color         : #5B6A6F;
    font-size     : 10px;
    margin-bottom : 0;
}

/*-------------------------------
Metro Sidebar Tag Cloud Box
------------------------------*/
.tagcloud {
    margin-top: 20px;
}

.tagcloud a {
    font-size          : 13px!important;
    margin             : 0 2.5px;
    display            : inline-block;
    color: #FFFFFF;
    text-decoration    : none;
    color              : #FFF;
    padding: 4px 14px;
    background-color: #A4AEB9;
    -webkit-transition : all ease 0.2s;
    -moz-transition    : all ease 0.2s;
    -ms-transition     : all ease 0.2s;
    -o-transition      : all ease 0.2s;
}

.tagcloud a:first-child{
    margin-left: 0;
}

.tagcloud a:hover {
    background-color: #50535A;
    text-decoration: none;
}

.format-quote {
    margin-bottom: 30px !important;
}

.flexslider .slides {
    background: #171717;
}

.form-allowed-tags code {
    background: none !important;
    border: none;
    font-size: 12px;
    white-space: normal;
}

.comment-list, .comment-list > ul, .comment-list > li, .comment-list li[class*="depth"] {
    list-style: none;
}

.comment-list .children li {
    margin-bottom: 20px;
}

.footer-widget {
    margin-bottom: 20px !important;
}

#back-to-top
{
display: none !important;
}



/* MOUSE CSS */

html
{
  overflow-y: scroll !important;
}

.met_bold_one a
{
    color: #007d48 !important;
}

.met_bold_one a:hover
{
    text-decoration: none !important;
}

h2, h3, h4, h5, h6
{
    color: #222 !important;
}

.met_bgcolor3
{
    background-color: #007d48 !important;
}

.met_main_nav:before
{

    background-image: none !important;
}

.met_main_nav li
{
border-right: 1px solid #409c74;
}

.met_main_nav
{
    margin-bottom: 20px !important;
}

.met_main_nav a
{
    padding: 0 23.9px !important;
}

header aside
{
    margin-top: 38px !important;
}

footer .met_footer_menu li a,
header aside > nav li a
{
font-size: 14px !important;
color: #111 !important;
margin-left: 20px !important;
}

header .active
{
color: #007d48 !important;
}

header aside > nav li a:hover
{
color: #555 !important;
}

header .active
{
font-weight: 600 !important;
}

.phone
{
font-weight: 600;
font-size: 30px;
color: #333;
margin-bottom: 30px;
float: right !important;
}

.phone:hover
{
color: #555;
text-decoration: none !important;

    -webkit-transition: color ease 0.2s !important;
    -moz-transition: color ease 0.2s !important;
    -ms-transition: color ease 0.2s !important;
    -o-transition: color ease 0.2s !important;
}

header nav
{
border-left: 0px solid #fff !important;
float: right !important;
}

header
{
    height: 142px !important;
}

.ls-nav-next
{
    right: 15px !important;
}

.ls-nav-prev
{
    left: 30px !important;
}

.ls-bottom-slidebuttons
{
margin-left: -20px !important;
}

.ls-bottom-slidebuttons a
{
background-image: none !important;
background: #fff !important;
border: 0px solid #fff !important;
width: 12px !important;
height: 12px !important;
border-radius: 0px !important;
margin: 3px;
opacity: 0.5 !important;
}

.ls-bottom-slidebuttons a:hover
{
background-image: none !important;
opacity: 0.75 !important;
}

.ls-bottom-slidebuttons a.ls-nav-active
{
background-image: none !important;
opacity: 1 !important;
}

#ascrail2000
{
background: #ccc !important;
}

.met_text_block .two-column
{
-webkit-column-count: 2 !important; /* Chrome, Safari, Opera */
-moz-column-count: 2 !important; /* Firefox */
column-count: 2 !important;
    -webkit-column-gap: 30px !important; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px !important; /* Firefox */
    column-gap: 30px !important;
}

.met_text_block
{
padding: 0 !important;
}

.footerlink,
.footerlink a
{
float: right;
margin-left: 20px;
color: #fff !important;
}

.met_footer_copyright
{
    background-color: #333 !important;
}

footer.met_bgcolor3
{
background-color: #ddd !important;
}

.met_footer_menu li
{
    margin-right: 0px !important;
}



.met_img_with_text h4,
.met_img_with_text a
{
color: #fff !important;
text-align: center !important;
font-size: 31px !important;
line-height: 33.5px !important;
text-decoration: none !important;
}

.met_img_with_text a:hover
{
color: #94c11f !important;

    -webkit-transition: color ease 0.2s !important;
    -moz-transition: color ease 0.2s !important;
    -ms-transition: color ease 0.2s !important;
    -o-transition: color ease 0.2s !important;
}

.quote
{
margin-bottom: 5px;
font-style: italic !important;
letter-spacing: -0.5px !important;
}

.quote::before
{ 
    content:url('http://www.creationconsulting.mouse.co.uk/wp-content/uploads/2017/09/quote-before.png');
}

.quote::after
{ 
    content:url('http://www.creationconsulting.mouse.co.uk/wp-content/uploads/2017/09/quoteafter.png');
    vertical-align: -75%;
}

.met_img_with_text article div
{
    padding: 20px !important;
}

.home-icon
{
width: 90px;
height: 90px;
margin-right: 20px;
float: left;
}

.ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-nav-sides
{
    top: -55px !important;
}

.hentry {
    margin: 0 0 40px !important;
}

.ls-v5
{
margin-bottom: 10px !important;
}

.home-icon:hover
{
opacity: 0.8;

    -webkit-transition: opacity ease 0.2s !important;
    -moz-transition: opacity ease 0.2s !important;
    -ms-transition: opacity ease 0.2s !important;
    -o-transition: opacity ease 0.2s !important;
}

.ls-slide > *
{
letter-spacing: -2px !important;
text-shadow: 0 0 100px rgba(0,0,0,0.5) !important;
}

.ls-noskin
{
border-bottom: 20px solid #94c11f !important;
margin-bottom: 10px !important;
background: #ddd !important;
}

ul.list li
{
margin-bottom: 20px;
list-style-image: url('http://www.creationconsulting.mouse.co.uk/wp-content/uploads/2017/09/bullets.png');
}

.met_main_nav > ul li:hover,
.met_main_nav > ul li.active
{
    background-color: #333 !important;

    -webkit-transition: background ease 0.2s !important;
    -moz-transition: background ease 0.2s !important;
    -ms-transition: background ease 0.2s !important;
    -o-transition: background ease 0.2s !important;
}

form.wpcf7-form input,
form.wpcf7-form textarea
{
border-radius: 0px !important;
border: 0px solid #fff !important;
width: 490px !important;
}

form.wpcf7-form .wpcf7-submit
{
background: #007d48 !important;
height: 40px !important;
color: #fff !important;
font-size: 14px !important;
width: 300px !important;
}

form.wpcf7-form
{
padding-left: 30px !important;
padding-right: 30px !important;
padding-bottom: 25px !important;
padding-top: 20px !important;
margin-bottom: 0 !important;
}

form.wpcf7-form .ajax-loader,
.pagination.n_pagination.navigation-paging
{
display: none !important;
}

form.met_menu_search input,
form.met_menu_search:hover
{
background: #333 !important;
border-radius: 0px !important;
font-size: 14px !important;

    -webkit-transition: background ease 0.2s !important;
    -moz-transition: background ease 0.2s !important;
    -ms-transition: background ease 0.2s !important;
    -o-transition: background ease 0.2s !important;
}

form.met_menu_search:hover
{
border-left: 1px solid #fff !important;
}

.met_menu_search_submit:hover
{
background: #333 !important;

    -webkit-transition: background ease 0.2s !important;
    -moz-transition: background ease 0.2s !important;
    -ms-transition: background ease 0.2s !important;
    -o-transition: background ease 0.2s !important;
}

input.met_menu_search_text
{
width: 163px !important;
border-left: 12px solid #333 !important;

}

input[type="text"]
{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}



.icon-facebook,
.icon-twitter
{
font-size: 25px;
margin-right: 15px;
}

footer > .met_content
{
margin-top: 7px !important;
margin-bottom: 30px !important;
}

#custom_html-2
{
    margin-top: 10px !important;
}

.met_footer_menu
{
    margin-top: 15px !important;
}

header aside > a
{
margin-right: 0px !important;
}

.met_footer_menu a:hover
{
color: #444 !important;
text-decoration: none !important;

    -webkit-transition: color ease 0.2s;
    -moz-transition: color ease 0.2s;
    -ms-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
}

.credit
{
font-size: 14px;
line-height: 21px;
color: #999 !important;
margin-top: -17px !important;
text-align: center !important;
padding-right: 30px !important;
}

.met_footer_copyright a
{
color: #fff !important;
text-decoration: none !important;
}

.met_page_header.met_bgcolor5
{
    background-color: #ddd !important;
}

.met_page_header h2:before
{
border-color: transparent #ddd transparent transparent !important;
}




@media only screen and (max-width: 1170px)   /* RESPONSIVE */
{

header aside
{
position: absolute;
background: #fff !important;
display: block !important;
margin-top: 0px !important;
top: 0px !important;
z-index: 999 !important;
max-width: 100% !important;
}

header aside > nav,
header aside > nav ul,
header aside > nav li
{
float: right !important;
}

form.wpcf7-form input,
form.wpcf7-form textarea
{
max-width: 95% !important;
}

.met_logo,
.dl-menuwrapper
{
margin-top: 30px !important;
z-index: -999 !important;
}

.ls-wp-container
{
margin-top: 90px !important;

}

.phone
{
display: none !important;
float: left !important;
}

.met_text_block .two-column
{
-webkit-column-count: 1 !important; /* Chrome, Safari, Opera */
-moz-column-count: 1 !important; /* Firefox */
column-count: 1 !important;
}

.met_img_with_text_preview
{
max-width: 269px !important;
}

.met_img_with_text article
{
    position: absolute !important;
    margin-left: 0% !important;
    height: 100% !important;
    width: 52.6315789474% !important;
min-width: 269px !important;
}


.ls-noskin
{
border-bottom: 10px solid #94c11f !important;
margin-bottom: 0px !important;
}

}

@media only screen and (max-width: 742px)   
{

footer.met_bgcolor3
{
    background-color: #444 !important;
}

}

@media only screen and (max-width: 440px)   
{


.ls-bottom-slidebuttons
{
display: none !important;
}

.ls-v5
{
    margin-bottom: 0px !important;
}

.ls-noskin
{
border-bottom: 5px solid #94c11f !important;
margin-bottom: 0px !important;
}

.met_img_with_text article
{
width: 100% !important;
min-width: 100% !important;
}

}

