/*
Theme Name: Ordo Child
Theme URI: http://demo.themeftc.com/ordo/
Template: ordo
Author: the ThemeFTC team
Author URI: http://demo.themeftc.com/
Description: ordo brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.0.5
Updated: 2021-03-09 09:56:04

*/

.alt-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
    background-color: transparent ;
    border-bottom: 2px solid #ffffff;
    color:#ffffff;
    margin-bottom: 40px;
	outline: none;
	transition: 0.4s border;
}

.wpcf7-form label {
	color:#ffffff;
	font-family:Montserrat,arial;
}

.wpcf7-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;  
}

.flex-item {
    display: flex;
    flex-direction: column;
    flex-basis: 45%;
    margin:auto;
	color:#ffffff;
}

.full-item {
    display: flex;
    flex-direction: column;
    flex-basis: 95%;
    margin:auto;
}

.dropdown-menu-header {
	display: none; 	
}


.ftc-breadcrumb {
	margin-bottom: 0px;
}

.footer-middle {
	margin:0px;
	background-color:#000000;
}

.page-container {
	padding-top:40px;
}

.product-image{
	border-radius:0px;
}