/*
Theme Name: Betheme-child
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Template: betheme
Version: 17.5

All css files are placed in /css/ folder
*/

input #nf-field-20 { 
/* Center the button */
 display: block;
 margin: auto;
 font-size: 18px;
 width: 50%;
 background-color: #0d4876;
 border: 1px solid #ffffff;
 border-radius: 9px;
 padding: 10px 20% 10px 20%;    /* Button size */
 box-shadow: 0px 1px 1px #444;  /* box effects */
}
input #nf-field-20:hover{
 background-color: #0e76bc;
 box-shadow: 1px 1px 2px #ccc;
 }

.link-content{display:block;padding-bottom:15px;width:100%;}
.link-content ul,li {list-style:none}
.link-content ul{list-style:none;overflow:hidden;width:100%;}
.link-content ul li{float:left;margin-right:16px;}
.link-content ul li a{display:block;overflow:hidden;text-align: center;height:25px;color:#444;font-size:12px;line-height:25px}
.link-content ul li img{float:left;margin:4px 8px 2px 6px;width:16px;height:16px;line-height:16px}
