/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


   #poly-button {
    position: fixed;
	display:inline;
    bottom: 10px;
    right: 10px;
    background-color: rgb(255, 205, 29);
    color: rgb(11, 54, 112);
    /* padding: 10px 20px; */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100%;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    padding: 0;
	font-family: 'Maitree';
}  



@media (min-width: 767px) {
	#poly-button {
		display:none;
	}
}

.footer_bottom {
    padding: 2em;
}


@media (max-width: 767px) {
   #poly-button {
        left: 0;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0;
        bottom: 0;
        height: unset;
        width: 100%;
        line-height: 2.5;
        font-size: 25px;
    }
	
	.footer_bottom {
    padding-bottom: 7em;
}
}

ul#menu-menu-1 {
    padding-left: 12px;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
}

.register-cta h2, .register-cta .register-button {
    display: none !important;
}