/*
Theme Name:         Rohvan Custom Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.4
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

a.reservations{
	border-style:solid;
	border-width:1px;
	border-color:#1d81a6;
	padding: 11px 11px;
}

a[href="https://www.tbdine.com/book/restaurant/rodneys-oyster-house-gastown?idApp=70146&language=en-us"] {
  border-style:solid;
	border-width:1px;
	border-color:#1d81a6;
	padding: 11px 11px;
}

.see-menu-btn-wrap{
	margin-top: -11px!important;
}

.popmake-content{
   text-align: center !important;
}
.popmake-content input.wpcf7-form-control.wpcf7-submit {
    background-color: #00b0c7;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 40px;
    border: 0;
    color: #fff;
    transition: .2s;
    display: table;
    margin: 0 auto;
    cursor: pointer;
}
.popmake-content input.wpcf7-form-control.wpcf7-submit:hover,
.popmake-content input.wpcf7-form-control.wpcf7-submit:focus{
    background-color: #17617d;
	outline: 0;
}
.popmake-content h4 {
	font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
.pum-container.pum-responsive {
	padding: 180px 88px 100px !important;
    background: url(assets/images/popup_bg.jpg) center bottom no-repeat #fff;
    background-size: cover;
}
.popmake-content .wpcf7 p {
   margin-bottom: 0;
}
.popmake-content input[type="email"],
.popmake-content input[type="text"]{
	width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 14px;
    margin-bottom: 12px;
    font-size: 14px;
}
.screen-reader-response {
    display: none;
}
.popmake-content span.wpcf7-not-valid-tip {
    color: red;
    font-weight: 400;
    margin: -5px 0 15px;
    display: block;
    text-align: left;
}
.popmake-content .wpcf7-response-output{
	font-weight: 400;
    margin-top: 15px;
}
.popmake-content .wpcf7-mail-sent-ok {
    color: #00b0c7;
}
.popmake-content .wpcf7-validation-errors {
    color: red;
}

@media only screen and (max-width:480px){

.pum-container.pum-responsive {
    padding: 160px 40px 100px !important;
}

}