@import url('../responsive/style.css');

/*
Theme Name: Immortality Responsive Theme
Theme URI: 
Description: Responsive child-theme
Author: Carolina Stickley
Version: 1.0
Template: responsive 
Tags: 
*/

/* =Wrap edit
-------------------------------------------------------------- */
.main-nav #responsive_current_menu_item {
display: none;
}

#menu-navigation {
       width:1350px;
       margin-right: 28px; 
       margin-left: 168px;
       text-align: center;
}

#container {
	margin:0 auto;
	max-width:1280px;
	padding:0 25px;
}

#header #logo {
    float:none;
    text-align: center;
    height: 154px; margin-top: -14px; margin-bottom: 4px;
}

#header #social {
    float:right;
    text-align: center;
    padding: 95px 0 0 0;
    margin: 0 25px 0 -85px;
}

#header #social a img {
     padding-left: 5px;
     padding-right: 5px;
}
#header {
    background-color: transparent;
}
#header .menu {
    margin-top:3px;
}

.home #wrapper {
	background-color: #FFF;
	padding: 0 20px 20px;
	}

.home #content {
	margin: -11px 0px 20px;
	}
	
#wrapper {
    border: 0 solid #D6D6D6;
}    
	
.home #content {
	padding: 20px 0 0;
	}
	
.home #widgets {
    margin-top:100px;
}
.navigation {
    display:none;
}
.post-data {
    display:none;
}

h1, h2, h3, h4 {
font-family: Quattrocento, Times, "Times New Roman", serif;
}

.widget-wrapper {
	-webkit-border-radius:0px;
    -moz-border-radius:0px;
	background-color:transparent;
	border:1px solid #d6d6d6;
	border-radius:0px;
	font-size:13px;
	margin:0 0 20px;
	padding:20px;
}
.widget-title, .widget-title-home h3 {
	color: #006cb5;
}

.breadcrumb-list {
  display:none;
}

/***** Button ********************/
A.blue:link, A.blue:visited {
    color: #FFFFFF;
}

A.blue:hover {
 color: #f4c145;
}

