/*
Theme Name: Artcore Child Theme
Theme URI: http://themes.esmeth.com/artcore
Author: Esmeth Team
Author URI: http://www.esmeth.com
Description: Creative Architecture WordPress Theme
Version: 1.2
Tags: two-columns, responsive-layout, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: artcore
*/

@import url("../artcore/assets/css/artcore.css");

.header-sticky.sticky .logo{width: 160px;}

.footer-widgets .footer-contact input{
	height: 25px;
    margin: 0 0 10px;
    padding: 5px !important;
}
.footer-widgets .footer-contact textarea{
	height: auto;
    max-height: 125px !important;
    min-height: unset !important;
}
.footer-widgets .footer-contact .action{text-align: right}
.footer-widgets .footer-contact .wpcf7-email{background-color: #313131;border: none;}
.footer-widgets .footer-contact .btn-bordered{height: 30px;}
.top-header .left-header{font-size: 20px}

@media screen and (min-width: 992px) {
	.home-video{float:right;}
}