/*!
Theme Name: milkywayservices
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: milkywayservices
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

milkywayservices is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.wp-block-heading {
	font-size: 26px !important;
	margin-top: 20px;
}

/**  layout start css protfolio  */
.acf-repeater.-table>table>tbody>tr>td {
	min-width: 250px;
}

.acf-field-portfolio-tabs .acf-repeater .acf-field {
	width: 300px !important;
}

.acf-table td {
	min-width: 200px;
}

/**  layout end css protfolio  */

/* Desktop Menu */
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu ul li {
	display: inline-block;
	position: relative;
}

.main-menu ul li a {
	display: block !important;
	padding: 10px 10px !important;
	color: #222 !important;
	font-weight: 500 !important;
	text-decoration: none !important;
}

/* Submenu */
.main-menu ul li ul.sub-menu {
	position: absolute;
	top: 110%;
	left: 0;
	width: 250px;
	background: #fff;
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
	padding: 10px 0;
	display: none;
	z-index: 999;
	border-radius: 10px;
}

/* Submenu items */
.main-menu ul li ul.sub-menu li {
	display: block;
}

.main-menu ul li ul.sub-menu li a {
	padding: 10px 20px;
	font-size: 15px;
}


/* Show dropdown */
.main-menu ul li:hover ul.sub-menu {
	display: block;
}

.fa-square-check {
	color: #c22492;
}

.btn-primary {
	background-color: #c22492 !important;
	color: white !important;
	margin-top: 10px;
	border: 1px solid #c22492 !important;
	font-weight: 500 !important;
}


.cs_case_study_thumb {
	position: relative;
	display: block;
}

.cs_case_study_thumb::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 100), transparent);
}