/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 5.9
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.bg-cover{
background-size: cover;
}
form.homeSignUpForm{
width:100%;
float:none;
display:block;
}
.homeSignUp{
width: 300px;
margin: 0 10px 20px 0;
padding: 15px 12px;
border: 0;
outline: 0;
resize: none;
font-size: 13px;
line-height: 17px;
background-color: #fff;
color: #818181;
font-family: 'Raleway';
font-weight: 400;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.homeSignUp:focus{
border:1px solid #e04f00;
}



.homeSignUpBtn{
display: inline-block;
width: 150px;
height: 42px;
line-height: 42px;
margin: 0;
padding: 0 23px;
border: 2px solid #ffffff;
font-size: 13px;
font-weight: 700;
font-family: inherit;
text-align: center;
color: #ffffff;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
outline: 0;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
background-color: transparent;
-webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
transition: color .1s linear,background-color .1s linear,border-color .1s linear;
-webkit-box-sizing: initial!important;
-moz-box-sizing: initial!important;
box-sizing: initial!important;
}

.homeSignUpBtn:hover{
background:#ffffff;
color:#e04f00;
}

.bg-cover-book{
background-size: cover;
}

.side_menu_button a:last-child{
display:none;
}

@media only screen and (max-width: 768px){
.bg-cover-book{
background:#005ba4 !important; 
}
.touch .carousel-inner .item{
height:620px !important;
}
.carousel.full_screen{
height:auto !important;
}
}

@media only screen and (max-width: 480px){
.touch .carousel-inner .item{
height:660px !important;
}
}