/*
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
*/


/**
 * Your custom CSS code goes here
 */
.form-allowed-tags {
	display: none; 
}

/*Header Title and description*/
/*let header sit on top of the header image*/
.hgroup-wrap {
	margin-top: -20px;
	position: absolute;
	z-index: 21;
	background: transparent;
}
/*make header title to pop out a little bit*/
.hgroup-wrap a {
	color: #ff7700;
	font-weight: bold;
	letter-spacing: 3px;
	text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff, 0px 0px 15px #000, 0px 0px 20px #000;
}
#site-description {
	color: white;
}

/* Header image */
#header-image {	
	margin-top: -20px;
	position: relative;
	z-index: 1;
}

/* Move the extra widget area to the right of the page*/
.my-extra-widget {
	float: right; 
	height: 10;	
	margin-top: -30px;
	z-index: 100;
	position: relative;
}
.wpglobus-selector-link {	
	margin-right:10px;
	color:white;
}
.wpglobus_flag_ru {
	margin-top:10px;	
}
/*span[class="name"], span[class="code"]{
	margin-top:-20px;
	position:relative;
}
*/

/* Add borders to all WordPress-added images but not things like badges and icons and the like #4d2e00;*/
img[class*="align"],img[class*="wp-image-"] {
	
	box-shadow:0 0 0 1px #5c4833, 0 0 0 8px #eee;
	border:15px solid #fefefe;
	margin-top:10px;
}

/*site width increase outer*/
.wrapper {
    max-width: 1066px;
}
/*inner*/
.container {
	margin: 0 auto;
	max-width: 1026px;
}

@media only screen and (max-width: 767px) {
	.my-extra-widget {
 		position:absolute;
		height: 10;	
		margin-top:-150px;
		z-index:100;
		float: right;		
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.my-extra-widget {
		float: right; 
		height: 10;	
		margin-top:-150px;
		z-index:100;
		position:absolute;
	}
}
/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
	.one-column-template .wrapper,.wrapper,.one-column-template .container,.container {
		width: 95%;
	}
	
	.my-extra-widget {
		float: right; 
		height: 10;	
		margin-top:-120px;
		z-index:100;
		position:absolute;
	}
}

/*
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
*/
