/*
Theme Name:     Travelify Child
Theme URI:      http://colorlib.com/
Description:    Child theme for the Travelify theme
Author:         Aigars Silkalns
Author URI:     http://colorlib.com/
Template:       travelify
Version:        2.0
*/


/**
 * Don't touch this
 */
@import url("../travelify/style.css");


/**
 * Your custom CSS code goes here
 */
.form-allowed-tags {
	display: none;
}

.hgroup-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

#site-logo {
	margin-top: 0px;
}

#main-nav {
    display: none;
}

#main {
	background: #d8d8d8;
}

.wrapper {
	background-color: transparent;
}
#branding {
	background: #ffffff;
	border-bottom: 10px solid #57ad68;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
body {
	border-top: 0px;
}

#secondary {
	float: left;
	margin-left: 2.06%;
	width: 32.28%;
}

.widget {
	margin-bottom:15px;
}

img.alignleft,img.alignright,img.aligncenter {
	margin-bottom: 5px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 5px;
}