/*

Theme Name: PlasticSurgeryMontreal

Theme URI: http://underscores.me/

Author: Ceatus Media Group

Author URI: http://underscores.me/

Description: This is a theme for the plasticsurgerymontreal.com website coded by Ceatus Media Group 2014.

Version: 1.0

License: GNU General Public License

License URI: license.txt

Text Domain: plasticsurgerymontreal

Domain Path: /languages/

Tags:



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

Use it to make something cool, have fun, and share what you've learned with others.



 PlasticSurgeryMontreal is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.



Resetting and rebuilding styles have been helped along thanks to the fine work of

Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

and Blueprint http://www.blueprintcss.org/

*/

/* Gravity Form */
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    color: #fff;
    background: orange;
    text-transform: uppercase;
    border: 2px solid orange;
    max-width: 248px;
    width: 100%;
    height: 34px;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px !important;
}
#sidebarFormContainer {
    height: auto !important;
    margin-bottom: 20px;
    padding-right: 30px;
}
#sidebarFormContainer .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    max-width: 100%;
}

video{
	outline: none;
}
#fancybox-overlay{
    display: none !important;
}
.fancy-ico span {
    top:2px !important;
    left:2px !important
}
#contact-quick, #sidebar-contact, #virtual-contact {
    max-width: 505px;
}
.alert-banner {
    background-color: #3078CE;
    display: block;
    padding: 12px 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.alert-banner p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.alert-banner p a {
    color: #fff;
}
.consult-banner {
    background-image: url(/wp-content/themes/plasticsurgerymontreal/img/banner-background.png);
    background-size: cover;
    background-position: center;
    padding: 14px;
    width: auto;
    max-width: 1100px;
}
.post_thumbnail_container {
	height: auto !important;
}
#socialBlock .social-3 a:hover {
    background: url(//www.plasticsurgerymontreal.com/wp-content/themes/plasticsurgerymontreal/css/../img/social_sprite.png) -32px -29px no-repeat !important;
}
#footerSocialBlock .social-3 a:hover {
    background: url(//www.plasticsurgerymontreal.com/wp-content/themes/plasticsurgerymontreal/css/../img/social_sprite.png) -32px -29px no-repeat !important;
}

/* MA Review Power styling */
.review-heading {
    font-family: Arial, sans-serif !important;
    font-size: 2.25rem !important;
    line-height: 1.6 !important;
    color: #000 !important;
}

#sidebar_reviews{
    margin-bottom: 40px;
}
/* END Review Power Styling */
#menu-item-3435 a {
    margin-top: -5px;
    margin-left: -5px;
    display: block;
}
@media screen and (max-width: 1024px) {
    .alert-banner p {
        font-size: 12px;
    }
}
@media screen and (min-width: 768px) {
    .consult-banner .desktop {
        display: block;
        max-width: 661px;
        width: 100%;
        margin: auto;
    }
    .consult-banner .mobile {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .consult-banner .desktop {
        display: none;
    }
    .consult-banner .mobile {
        display: block;
        max-width: 364px;
        width: 100%;
        margin: auto;
    }
}