/*-----------------------------------------------------------------------------------

TABLE OF CONTENTS:
1. Contact Form 7
2. Dribble Widget
3. Flickr Widget
4. Footer Widget
5. Search Form
6. Social

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
1. Contact form 7
-----------------------------------------------------------------------------------*/

div.wpcf7 {
	margin-top: 4em
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
	border: none;
	color: #88BB48;
	font-size: 1em;
	padding: 0px;
	text-align: left;
}

div.wpcf7-response-output {
    margin: 30px 0;
}

div.wpcf7-validation-errors {
	border: none;
	color: #E32F21;
}

form.invalid input.wpcf7-not-valid, .wpcf7-form.invalid textarea.wpcf7-not-valid,
.wpcf7-form input:focus:invalid:focus, .wpcf7-form textarea:focus:invalid:focus {
	border: 1px solid #E32F21;
}

span.wpcf7-not-valid-tip {
	display: none;
}

/*-----------------------------------------------------------------------------------
2. Dribbble widget
-----------------------------------------------------------------------------------*/

.thmlv-dribbble-shots li {
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
}

.thmlv-dribbble-shots li:nth-child(2n) {
	margin-right: 0px;
}

.thmlv-dribbble-shots a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

/*-----------------------------------------------------------------------------------
3. Flickr widget
-----------------------------------------------------------------------------------*/

.flickr_badge_image {
	background: #ff0084 url('../images/flickr-overlay.png') no-repeat center center;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin: 0 2% 2% 0;
	vertical-align: top;
	width: 15%;
	zoom: 1;
}

.flickr_badge_image:nth-of-type(6n) {
	margin: 0 0 2%;
}

.flickr_badge_image:nth-child(odd) {
	background: #0063dc url('../images/flickr-overlay.png') no-repeat center center;
}

.flickr_badge_image a img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: auto;
	opacity: 1;
	transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.flickr_badge_image a:hover img {
	opacity: 0;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
}

@media ( max-width : 767px ) {
	footer .flickr_badge_image {
		margin: 0 2% 2% 0;
		width: 32% !important;
	}
	
	footer .flickr_badge_image:nth-of-type(3n) {
		margin: 0 0 2% !important;
	}
	
}

/*-----------------------------------------------------------------------------------
4. Footer widget
-----------------------------------------------------------------------------------*/

#thmlvFooter .widget {
	font-size: 0.875em;
	padding-bottom: 1.75em;
	padding-top: 1.75em;
}

#thmlvFooter .thmlvWidgetTitle {
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 1em;
	margin-top: 0;
}

/*-----------------------------------------------------------------------------------
5. Search form
-----------------------------------------------------------------------------------*/

#searchform fieldset {
	position: relative;
}

#searchform #s {
	border: 1px solid rgba(100, 100, 100, 0.1);
	padding-right: 55px;
	width: 100%;
}


#thmlv-search-submit {
	position: absolute;
	right: 0;
	text-align: center;
	top: 0px;
	width: 4em;
}

#thmlv-search-submit .fa {
	font-size 0.875em;
	left: 0;
	line-height: 3.666em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

#thmlv-search-submit input[type="submit"] {
	background: transparent;
	border-radius: 0;
	color: #555555;
	height: 100%;
	margin: 0;
	text-indent: -999px;
	padding: 0;
	position: relative;
	width: 100%;
}

/*-----------------------------------------------------------------------------------
6. Social
-----------------------------------------------------------------------------------*/

.oslo-widget-social a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #333333;
	color: #ffffff;
	display: inline-block;
	font-size: 1em;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 10px 0;
	text-align: center;
	transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	width: 36px;
}

.oslo-widget-social a.behance {
	background: #1769ff;
}

.oslo-widget-social a.dribbble {
	background: #ea4c89;
}

.oslo-widget-social a.facebook {
	background: #3B5998;
}

.oslo-widget-social a.flickr {
	background: #0063dc;
}

.oslo-widget-social a.foursquare {
	background: #F94877;
}

.oslo-widget-social a.git {
	background: #0f0d0e;
}

.oslo-widget-social a.google {
	background: #C63D2D;
}

.oslo-widget-social a.instagram {
	background: #4E433C;
}

.oslo-widget-social a.linkedin {
	background: #4875B4;
}

.oslo-widget-social a.pinterest {
	background: #C9232D;
}

.oslo-widget-social a.skype {
	background: #00aff0;
}

.oslo-widget-social a.soundcloud {
	background: #ff3300;
}

.oslo-widget-social a.rss {
	background: #FF6600;
}

.oslo-widget-social a.tumblr {
	background: #2B4964;
}

.oslo-widget-social a.twitter {
	background: #33CCFF;
}

.oslo-widget-social a.vimeo {
	background: #86B32D;
}

.oslo-widget-social a.youtube {
	background: #CD201F;
}