/*
 Theme Name:   Creative Kamailio World
 Theme URI:    http://www.kamailioworld.com/
 Description:  Theme for Kamailio World based on Creative
 Author:       Daniel-Constantin Mierla
 Author URI:   http://www.asipto.com/
 Template:     creative
 Version:      0.1.0
*/

@import url("../creative/style.css");

.logo h1 { font-size: 18px; }
.post-header h2 { font-size: 20px; }

.slogan h2 {
	font-size: 24px;
	text-shadow: 2px 2px #444444;
}

.post-content a:hover { 
	background-image: none !important;
	border-bottom:1px dotted #eeeeee;
}

/* slider */
.sp-black {
	text-shadow: 2px 2px #222222;
	background: rgb(160, 160, 160) !important;
	background: rgba(160, 160, 160, 0.6) !important;
}

.sp-black p {
	font-size: 16px !important;
}

#example3_14 .desc-in-bg {
	font-size: 16px !important;
}

.pattern-overlay .container .row h2 {
	/* display: none; */
	font-size: 20px !important;
}

/* Add Drop Shadow, Rounded Corners, and Background to Contact Form 7 */
.wpcf7 input, textarea {
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0 10px 10px 0;
	padding: 8px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 2px 2px #ddd;
	-moz-box-shadow: 0 2px 2px #ddd;
	-webkit-box-shadow: 0 2px 2px #ddd
}

/* Adjusting Widths for Input and Text Area fields to Contact Form 7 */

.wpcf7 input {
	width: 400px;
}

.wpcf7 textarea {
	width: 400px;
}

.wpcf7 input[type="submit"] {
	background: #219b30;
	border: 1px solid #237725;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
	text-shadow: -1px -1px #1c5d28;
	text-transform: uppercase;
	width: auto
}

input.wpcf7-form-control.wpcf7-submit input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	background-color: #31bb30;
}

input.wpcf7-form-control.wpcf7-submit{
	margin-bottom: 20px;
	width: 100px;
}
