/*
Theme Name: Moravia
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);

div,h1,h2,h3,h4,h5,h6, dl,dt,dd,ul,ol,li,pre,form,p,blockquote,th,td body,body {
	font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
	text-transform: uppercase;
}

div,dl,dt,dd,ul,ol,li,pre,form,p,blockquote,th,td body,body {
	font-weight: 400;
}

html {
	overflow-x: hidden;
}

body{
	background: #fcfcfc url("../img/interface/bg-body.jpg") 0 0 repeat;
}

p {
	font-size: 0.875em;
}

#header {
	height: 208px;
	border-bottom: 1px dashed #656668;
}

#header #logo {
	float: right;
	margin: 122px 46px -93px 0;
}

#header #logo img {
	float: right;
}

#content img.the-product {
	margin: -304px 0 0 62px;
}


#content img.the-emblem {
	margin: -247px 0 0;
	float: right;
}

#content {
	/*background: url("../img/interface/img-emblem.png") 100% 100% no-repeat;*/
	background: url("../img/interface/bg-content_tile.png") 0 100% repeat-x;
	padding-top: 139px;
}

#content .inner-column {
	width: 428px;
	margin-left: 42px;
}

#content h5 span {
	text-transform: none;
}

#content ul.values {
	list-style: none;
	overflow: hidden;
}

#content ul.values li {
	float: left;
}

#content ul.values li.separator {
	width: 2px;
	margin: 0 9px;
}

#content button, #content .button {
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /*IE6-9 */
    cursor: pointer;
    display: inline-block;
	font-weight: 900;
    margin: 0 0 2.500em;
    position: relative;
	border: 0 !important; 
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 3px 3px #dfdfdf;
	box-shadow: 0px 0px 3px 3px #dfdfdf; 
	color: #ee2121;
}

#content button:hover, #content button:focus, #content .button:hover, #content .button:focus {
	color: #23aaee;
}
	
#more-info {
	background: #504601 url("../img/interface/bg-footer_tile.jpg") 0 0 repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 30px;
}
.gfield_select{
	padding: 7px!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0px!important;
}


#more-info ul li {
    float: left;
    width: 100%!important;
}
@media only screen and (min-width: 641px){
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px!important;
}
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px!important;
    padding-top: 0;
}
#more-info .row {
	padding: 30px 0 0;
	background: url("../img/interface/bg-footer.png") center 0 no-repeat;
}

#more-info h5, #more-info p {
	color: #fff;
}

#more-info h5 {
	color: #fff;
}

#more-info p a {
	color: #f6e200;
	text-decoration: underline;
}

#more-info p a:hover {
	color: #ee2121;
}

#more-info ul {
	list-style: none;
}

#more-info ul li {
	float: left;
}

#more-info ul li.name,
#more-info ul li.email {
	width: 224px;
}

#more-info ul li.comment,
#more-info ul li.submit {
	clear: both;
	float: none;
}

/*FORMS*/

form {
	clear: both;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 0.875em;
    color: #939598;
    font-style: italic;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
	border: 0;
}

form.custom .custom.dropdown {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	background: linear-gradient(to bottom, white 0%, #fff 100%) repeat scroll 0 0 transparent;
}

form.custom .custom.dropdown ul {
    border: 0;
    display: none;
    left: 0;
}

form.custom .custom.dropdown .current {
    font-style: italic;
    color: #939598;
}

#more-info form.custom .custom.dropdown ul li {
	float: none;
    font-size: 1em;
}

form.custom.dropdown.medium {
    max-width: 254px;
}

form.custom.dropdown {
    background: linear-gradient(to bottom, white 0%, #F3F3F3 100%) repeat scroll 0 0 transparent;
    box-shadow: none;
    display: block;
    font-size: 0.875em;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 100%;
}

form.contact-us {
	width: 462px;
	margin: 0;
}

form.contact-us h5 {
	clear: both;
	text-align: right;
}

form.contact-us fieldset {
	padding: 0;
	border: 0;
	margin-bottom: 0;
}

#more-info ul li.email input {
	margin-left: 14px;
}

form.contact-us label {
    color: #fff;
}

