/*
 Theme Name:   Arrival Me
 Theme URI:    https://wpoperation.com/themes/arrival-me
 Description:  Arrival Me is child theme of Arrival. This theme is extended & designed to meet the requirement for personal portfolio websites.
 Author:       WPoperation
 Author URI:   http://wpoperation.com/
 Template:     arrival
 Version: 	   1.4.0
 License:      GNU General Public License v3 or later
 License URI:   http://www.gnu.org/licenses/gpl-3.0.html
 Tags: two-columns, right-sidebar, custom-menu, custom-background, editor-style, translation-ready, full-width-template, flexible-header, sticky-post, theme-options, one-column, e-commerce, blog, photography, threaded-comments, custom-colors 
 Text Domain:  arrival-me 
 

Arrival Me is a WordPress Theme, 
Copyright (C) 2019, WPoperation
Arrival Me is distributed under the terms of the GNU GPL

This program is free software, you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
http://www.gnu.org/licenses/gpl-3.0.txt


*/

/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/poppins-v20-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/poppins-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/poppins-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/poppins-v20-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/poppins-v20-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/poppins-v20-latin-ext_latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
    background-color: #fff;
}

.site-header .site-branding {
    max-height: none !important;
	height: auto !important;
}
.site-footer {
    font-size: 14px;
}
.header-last-item {
    margin-left: 25px;
}
body, button, input, select, optgroup, textarea, .main-navigation, .site-title, .site-footer, .site-description, .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation, .rssSummary, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
.main-navigation ul li > a, .site-description, .header-last-item .search-wrap i, header .header-last-item .cart-wrapper a {
    font-size: 15px;
    color: #022144;
    font-weight: 500;
}
.me-heading h2.elementor-heading-title:before {
    background-color: #fec110;
    position: absolute;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
    height: 2px;
    bottom: 0;
    content: "";
}
.me-heading h2.elementor-heading-title:after {
    background-color: #fec110;
    position: absolute;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    height: 2px;
    bottom: -5px;
    content: "";
}
input.wpcf7-form-control:not(.wpcf7-submit), textarea.wpcf7-form-control.wpcf7-textarea {
    text-align: left;
    max-width: 100%;
}
.site-footer .ftr-widget.footer-2 {
    padding: 0 20px 0 0;
}
.acf7-first-wrapp p {
    display: inline-block;
    margin-right: 2%;
    width: 50%;
    width: 45%;
    float: left;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.site-footer p {
    font-size: 14px;
    line-height: 27px !important;
    font-weight: 400;
}

.main-header-wrapp.full {
    background: transparent !important;
	padding: 5px 15px !important;
}

.arrival-breadcrumb-wrapper {
    margin-top: -85px !important;
}

.widget li:not(:last-child) {
    border-bottom: none !important;
    padding: 0 !important;
}

.main-navigation ul { 
	display: none; !important 
}

.social-footer-item {
    float: right;
    width: 100%;
    text-align: right;
}

span.menu-toggle,
span.menu-toggle:before,
span.menu-toggle:after {
 	background-color:#fff !important;
}

.cn-button-ind {
    color: #000 !important;
    background: #fbd214 !important;
}
