
/*
 	THeBlogger SHORTCODES STYLES 
*/

/* BUTTONS */
input[type=submit],
input[type=button],
button,
a.button {
 	display: inline-block; position: relative; padding: 14px 26px; margin-bottom: .25em; font-size: 11px; letter-spacing:  1px; text-transform: uppercase; line-height: 1.2; outline: 0; border: 2px solid #333; color: #333; text-shadow: none; background: none; border-radius: 0;
	}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.button:hover {
 	color: #fff; background-color: #333; border-color: transparent;
	}
input[type=submit]:active,
input[type=button]:active,
button:active,
a.button:active {
	-webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
	}
/* Large Buttons */
input[type=submit].big,
input[type=button].big,
button.big,
a.button.big {
 	font-size: 13px; padding: 1.6em 2.8em;
	}
/* Small Buttons */
input[type=submit].small,
input[type=button].small,
button.small,
a.button.small {
 	padding: .6em 1.4em; font-size: 11px;
	}
/* Buttons with icons */
input[type=submit] i,
input[type=button] i,
button i,
a.button i {
 	display: inline; line-height: 1; font-size: 16px; font-weight: bold; margin-right: .4em; margin-left: -0.35em; margin-bottom: -1em; vertical-align: middle;
	}
input[type=submit].big i,
input[type=button].big i,
button.big i,
a.button.big i {
 	top: .7em; left: 1.2em; font-size: 18px;
	}
.button + .button {
    margin-left: 1.4em;
	}

/* TABS */
.tabs {
 	margin-bottom: 2em;
	}
	.tabs .tab-titles {
 		padding: 0; margin: 0 0 0px 0; font-size:  10px; letter-spacing: 1px; text-transform: uppercase;
		}
		.tabs .tab-titles li {
 			display: inline-block; margin-bottom: 0px;
			}
			.tabs .tab-titles li a {
 				display: inline-block; padding: 6px 12px; color: inherit; font-weight: bold; border: 0; cursor: pointer; background: #fff;
				}
			.tabs .tab-titles li a.active {
                background: rgba(33, 41, 51, 0.07);    
				}
		.tabs .tab-content > div {
 			padding: 1.2em 0; display: none;
			}
			
/* TOGGLES */
.toggle-group {
	margin-bottom: 2em;
	}
	.toggle h4 {
        position: relative; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; border-left: 0; padding: 12px 0 12px 24px; margin: 0; cursor: pointer; 
		}
	.toggle h4.active {
 		 border-bottom: 0;
		}
	.toggle h4:before {
 		content: "\e823"; opacity: .6; position: absolute; top: 1em; left: 0; font-size: 14px; line-height: 1;
		}
	.toggle h4.active:before {
 		content: '\e89e'; color: #333;
		}
	.toggle .toggle-content {
        display: none; padding: 4px 0 14px 22px;
		}
	.toggle-content p:last-child {
		margin-bottom: 0;
		}
		
/* ALERTS */
.alert {
    position: relative; padding: 1em 2.2em; line-height: 1.4; margin-bottom: 2em; border: 2px solid #ddd;
	}
.alert.success {
    border-color: #8EE1A8;
	}
.alert.error {
 	border-color: #FF6140;
	}
	
/* CONTACT FORM */
.contact-form {
 	margin: 1.6em auto 2em auto; max-width: 600px; overflow: auto;
	}
	.contact-form p {
		margin: 1.2em 0;
		}	
	.contact-form p:last-child {
		text-align: center;
		}	
	.contact-form input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
	.contact-form textarea {
		width: 100%; max-width: none; display: block; 
		}
	.contact-form textarea {
		height: 100px;
		}
	.contact-form .antispam { 
		display: none; 
		}
    .submit {
        position: relative; overflow: hidden; 
        }
    .submit .submit-label {
        position: relative; display: inline-block;
        }
    .submit.active .submit-label {
		opacity: 0;
        }
    .submit .submit-status {
        position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;
        }
    .submit.loading .submit-status {
        background: url(../images/bckg/loading.gif) center center no-repeat; background-size: 77px 7px;
        }
    .submit.active .submit-status {
        opacity: 1;
        }
    .submit .submit-status:before { 
        font-family: "fontello"; line-height: 40px; 
        }
    .submit.success { 
        color: #096; border-color: #096;
        }
    .submit.error { 
        color: #FF6140; border-color: #FF6140;
        }
    .submit.success .submit-status:before { 
        content: '\e85b'; 
        }
    .submit.error .submit-status:before { 
        content: '\e85d'; 
        }	

/* SOCIAL LINKS */
html a.social-link {
	display: inline-block; padding: 0; margin: 0 .25em .5em 0; text-align: center; font-size: 14px; font-family: "fontello"; width: 40px; line-height: 40px; color: #555; background: #fff;  border-radius: 50%;
		}
html a.social-link:hover {
	color: #fff; background: #444; border-color: transparent;
	}
	.social-link.facebook:before {
		content: '\e825'
		}
	.social-link.twitter:before {
		content: '\e826'
		}
	.social-link.flickr:before {
		content: '\e835'
		}
	.social-link.rss:before {
		content: '\e82f'
		}
	.social-link.dribbble:before {
		content: '\e82c'
		}
	.social-link.lastfm:before {
		content: '\e82e'
		}
	.social-link.linkedin:before {
		content: '\e827'
		}
	.social-link.vimeo:before {
		content: '\e830'
		}
	.social-link.forrst:before {
		content: '\e831'
		}
	.social-link.skype:before {
		content: '\e832'
		}
	.social-link.picasa:before {
		content: '\e833'
		}
	.social-link.tumblr:before {
		content: '\e836'
		}
	.social-link.behance:before {
		content: '\e82b'
		}
	.social-link.blogger:before {
		content: '\e837'
		}
	.social-link.delicious:before {
		content: '\e838'
		}
	.social-link.digg:before {
		content: '\e839'
		}
	.social-link.friendfeed:before {
		content: '\e83a'
		}
	.social-link.github:before {
		content: '\e82a'
		}
	.social-link.wordpress:before {
		content: '\e83b'
		}
	.social-link.google-plus:before {
		content: '\e828'
		}
	.social-link.youtube:before {
		content: "\e834"
		}
	.social-link.pinterest:before {
		content: "\e829"
		}
	.social-link.instagram:before {
		content: "\e82d"
		}
	.social-link.stack-overflow:before {
		content: "\e83c"
		}
	.social-link.foursquare:before {
		content: "\e83d"
		}
	.social-link.xing:before {
		content: "\e83e"
		}
	.social-link.weibo:before {
		content: "\e83f"
		}
	.social-link.soundcloud:before {
		content: "\e840"
		}
	.social-link.fivehundredpx:before {
		content: "\e841"
		}
	.social-link.slideshare:before {
		content: "\e842"
		}
	.social-link.vine:before {
		content: "\e863"
		}
	.social-link.vkontakte:before {
		content: "\e846"
		}
	.social-link.paypal:before {
		content: "\e8b9"
		}
	.social-link.spotify:before {
		content: "\e8ba"
		}
	
	

/* TABLETS */
@media screen and (min-width: 768px) {
	    
    /* CONTACT FORM */
	.contact-form p {
		width: 50%; float: left;
		}
	.contact-form p:nth-of-type(1) {
		padding-right: 16px;
		}
	.contact-form p:nth-of-type(2) {
		padding-left: 16px;
		}
	.contact-form p:nth-of-type(2) label.error {
		left: 26px;
		}
	.contact-form p:nth-of-type(n+3){
		 width: 100%;
		}
}