form button, form .button {
	background: #ff5757; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff5757 0%, #ef2323 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5757), color-stop(100%,#ef2323)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff5757 0%,#ef2323 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff5757 0%,#ef2323 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff5757 0%,#ef2323 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff5757 0%,#ef2323 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5757', endColorstr='#ef2323',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    display: inline-block;
	font-weight: 400;
    margin: 0.9em 0 2.4em;
    position: relative;
	float: right;
	border: 0;
	width: 136px;
}

button.radius, .button.radius {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer {
	background: #fff;
	padding: 0 16px;
	overflow: hidden;
	display: block;
	clear: both;
}

#footer ul {
	overflow: hidden;
	margin: 0;
	list-style: none !important;
}

#footer ul li {
	float: left;
	font-size: 13px;
	color: #58595b;
}

#footer ul.owner {
	margin-top: 50px;
}

#footer ul.author li a {
	text-indent: -9999px;
	display: block;
	width: 139px;
	height: 111px;
}

#footer ul li a img {
	margin: 0;
	display: block;
}

.tooltip {
	font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: #58595B;
	font-size: 0.875em;
}

.has-tip:hover, .has-tip:focus {
	border-bottom: dotted 1px #58595B;
	color: #58595B; 
}

.tooltip.tip-top > .nub {
    border-color: #58595B transparent transparent;
    bottom: -10px;
    top: auto;
}

.tooltip > .nub {
	border-color: transparent transparent #58595B transparent;
}

.tooltip.opened {
	color: #58595B !important;
	border-bottom: dotted 1px #58595B !important; 
}


/*---------------------------------------------------------------------------------------------
ERROR CODES
---------------------------------------------------------------------------------------------*/
.ssMessage-template.success {
	border: 1px solid #717848 !important;
	background: #85af36 !important;
	color: #fff !important;
    border: 1px solid #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    height: auto;
	text-align: center;
    margin: 0 auto
    padding: 1.25em;
	position: fixed;
    z-index: 99;
	padding: 30px;
	width: 100%;
}

/*---------------------------------------------------------------------------------------------
ERROR CODES
---------------------------------------------------------------------------------------------*/
.valid {
	border: 1px solid #717848 !important;
	background: #85af36 !important;
	color: #fff !important;
}	

.valid:focus,
.valid:hover {
	border: 1px solid #182b0a;
}	

.not_valid {
	border: 1px solid #c40000 !important;
	background: #f22222 !important;
	color: #fff !important;
}	

.not_valid:focus,
.not_valid:hover {
	border: 1px solid #ff0000;
}	

@media only screen and (max-width: 480px) {

	#header #logo {
		margin: 15px 0 0;
	}

	#content img.the-product, #content button, #content .button {
		display: block;
	}
	
	#content img.the-product {
		margin: auto 0;
	}
	
	#content button, #content .button {
		margin: 0 auto 2.500em auto;
		display: block;
		clear: both;
	}
	
	form button, form .button {
		display: block;
		float: none;
		width: 100%;
	}
	
	#more-info ul li {
		float: none;
		clear: both;
	}
		
	#more-info ul li.name, #more-info ul li.email {
		width: 49%;
	}

	#more-info ul li.name, #more-info ul li.email {
		width: auto !important;
	}
	
	#more-info ul li.email input {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 1024px) {

	.large-6 {
		width: 100%;
	}
	
	#more-info {
		background: url("../img/interface/bg-footer_tile.jpg") repeat scroll 0 0 #504601;
		height: auto;
	}
	
	#header #logo, #header #logo img {
		display: block;
		float: none;
		margin: 15px auto 0;
	}
	
	#content {
		padding-top: 20px;
	}

	#content .inner-column {
		width: auto;
		margin-left: 0;
	}

	#content img.the-product {
		display: block;
		margin: 0 auto;
	}
	
	#more-info {
		max-height: none;
	}
	
	#more-info .row {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/interface/bg-footer.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/interface/bg-footer.png', sizingMethod='scale')";
	}
		
	form.contact-us {
		width: auto;
	}
	
	#more-info ul li.name, #more-info ul li.email {
		width: 49%;
	}

	#footer {
		height: auto;
	}
	
}