/*
Theme Name: Wunder
Theme URI: http://umbrella.al/
Description: Wunder theme from <a href="http://umbrella.al/">Umbrella</a>
Author: Umbrella
Author URI: http://umbrella.al/
Version: 1.6.1
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

.linklove a, .linklove a:visited {display:none;}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky { color: #8e8e8e; }

.gallery {
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    border: 2px solid #f3f3f3;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}

.widget_links a, .widget_recent_entries a, .widget_meta a, .widget_search a, .widget_archive a, .widget_calendar a, .widget_nav_menu a, .widget_categories a, .widget_recent_comments a, .recentcomments {

	font-size: 12px;
	color: #8e8e8e;
	margin-bottom: 5px;
}

.widget_links a, .widget_recent_entries a, .widget_meta a, .widget_search a, .widget_archive a, .widget_calendar a, .widget_nav_menu a, .widget_categories a, .widget_recent_comments a {

	color: #e9673a;
}

.widget_links, .widget_recent_entries, .widget_meta, .widget_search, .widget_archive, .widget_calendar, .widget_nav_menu, .widget_categories, .widget_recent_comments {


}

.widget_calendar tr td {
	font-size: 12px;
	color: #8e8e8e;
	padding: 5px 10px;
}

#wp-calendar > caption {

	margin-bottom: 10px;
}

.widget_search input[type=text] {
	height: 26px;
	padding: 0px 10px;
	border: 1px solid #eaeaea;
	margin: 5px 0px;
}

.widget_search label {
	font-size: 12px;
	color: #8e8e8e;
}

.widget_search input[type=submit] {
	font-size: 12px;
	color: #8e8e8e;
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 10px 6px 10px;
	letter-spacing: normal;
	line-height: normal;
	cursor: pointer;
	border: none;
}

.widget_dynamic {
    float: left;
    display: inline;
    margin: 0px 10px 20px 10px;
}

.bypostauthor {

}

.right {float:left;width:70%;}
.left {float:left;width:30%;}

.default_page .tg {
margin-left:30px;
margin-right:30px;
}

a {
color: #e80077;
}
.default_page > h1 {
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.logo {
	margin-top: -23.5px;
}

.wpcf7-form {
margin-left: 10px;
}

.wpcf7-form p, .wpcf7-form strong, .wpcf7-form a {
display:block
}
.wpcf7-form-control-wrap {
 margin-bottom: 10px;
display:inline-block;
width:100%;
    
}

.wpcf7-form-control-wrap input,  
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
     width: 60%;
    padding: 10px 10px;
border: 2px solid #d4d4d4;
border-radius:0;
   
}