/*
Theme Name: Poco Inn & Suites
Theme URI: http://www.graphicallyspeaking.ca
Author: Graphically Speaking
Author URI: http://www.graphicallyspeaking.ca/
Description: GSSI Starter theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gssi
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.

*/
@media (min-width: 640px) {
    #gform_wrapper_1 .gfmc-row-1-column ul,
    #gform_wrapper_3 .gfmc-row-1-column ul {
        height: 667px;
    }
}

.qr-code {
  text-align: center;
  padding-top: 20px;
}

.qr-code img {
  display: block;
  margin: 0 auto;
}

.aeroplan {
    display: inline-block;
    float: left;
    width: calc(50% - 17px);
}

.aeroplan img {
    display: block;
    margin: 0 auto;
    max-width: 140px;
    height: auto;
}

/* header and footer changes */
.header-main .lang-switch .manage-res{
    border: solid 1px #c3a05f;
    border-radius: 3px;
    padding: 0;
    position: relative;
    top: -4px;
    margin-right:4px;
    
}
.header-main .lang-switch .manage-res a{
    color: #646464;
    font-size: 14px;
    display: block;
    padding: 5px;
    font-weight: 400;
    text-transform: capitalize;
}
.header-main .lang-switch .manage-res a:hover{
    color: #fff;
    background:#c3a05f ;
}
.header-main .lang-switch:before{
    padding-right: 30px;
    text-align: right;
}
#text-3,
#text-4
{
    display: none !important;
}
.book-direct {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    border: solid 1px #fff;
    overflow: hidden;
    padding: 10px 11px 0 11px;
    
}
.aeroplan{
    margin:7px 0 16px;
}

@media only screen and (min-width: 768px) {
    .f-w1 .widget-area .social-links{
        margin: 0;
    }
}
@media only screen and (max-width: 959px) {

    #mainnav .lang-switch ul{
        padding-bottom: 8px;
    }
    
    #mainnav .lang-switch .manage-res{
        border: solid 1px #c3a05f;
        border-radius: 3px;
        padding: 0;
        position: relative;
        top: -4px;
        margin-right:13px;
        float: right;
    }
    #mainnav .lang-switch .manage-res a{
        color: #646464;
        font-size: 14px;
        display: block;
        padding: 5px;
        font-weight: 400;
        text-transform: capitalize;
    }
    #mainnav .lang-switch .manage-res a:hover{
        color: #fff;
        background:#c3a05f ;
    }
}

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

    .aeroplan {
        margin: 0 0 20px;
        width: 100%;
        order: -1;
    }

    .book-direct{
        order: -1;
        margin:0 auto 35px;
        padding: 14px 25px 5px 25px;
        max-width: 255px;
    }
    
}
