4/*
 * Theme Name: Quform Relicka
 * Version: 1.0 (For Quform PHP)
 */


/*****************************************************
1: Form heading and description
******************************************************/
/*Set global fonts*/
.quform-theme-relicka {
	font-family: 'Montserrat', sans-serif;
}
/*Form Heading*/
.quform-theme-relicka h3.quform-title {
font-family: 'Montserrat', sans-serif;
}
/*Form description*/
.quform-theme-relicka p.quform-description {
	font-family: 'Montserrat', sans-serif;
}

/*****************************************************
2: Elements and labels
******************************************************/

/*Required - this is the text that is used to indicate a required field*/
.quform-theme-relicka .quform-element label span.quform-required {
    color: #cc0101;
    float:left;
}
/*Element description*/
.quform-theme-relicka .quform-element p.quform-description {

}
/*Default state input, selects and textareas*/
.quform-theme-relicka .quform-elements .quform-element-text input,
.quform-theme-relicka .quform-elements .quform-element-captcha input,
.quform-theme-relicka .quform-elements .quform-element-password input,
.quform-theme-relicka .quform-elements .quform-element select,
.quform-theme-relicka .quform-elements .quform-element textarea {
    float:left;
	width: 100%;
	background:#f4f4f4;
	margin-bottom:20px;
	font-size: 12px;
	font-weight:700;
	height:50px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:30px;
	color:#999;
	border:0;
	-webkit-appearance: none;

}
.quform-theme-relicka .quform-elements .quform-element select {padding: 1px;}
/*Fix Chrome select (no background image sorry!) Add a background color if you use a BG image for Select*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.quform-theme-relicka .quform-elements .quform-element select {

	}
}
/*Hover element*/
.quform-theme-relicka .quform-elements .quform-element-text input:hover,
.quform-theme-relicka .quform-elements .quform-element-captcha input:hover,
.quform-theme-relicka .quform-elements .quform-element-password input:hover,
.quform-theme-relicka .quform-elements .quform-element select:hover,
.quform-theme-relicka .quform-elements .quform-element textarea:hover {
	float:left;
	width: 100%;
	background:#f4f4f4;
	margin-bottom:20px;
	font-size: 12px;
	font-weight:700;
	height:50px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:30px;
	color:#999;
	border:0;
	-webkit-appearance: none;
}
/*Active element*/
.quform-theme-relicka .quform-elements .quform-element-text input:active,
.quform-theme-relicka .quform-elements .quform-element-captcha input:active,
.quform-theme-relicka .quform-elements .quform-element-password input:active,
.quform-theme-relicka .quform-elements .quform-element select:active,
.quform-theme-relicka .quform-elements .quform-element textarea:active {
	float:left;
	width: 100%;
	background:#f4f4f4;
	margin-bottom:20px;
	font-size: 12px;
	font-weight:700;
	height:50px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:30px;
	color:#999;
	border:0;
	-webkit-appearance: none;
}
/*Focused element*/
.quform-theme-relicka .quform-elements .quform-element-text input:focus,
.quform-theme-relicka .quform-elements .quform-element-captcha input:focus,
.quform-theme-relicka .quform-elements .quform-element-password input:focus,
.quform-theme-relicka .quform-elements .quform-element select:focus,
.quform-theme-relicka .quform-elements .quform-element textarea:focus {
	float:left;
	width: 100%;
	background:#f4f4f4;
	margin-bottom:20px;
	font-size: 12px;
	font-weight:700;
	height:50px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:30px;
	color:#999;
	border:0;
	-webkit-appearance: none;
}
/*Fix Chrome select (no background image sorry!) Add a background color if you use a BG image for Select */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.quform-theme-relicka .quform-elements .quform-element select {
	float:left;
	width: 100%;
	background:#f4f4f4;
	margin-bottom:20px;
	font-size: 12px;
	font-weight:700;
	height:50px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:30px;
	color:#999;
	border:0;
	-webkit-appearance: none;
	}
}

