/*
Theme Name: Webtory
Theme URI: http://webtory.fi
Description: Webtory
Author: Webtory
Author URI: http://webtory.fi
Template: dual
Version: 1.0
Text Domain: webtory
*/

.wpcf7-submit {
    border: 1px solid #ffffff !important;
	-webkit-border-radius: 3px !important;
    border-radius: 3px !important;
	margin-top: 15px;
	width: 100%;
}

a#scroll-to-top-btn {
	-webkit-border-radius: 50%;
	border-radius: 50%;
    right: 15px;
    bottom: 15px;
}

.wpcf7 .wpcf7-form  input,
.wpcf7 .wpcf7-form  textarea {
    background-color: #34ac94 !important;
    color: #fff !important;
    border: 1px solid #16a085 !important;
}

::-webkit-input-placeholder {
   color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff !important; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;
}
:-ms-input-placeholder {  
   color: #fff !important;  
}

.wpcf7 div.wpcf7-response-output {
	background-color: #00382d !important;
	color: #34ac94 !important;
    padding: 0.2em 0.3em !important;
}

@media screen and (min-width: 768px) and (max-width: 870px) {
	.site-header .site-title {
		float: none;
		text-align: center;
	}
	.site-header .site-title  #logo {
		display: inline-block;
	}
	
	.site-header .site-navigation {
		float: none;
	}
	.site-header .site-navigation  .nav-menu {
		float: none !important;
		text-align: center;
		margin: 0 auto;
		display: table;
	}
}