/*  
Theme Name: customizr Gray Line Tour & Activities theme
Theme URI: http://www.grayline.ma
Description: Theme for Gray Line Morocco Tour & Activitis, designed to be used with the TourCMS Plugin for WordPress. This is a child theme for Gray Line theme based on customizr (the standard WordPress 3.0+ template).
Template: customizr
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Author: Salh based on TourCMS
Author URI: http://www.grayline.ma/

*/
@import url("../customizr/style.css");


/* Widgets */
li.widget_tourmap div {
	height: 200px;
}

li.widget_tourmap div iframe {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

/* TourCMS Widgets */

.tcmsWC ul {
margin-left: 0 !important;
}

/* Added by Salh for Booking iframe */

.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (min-width: 1080px) and (max-width: 1920px) {
.tc-header {
width: 1170px;
margin: 0 auto;
}
footer#footer {
width: 1170px;
margin: 0 auto;
}
.carousel-inner {
width: 1170px;
margin: 0 auto;
}
}

body.archive .tour h2 {
	font-size: 1.2em !important;
}

body.archive .tour .strike, .relatedItems .price .strike {
	color: #cf4504;
	text-decoration: line-through;
	font-size: 14px;
}

/*
Tour/Hotel page
* /

.mainprice {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
}

.booklink {
	text-align: right;
}

.booklink a {
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: white;
	background: black;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
}

.booklink a:hover {
	background: #ff4b33;
}

/ *
Hotel list
* /
body.archive .tour {
	margin: 12px 0 12px 0;
	background: #F2F7FB;
	background: #f5f3f3 url(images/grad.gif) top left  repeat-x;
	border: 1px solid #eee;
	padding: 05px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
	clear: left;
	width: 99%;
}
body.archive .tour p, body.archive .tour div {
	margin: 0;
}
body.archive .tour .photo {
	float: left;
	margin: 0 10px 0 0;
	font-size: 0.8em;
}

body.archive .tour .photo img {
	width:  130px;
}

body.archive .tour .fromprice {
	float: right;
	margin: 0;
}

body.archive .tour .desc {
	margin-left: 140px;
}


body.archive .tour .entry-summary {
	float: none; clear: none;
}

body.archive .tour a:link, body.archive .tour a:visited {
	color: black;
}
body.archive .tour a:hover {
	color: #ff4b33;
}

body.archive .tour .name  {
	clear: none; float: none;
}

body.archive .tour .price {
	font-weight: bold;
	font-size: 1.8em;
}
body.archive #content .tour p.booknow {
	position: relative;
	margin: 8px 0 0 0;
	text-align: right;
}

body.single-tour h1.entry-title{
	float: left;
}
*/