/* Default Label*/
.quform-theme-relicka .quform-element > .quform-spacer > label {

}
/*Tooltip icon*/
.quform-theme-relicka .quform-tooltip-icon {
	background: url(file:///D|/Web-Dev/Relicka/codecanyon-ddcDAWN8-quform-responsive-ajax-contact-form/resources/themes/blank/images/help-icon-light.png) no-repeat 0 0;
}
/*Select options*/
.quform-theme-relicka select option {
    padding-right: 10px;
}
.quform-theme-relicka select[multiple="multiple"] option {
    padding: 0 5px;
}
/*****************************************************
4: Captcha
******************************************************/

/*Refresh captcha icon background*/
.quform-theme-relicka .quform-captcha-inner {
	margin-top: 3px;
	border: 1px solid #ccc;
}
/*****************************************************
5: Element groups
******************************************************/

/*Group title & description wrap plain*/
.quform-theme-relicka .quform-group-style-plain > .quform-group-elements .quform-group-title-description-wrap {
	margin-bottom: 15px;
	padding-bottom: 5px;
    	width:100%;
	float:left;
	margin-top:30px;
}
/*Group title plain*/
.quform-theme-relicka .quform-group-style-plain > .quform-group-elements .quform-group-title {
	padding: 5px 0 0;
}
/*Group description plain*/
.quform-theme-relicka .quform-group-style-plain > .quform-group-elements p.quform-group-description {
	padding: 0;
}
/*IE fix for negative margins used below*/
.quform-theme-relicka .quform-group-style-bordered > .quform-group-elements {min-width: 1px;}
/*Group title & description wrap bordered*/
.quform-theme-relicka .quform-group-style-bordered > .quform-group-elements .quform-group-title-description-wrap {
	margin: -10px -10px 10px -10px;
	padding-bottom: 5px;
}
/*Group title bordered*/
.quform-theme-relicka .quform-group-style-bordered > .quform-group-elements .quform-group-title {

	padding: 5px 10px 0;
	margin: 0;
}
/*Group description bordered*/
.quform-theme-relicka .quform-group-style-bordered > .quform-group-elements p.quform-group-description {

	padding: 2px 10px 0;
	margin: 0;
}
/*Bordered style group*/
.quform-theme-relicka .quform-group-style-bordered > .quform-group-elements {

}
.quform-theme-relicka .quform-group-style-bordered > .quform-group-row {
}
/*One row inside a group*/
.quform-theme-relicka .quform-group-style-bordered > .quform-group-elements .quform-group-row {

	margin-bottom: 10px;
}
.quform-theme-relicka .quform-group-style-plain > .quform-group-elements .quform-group-row {
	background: none;
	margin-bottom: 0;
}
.quform-theme-relicka .quform-group-style-bordered .quform-group-row:last-child {
	background: none;
	margin-bottom: 0;
	border-bottom: none;
}

/*****************************************************
6: Submit button and related
******************************************************/
/*Note: Submit button has 3 parts; You only need to add styles to the Span and the Em, the Button part is just a container. */
.quform-theme-relicka .quform-submit button {border: 1px outset #ccc;} /* optional - IE7 fix */
/*Submit button wrap*//*You might want to use float:right here. Change loading icon wrap below too*/
.quform-theme-relicka .quform-submit-inner {}
/*Submit button hide*/
.quform-theme-relicka .quform-submit button {
	border: none;
	background: none;
	text-align: center;
	width: auto;
	overflow: visible;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	height: auto;
	cursor: pointer;
	max-width: 100%;
}
/*Submit button default state*/
.quform-theme-relicka .quform-submit button span {

}
/*Default*/
.quform-theme-relicka .quform-submit button span {

}
/*Hover*/
.quform-theme-relicka .quform-submit button:hover span {
}
/*Active*/
.quform-theme-relicka .quform-submit button:active span {
}
/*Default*/
.quform-theme-relicka .quform-submit button em {
	background: transparent; /* Add Right image*/
}
/*Hover*/
.quform-theme-relicka .quform-submit button:hover em {

}
/*Active*/
.quform-theme-relicka .quform-submit button:active em {

}
/*Loading the submit*//*You will want this float:right if the button is right*/
.quform-theme-relicka .quform-loading-wrap {margin-top: 9px;}
.quform-theme-relicka .quform-button-fat .quform-loading-wrap {margin-top: 18px;}
/*Loading gif image*/
.quform-theme-relicka .quform-loading-wrap .quform-loading {}
/*****************************************************
7: Messages for user
******************************************************/

/*Errors*/
.quform-theme-relicka .quform-errors > .quform-error {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-shadow: 1px 1px 0 #f3d6d4;
}
/*File upload errors*/
.quform-theme-relicka .quform-queue-errors-list > .quform-queue-error {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-shadow: 1px 1px 0 #f3d6d4;
}

/*Success message*/
.quform-theme-relicka .quform-success-message {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-shadow: 1px 1px 0 #e0fdc3;
}
/*****************************************************
8: Quform PHP specific
******************************************************/
/*Light close button*/
.quform-theme-relicka.quform-outer a.quform-cancel-button {
	background: url(file:///D|/Web-Dev/Relicka/codecanyon-ddcDAWN8-quform-responsive-ajax-contact-form/resources/themes/blank/images/close-light.png) no-repeat 0 0;
}

/*****************************************************
9: Responsive
******************************************************/
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Tablet Portrait and below (devices and browser) */
@media only screen and (max-width: 768px) {
	/* Make radio and checkboxes a bit easier to select on touch devices - Try using your input styles here! */
	.quform-theme-relicka .quform-options .quform-option {

	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

}
