/******************************************************************
SHORTCODES STYLES
******************************************************************/

/* Dropcap Shortcode */
.dropcap:first-letter {
	float: left; 
	font-size: 30px; 
	line-height: 38px; 
	text-align: center;
	color: #fff;
	background: #ddd; 
	height: 40px; 
	width: 24px;
	padding: 0 8px;
	margin-right: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
}

/* Highlight Shortcolde */
.highlighted {
	padding: 3px;
}

/* List Shortcode */
ul.quadro-list {
	margin: 20px 0;
	list-style: none;
}
ul.quadro-list li {
	padding: 5px 0 5px 25px;
}
ul.list-1 li { background: url(images/lists/1.png) no-repeat left center; }
ul.list-2 li { background: url(images/lists/2.png) no-repeat left center; }
ul.list-3 li { background: url(images/lists/3.png) no-repeat left center; }
ul.list-4 li { background: url(images/lists/4.png) no-repeat left center; }
ul.list-5 li { background: url(images/lists/5.png) no-repeat left center; }
ul.list-6 li { background: url(images/lists/6.png) no-repeat left center; }
ul.list-7 li { background: url(images/lists/7.png) no-repeat left center; }
ul.list-8 li { background: url(images/lists/8.png) no-repeat left center; }
ul.list-9 li { background: url(images/lists/9.png) no-repeat left center; }
ul.list-10 li { background: url(images/lists/10.png) no-repeat left center; }
ul.list-11 li { background: url(images/lists/11.png) no-repeat left center; }
ul.list-12 li { background: url(images/lists/12.png) no-repeat left center; }
ul.list-13 li { background: url(images/lists/13.png) no-repeat left center; }
ul.list-14 li { background: url(images/lists/14.png) no-repeat left center; }
ul.list-15 li { background: url(images/lists/15.png) no-repeat left center; }
ul.list-16 li { background: url(images/lists/16.png) no-repeat left center; }
ul.list-17 li { background: url(images/lists/17.png) no-repeat left center; }
ul.list-18 li { background: url(images/lists/18.png) no-repeat left center; }


/* Columns Shortcode */
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-thirds { width: 65.33%; }
.one-fourth { width: 22%; }
.three-fourths { width: 74%; }
.one-fifth { width: 16.8%; }
.two-fifths { width: 37.6%; }
.three-fifths { width: 58.4%; }
.four-fifths { width: 67.2%; }
.one-sixth { width: 13.33%; }

.one-half,
.one-third,
.two-thirds,
.one-fourth,
.three-fourths,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.one-sixth {
	float: left;
	margin: 0 4% 20px 0;
}

.last-column { margin-right: 0; }

/* Toggle Shortcode */
h3.toggle-title,
h3.toggle-open-title { 
	cursor: pointer; 
	margin: 10px 0;
	padding: 5px 0 5px 25px;
	background: url(library/images/plus.png) no-repeat left center;
}

h3.toggle-title.active, 
h3.toggle-open-title.active {
	background: url(library/images/minus.png) no-repeat left center;
	color: #111;
}

h3.toggle-title:hover,
h3.toggle-open-title:hover { 
	color: #111;
}

.toggle-content, 
.toggle-open-content {
	padding-bottom: 10px;
	margin: 0 0 10px 25px;
}

/* Tabs Shortcode */
.tabs-container {
	margin: 0 0 20px 0;
	clear: both;
	border: solid 1px #ddd;
}

ul.tabs-nav  {
	background: #f5f5f5;
	list-style: none;
	margin: 0;
}

.tabs-nav h4 {
	margin: 0;
}

.tabs-nav li {
	float: left;
	padding: 10px 20px;
}

.tabs-nav li:hover {
	background: #eaeaea;
}

.tabs-nav .selected { 
	background: #fff;
	border-bottom: solid 1px #fff;
}

.tabs-nav h4 a {
	color: #555;
}

.tabs-nav .selected h4 a { 
	color: #111;
}

.tab-content {
	padding: 20px;
	background: #fff;
}

/* Accordion Toggle Shortcode */
.accordion-wrapper {
	margin: 0 0 20px;
	border: solid 1px #ddd;
}

h4.accordion-toggle {
	background: #f5f5f5;
	color: #555;
	padding: 10px;
	margin: 0;
	border-bottom: solid 1px #fff;
	display: block;
	cursor: pointer;
}

h4.accordion-toggle:hover {
	background: #eaeaea;
}

h4.accordion-toggle.active {
	font-weight: normal;
	color: #111;
}

.accordion-container {
	padding: 15px 20px;
}

/* Call To Action Shortcode */
.call-to-action {
	background: #f8f8f8;
	border: 1px solid #ddd;
	clear: both;
	padding: 10px;
	margin: 0 0 20px;
}

.call-to-action p {
	float: left;
	width: 70%;
	margin: 20px 0 15px 20px;
	color: #555;
	font-weight: normal;
	line-height: 30px;
}

.call-to-action .btn-container {
	float: right;
	width: 20%;
	margin: 10px 20px 10px 0;
}

.call-to-action .btn-container button {
	width: 120px;
	float: right;
	-moz-box-shadow:    0 0 1px #000;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow:         0 0 1px #000;
}

/* Buttons Shortcode */
button {
	margin: 10px 0;
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
	border: none;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

button.small-button {
	font-size: 10px;
	padding: 5px 10px;
}

button.large-button {
	font-size: 18px;
	padding: 15px 25px;
}

button:hover {
	background-color: #555 !important;
}

/* Divider Shortcode */
.divider {
	margin: 20px 0;
	height: 1px;
	display: block;
	clear: both;
	border-bottom: solid 1px #ddd;
}


/******************************************************************
CONTACT FORM STYLES
******************************************************************/

#contact-form-shortcode p {
	overflow: hidden;
	margin-bottom: 10px;
}

	#contact-form-shortcode  label {
		padding: 0 0 0 17px;
		color: #333;
		letter-spacing: 1px;
	}
	
	#contact_name, #contact_email,
	#contact_subject, #contact-form-shortcode textarea {
		background: #eee;
	}

		#contact_name:focus, #contact_email:focus, #contact_subject:focus, 
		#contact-form-shortcode textarea:focus {
			outline: none;
			background: #eee;
		}
		
	#contact_name, 
	#contact_email, 
	#contact_subject {
		padding: 3px 6px;
		width: 178px;
		height: 24px;
		border: none;
	}

#contact-form-shortcode textarea {
	resize: none;
	line-height: 20px;
	padding: 5px 2%;
	padding: 5px 2%;
	width: 100%;
	height: 160px;
	border: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#contact-form-shortcode .sendbutton  {
	padding: 6px 15px;
	color: #fff;
	border: none;
	float: right;
}

#contact-form-shortcode textarea { margin-bottom: -10px; }


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

	.call-to-action p {
		width: 100%;
		margin: 0 auto 15px;
		text-align: center;
	}

	.call-to-action .btn-container {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.call-to-action .btn-container button {
		float: none;
	}

}

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

	.one-half, 
	.one-third, 
	.two-thirds, 
	.one-fourth, 
	.three-fourths, 
	.one-fifth, 
	.two-fifths, 
	.three-fifths, 
	.four-fifths, 
	.one-sixth {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
}