/* 
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 here */
}

/*custom.css*/
#header #navigation ul.nav > li.current-menu-item > a, #header #navigation ul.nav > li.current_page_item > a, #header #navigation ul.nav > li a:hover {
	color: #2985c2!important;
}

#header .nav-toggle {
	background-color: #2985c2!important;
	background-image: none!important;
	border: none!important;
	-webkit-box-shadow: none!important;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button{
	background-color: #2985c2!important;
	background-image: none!important;
	border: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
}
#header #navigation {
    /*display: block !important;*/
    margin-top: 10px;
}
/*Contact form*/
@media only screen and (max-width: 768px) {
	/* Desktop styles go here */
#sidebar {width: 26%!important;}
#main {width: 100%;}

}


#tinyform div table {
	background: #fff;
    border: 5px solid #2985c2;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    table-layout: fixed;
    width: 279px;
    font-family: "Open Sans", sans-serif;
}

.tcf_label, .tcf_submit {font-size: 12px!important;}

#tinyform div table tr td {padding: 7px 10px;border: 0px;}
#tinyform div table tr td input {padding: 5px;}
#tinyform div table tr td .tcf_label {text-transform: uppercase;}

.tcf_title{
	font-weight: bold;
	color: #1a80b6;
	margin: 0;
	font-size: 16px;
}
.tcf_intro{padding-bottom: 25px!important;font-size: 14px}
.tcf_field{width: 90%;}
.tcf_textarea{width: 98%;}
.tcf_textarea:hover{}
.contactform_respons{color: #3f870f;font-size: 14px;font-weight: bold;}
.contactform_error{color: #d54005;font-size: 14px;font-weight: bold;}
#tcform img {
	padding: 10px 0px 11px;
    margin: 0 auto;
    border: 4px solid #2985c2!important;
    border-bottom: 0px;
    min-width: 124px;
    max-width: 242px;
    background: #fff;
}
/*End of contact form*/

#top {display: none;}
.contactform{ width:250px}
#header {padding-bottom:0px;margin-bottom: 1.631em;}
img:not(#tcform_img) {border:0!important}