/*
Theme Name: 	Anderson Child
Theme URI: 		http://bypixels.com/themes/wordpress/anderson_demos/modern
Author: 		Breecode
Author URI: 	http://themeforest.net/user/breecode/portfolio
Description:	Child Theme for Anderson - Premium WordPress Theme
Template:		anderson
Version: 		1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@import url("../anderson/css/style.css");


/* ------- Insert custom styles below this line ------- */

#footer {background-color: #252525; color:#a0a0a0;}
.footer_icon li {float: left;
background: #212121;
border-radius: 200px;  list-style: none;
height: 45px;
width: 45px;
margin-right: 12px;
-moz-transition: .15s ease-in-out;
	-webkit-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	-ms-transition: .15s ease-in-out;
	transition: .15s ease-in-out;

}
.footer_icon li i {padding: 13px; color:#575757; font-size: 1.5em;}
.footer_adress i {margin-right:20px;}
.footer_adress li {margin-bottom: 10px;    list-style: none;}
.footer_icon li:hover {background-color: white;}
.footer_icon li:hover i {color: #161616;}
.col_footer{    float: left;
    width: 33.32%;
    padding: 0px 40px 0px 20px;
    padding-top: 60px;
    min-height: 320px;}
.col_footer.middle {border-right: 1px solid #2C2C2C;border-left: 1px solid #2C2C2C;  padding-bottom: 40px;}
.footer_logo { float: left; padding: 0px 30px 0px 0px;}
#footer h2 {color: white;
text-transform: uppercase; margin-bottom: 30px;}

#subfooter { background-color: #202020; font-size: 12px; padding: 20px 15px; color: #777777;}
#subfooter a { font-weight: bold;}
.by_author {float: right;}
.copyright {float: left;}

#footer a {color:#c4c4c4;}

#footer input, #footer textarea {background-color: #202020; border:1px solid #272727;outline: none;width: 100%; margin-bottom:10px; padding:10px 10px; font-size: 12px; font-weight: bold;}
#footer .submit_buttom {color:white; border:none; }

.main_nav li a {color:#ffffff;}
.main_nav li.active a, .main_nav li a:hover {color:#85a685;}