/*!
Theme Name: Default Responsive Boat Deck
Theme URI: http://boatdeck.com.au/
Author: Santo
Author URI: http://www.softwareseni.co.id/
Description: Boat Deck will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout
Text Domain: boatdeck

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

/**Footer social icons css**/


    
   #social-news {
	margin-top: -150px;
    }
    
    
@media (max-width: 768px) {
    
    #social-news {
	margin-top: 0;
    }

}




.fa-2x {
    font-size: 1.8em !important;
    border-radius: 30px;
    border: solid #ffff;
    color: #000;
    background: #fff;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    padding: 5px;
   
}

.fa-2x:hover {
    color: #ba7c58;
    border: solid #ba7c58;
}

input::placeholder {
  font-family: "metricweb-light" !important;
}