/* @override 
	http://scannan.fathost.ie/wp-content/themes/canvas/custom.css
	http://aperturemedia.ie/wp-content/themes/canvas/custom.css */

/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */




/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


#navigation { 
        float: right; 
        width: auto; 
        clear:none; 
        max-width: 600px; // This can be changed
    }
 
 
nav#navigation.col-full {
margin: 0;
  	
  }
  

  
  nav#navigation.col-full {
  	margin-right: -33px;
  }
  
  
}

    

	

/*extra szpak */

.entry img {
	padding: 0;
	border: 0 solid #000000;
}


#header div.header-widget {
	margin-top: 37px;
	width: 325px;
	text-align:right;
}


.header-widget p a {
	text-decoration: none;
	font-size: 20px;
	color: #02a8e6;
	display: block;
	line-height: 26px;
	
}



.header-widget p span a {
	font-size: 20px;
	font-weight: bold;
	color: #001b20;
}

p.contact {
	float: right;
}

#social-widget-2 div.socialmedia-buttons.smw_left {
	width: 110px;
	float: left;
}

div#text-2.widget.widget_text {
	margin: 0;
}

/*lightbox disable*/

a#fancybox-left {
	height: 270px;
	margin-bottom: 70px;
}



/*sidebar menu*/

#footer-widgets
{
background: #02a8e6;
color: #fff;
padding: 0 25px;
}

#footer-widgets .widget h3
{
color: #fff;
}

#footer-widgets .widget p, 
#footer-widgets .widget .textwidget
{
color: #fff;
}

.widget_nav_menu ul
{
padding: 0;
margin: 0;
margin-top: 8px;
list-style-type: none;
}

.widget_nav_menu ul li a
{
display: block;
color: #fff;
padding: 5px 10px 5px 10px;
margin: 0 0 5px 0;
background-color: #02a8e6;
}

.widget_nav_menu ul li a:hover,
.widget_nav_menu .current-menu-item a
{
	text-decoration: none;
background-color: #3a5b96;
}

.page-title, .post .title, .page .title
{
color: #02a8e6;
}

.header-widget
{
text-align: right;
font-size: 18px;
font-weight: bold;
color: #76a00e;
}

.header-widget .widget p, 
.header-widget .widget .textwidget
{
font-size: 18px;
font-weight: bold;
color: #76a00e;
}

/*video on the home page*/

#vimeo {
background-color: red;
	width: 450px;
	height: 300px;
}

div.post-meta {
	display: none;
}

/*fancybox overite*/

a#fancybox-right {
	height: 200px!important;
	margin-bottom: 100px!important;
}



a#fancybox-left {
	height: 200px!important;
	margin-bottom: 100px!important;
}












