/*
Theme Name: Arkfield Child
Theme URI: http://pikarthouse.com/wp/arkfield/
Author: Pikarthouse
Author URI: http://pikarthouse.com/
Template: arkfield
Description: ARKFIELD is an easy-to-use and elegant theme conceived for creative people who aim to show their portfolio.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, dark, light, one-column, two-columns, three-columns, four-columns, responsive-layout, flexible-header, custom-colors, custom-menu, featured-images, post-formats, rtl-language-support, theme-options, translation-ready, photoblogging
Text Domain: arkfield-child
*/

/* Add your custom CSS rules that overwrite the ones in the Arkfield main theme */
#menu-social-media{
    display: inline-block;
}
.navigation--social{
    position: relative;
} 
#msls{
    display: inline-block;
    z-index: 10;
}
#msls a{
    display: table-cell;
    height: 6rem;
    vertical-align: middle;
    padding:0 4px;
}
#msls a.current_language{
    color: #FF6600;
}
.menu--main a{
    width: 150px;
    font-size: 14px;
}
#site-footer{
    padding: 40px 0;
}

.pikode.row.client-list{}	 	 
@media screen and (max-width: 720px) {	 	 
    .pikode.row.client-list .pikode--column--3 {	 	 
        width: 50% !important;	 	 
    }	 	 
}	 	 
@media screen and (max-width: 480px) {	 	 
    .pikode.row.client-list .pikode--column--3 {	 	 
        width: 100% !important;	 	 
    }	 	 
}	

.wpcf7-list-item a {
	text-decoration:underline;
}
.wpcf7-submit[disabled] {
	opacity:0.5;
}