/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.2.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* body p {font-size:18px; font-weight:400} */

img.borderline {border-radius: 16px !important;}

.edgeless { padding-top: 0 !important; }
.edgeless .g-content { padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0 }


.edge10 { padding-top: 0 !important; }
.edge10 .g-content { padding-top: 10px; padding-bottom: 10px; margin-top: 0; margin-bottom: 0 }


a .g-menu-item-title {text-transform: uppercase;} 
a:hover .g-menu-item-title {color:#333;}
a:hover.g-menu-item-container {background:transparent !important;}
li:hover  {background:transparent !important;}
li.active  {background:transparent !important;}

p.footline a {color:#fff;}
p.footline a:hover {color:#edae26;}

a.smico {width:50px; height:50px; display: inline-block; border-radius:100%; background-color: #fff; transition: all .3s ease; text-size:0; margin: 0 3px}

a.smico:hover {background-color: #E06D05; transition: all .3s ease;}

a#ico_fb {background-image: url('/wp-content/uploads/2016/06/smicons.png'); background-position: 0}
a#ico_yt {background-image: url('/wp-content/uploads/2016/06/smicons.png'); background-position: -50px}
a#ico_in {background-image: url('/wp-content/uploads/2016/06/smicons.png'); background-position: -100px}
a#ico_tw {background-image: url('/wp-content/uploads/2016/06/smicons.png'); background-position: -150px}
a#ico_ig {background-image: url('/wp-content/uploads/2016/06/smicons.png'); background-position: -200px}

p.frontbut {text-align:center; border-radius: 20px;}

p.frontbut a {padding: 10px 15px; margin: 12px auto;  width:40%; max-width:180px; display:block; border-radius: 20px; background-color: #7c8f28; color:#fff; font-size: 20px; box-shadow: 0 1px 3px #333; box-sizing:border-box; transition: all .3s ease;}

p.frontbut a:hover {background-color: #E06D05; transition: all .3s ease;}