/*
Theme Name: Your Child Theme
Description: This is an example of a blank Gnar child theme.
Author: Your name here
Template: gnar
*/

/* Your custom CSS here */
.site-header.edgy > .wrap .header-logo, .site-header.bold > .wrap .header-logo  {padding: 0;}
.header-logo.header_logo.header_logo_image.mobile-logo .tb-image-logo img { width: 216px;}

.tb-scroll-effects.desktop .element-section > .element-content, .tb-scroll-effects.desktop .element-section > .element-columns .element-content, .tb-scroll-effects.desktop .element-section > .element-columns .element-icon_box {
    opacity: 1;
    -webkit-transform: scale(1,1) translate3d(0,0,0);
    transform: scale(1,1) translate3d(0,0,0);
}

/***** BOUTON SHORTCODE STYLE *****/

.action-button a:link, .action-button a:visited {
       border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
       display: inline-block;
       font: 700 16px Arial, Sans-Serif;
       margin: 0 10px 20px 0;
       padding: 14px 18px;
       text-align: center;
       text-decoration: none;
       box-shadow:none;
       text-transform: uppercase;
       
}

.action-button .subtitle {
       display: block;
       font: 400 11px Arial, Sans-Serif;
       margin: 5px 0 0;
}

.blue-button a:link, .blue-button a:visited {
       background-color: #23a6c2;
       color: #FFF;
}

.blue-button a:hover {
       background-color: #68A9C8;
       color: #FFF;
}