.blue {
    background: -moz-linear-gradient(center top , #5da0cd , #006cb5) repeat scroll 0 0 transparent;
    border: 1px solid #093058;
    color: #a5d6f7;
}
.button {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 16px/100% Arial,Helvetica,sans-serif !important;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    vertical-align: baseline;
}

/* =Primary Menu
-------------------------------------------------------------- */

	
.menu {
	background-color:#fefefe;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fefefe));
	background-image:-webkit-linear-gradient(top, #fefefe, #fefefe);
	background-image:-moz-linear-gradient(top, #fefefe, #fefefe);
	background-image:-ms-linear-gradient(top, #fefefe, #fefefe);
	background-image:-o-linear-gradient(top, #fefefe, #fefefe);
	background-image:linear-gradient(top, #fefefe, #fefefe);
	clear:both;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#fefefe);
	margin:0 auto;
	margin-top:3px;
	width:85%;
}	
	
.menu {
	background-color:#fefefe;
}

.menu a {
    border-left:1px solid #585858;
    color:#006cb5;
    display:block;
    font-size:16px;
    font-weight:700;
    height:45px;
    line-height:45px;
    margin:0;
    padding:0 0.9em;
    position:relative;
    text-decoration:none;
    text-shadow:0 1px 1px #7f7f7f;
}


.menu a:hover {
	background-color:#fefefe!important;
	background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(30,87,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(30,87,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(30,87,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}



.menu .current_page_item a {
	background-color:#006cb5;
	color:#fefefe;
}

.menu .current_page_item li a,  .menu .current_page_item li a:hover{
	background-color:#006cb5;
	color:#444444;
}

.menu ul ul {
    color: #444444;
} 
.sub-menu a {
    color:#444444!important;
}

.home .menu .current_page_item a {
	background-color:#fdfdfd!important;
	color:#006cb5;
	text-shadow:0 1px 1px #7f7f7f;
}

#no-bullet-list {
    list-style-type: none;
}

h6.noarrow {
    color:#0066CC;
    padding: 0px !important;
    text-transform: none !important;
}

/* Widget Menu
----------------------------------------------------------
.widget-wrapper .menu {
	background-color:#fefefe;
}

.widget-wrapper .menu a:hover {
	background-color:#C9C9C9;

}

.widget-wrapper .menu .current_page_item a {
	background-color:#dcdcdc;
}

.widget-wrapper .home .menu .current_page_item a {
	background-color:transparent;
}

.widget-wrapper .menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.widget-wrapper .menu li {
	border:0;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}
---- */

#widgets .tagcloud, #widgets .textwidget {
    line-height: normal;
    word-wrap: break-word;
}

/* Widget Menu
----------------------------------------------------------
#footer {
	background-image: url("http://localhost:8888/immortality/wp-content/uploads/2012/10/footerbg.jpg");
}

---- */

#footer {
	color: #5c5c5c;
    font-size:13px;
    font-family:Verdana, Geneva, sans-serif;
    text-transform:uppercase;
}

#footer a{
	color: #5c5c5c;
}

#footer .widget-wrapper {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    background-color: transparent;
    border:0;
    border-radius:0;
    margin:0 ;
    padding:0;
    font-size:11px;
}


/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
    
    body {}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

    body {}
	
    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
	
	.home #widgets {
		margin-top: 40px;
	}
    
    #widgets.top-widget,
    .home #widgets.top-widget {
        margin-top: 0 !important;
    }
    
}

@media screen and (max-width: 650px) {

    body {}

    #logo {
	    float: none;
        margin: 0;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
    
    .top-widget {
        clear: none;
        float: none;
        margin: 0 auto 10px auto;
        text-align: center;
    }
    
    .top-widget .widget-title {
        text-align: center;
    }
	
    .js .menu,
	.js .sub-header-menu {
		display: none;
	}
	
	.top-menu, 
	.footer-menu li {
	    float: none;
        font-size: 11px;
	    text-align: center;
    }
	
	.tinynav { 
	    display: block;
		margin: 0 auto;
		width: 100%;
	}
	
	.tinynav {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background: #fff url(images/bg-select.png) no-repeat right;
		border: 1px solid #ccc;
        font-size: 12px;
		overflow: hidden;
		padding: 0.5em 1em 0.5em 0.75em;
	}
	
	.ie7 .tinynav,
	.ie8 .tinynav {
		padding-right: 10px;
	}
	
	.ie9 .tinynav  {
		padding-right: 8px;
	}
	
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
	    text-align: center;
    }
}

@media screen and (max-width: 480px) {

    body {}

    #logo {
	    float: none;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
	}
	
	.featured-title {
	    font-size: 40px;
	    padding: 40px 20px 0 20px
    }
    
    .navigation .next,
    .navigation .previous {
        text-align: center;
    }
	
    .menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
	    float: none;
	    text-align: center;
    }
	
    #footer {
    
	    text-align: center;
    }

    #footer .social-icons {
	    text-align: center;
    }
   
}

@media screen and (max-width: 320px) {
    
    body {}
	
	#featured p {
	    font-size: 12px;
		line-height: 1.2em;
    }

    .featured-title {
	    font-size: 35px;
    }
	
	.featured-subtitle {
		font-size: 15px;
	}

    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }
}

@media screen and (max-width: 240px) {
    
    body {}
	
	#featured p {
	    font-size: 11px;
		line-height: 1.1em;
    }

    .featured-title {
	    font-size: 20px;
    }
	
	.featured-subtitle {
		font-size: 11px;
	}

    .call-to-action a.button {
	    font-size: 12px;
	    padding: 5px 15px;
    }
    
    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: center;
    }
}

.em-booking-form-details {
    float: left;
    padding: 10px;
    width: 435px !important;
}