/*!
Theme Name: captiondev
Theme URI: http://captiondev.com/
Author: Caption Dev Ltd
Author URI: http://captiondev.com
Description: This is a Custom Wordpres theme.
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: cpationdev-com
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.

captiondev 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/
*/
/* captiondev CSS */

/*** 
=============================================
  Color Css 
=============================================
***/

/*** 
=============================================
  Header Section Css 
=============================================
***/
.hamburger {
	display: none;
	width: 42px;
	height: 42px;
	padding: 8px;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #3c474c;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
/* tablet */
@media (max-width: 991px) {
	.nav-inner {
		position: relative;
	}
	.hamburger {
		display: flex;
		position: relative;
		z-index: 1001;
	}
	.nav-links {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 300px;
		max-width: 85%;
		height: 100vh;
		padding: 100px 30px 30px;
		background: #fff;
		flex-direction: column;
		gap: 15px;
		z-index: 1000;
		/* Hidden */
		transform: translateX(-100%);
		transition: transform 0.35s ease;
		box-shadow: 5px 0 25px rgba(0, 0, 0, 0.12);
	}
	/* Open */
	.nav-links.active {
		transform: translateX(0);
	}
	.nav-links a {
		display: block;
		padding: 12px 0;
		font-size: 18px;
	}
/* 	.nav-inner > .btn {
		display: none;
	} */
}
@media (max-width: 768px){
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.field input, .field select, .field textarea, .submit-btn {
	width: 100%;
}

@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
