/*
Theme Name: Hotheme
Theme URI: http://www.hotheme.co
Author: Hipsta Cowboys
Author URI: http://www.hipstacowboys.com/
Description: Hotheme is a WordPress Hotel Theme designed by Hipsta Cowboys. Hotheme is nice, usable one purpose wordpress theme and execute the purpose perfectly.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: Hotheme
Tags: black, white, light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, post-formats, translation-ready, responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.with-sidebar .content {
	width: 63%;
}
.detail h1 {
float: left;
width: 100%;
font-size: 25px;
}

input[type='text'], input[type='email'], input[type='password'], textarea, select {border:1px solid #ba8749!important;}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
.with-sidebar .content {width:100%;}
input[type='text'], input[type='email'], input[type='password'], textarea, select {width:280px;}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) and (max-device-width : 480px){
/* Styles */
.with-sidebar, .sidebar {display:block; width:100%;}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
.about_text {margin-left:20px; width:420px;}
.with-sidebar, .sidebar {display:table-cell; width:63%;}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
.with-sidebar, .sidebar {display:table-cell; width:100%;}
}
