/*  
Theme Name: Growthfather Theme
Theme URI: https://growthfather.com
Description: A WordPress theme frame work
Version: 1.0
Author: Growthfather
Author URI: https://growthfather.com
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

/*Presets*/
.contentContainer{
	max-width: 1200px;
	margin: 0 auto;
}
body{
	overflow-x: hidden;
}
body.logged-in.admin-bar .main-header{
	top: 32px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em,  img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body, th, td, input, textarea{
	color: var(--color1);
	font-family: var(--font1);
	font-size:16px;
	line-height: 26px;
}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none !important;
	outline-style: none;
}
input:focus-visible{
	outline-width: 0px ;
}
textarea:focus-visible{
	outline-width: 0px ;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.wpcf7-form label{
	width: 100%;
	margin-top: 15px;
	font-family: var(--font1);
	font-size: 15px;
	line-height: 25px;
}
.wpcf7-form input{
	width: 100%;
	border-radius: 5px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	font-family: var(--font1);
	font-size: 14px;
	line-height: 24px;
}
.wpcf7-form textarea{
	width: 100%;
	border-radius: 5px;
	height: 100px;
	resize: none;
	margin-top: 8px;
	padding: 10px 20px;
	font-family: var(--font1);
	font-size: 14px;
	line-height: 24px;
}
.wpcf7-form .has-spinner{
	width: fit-content;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding: 0px 30px;
	border: 0px;
	font-family: var(--font1);
	font-size: 16px;
	line-height: 26px;
}
a{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	color:var(--color7);
}
h1{
	font-size:40px;
	font-family: var(--font3);
}
h2{	
	font-size:35px;
	font-family: var(--font2);
}
h3{
	font-size:30px;
	font-family: var(--font2);
}
h4{
	font-size:25px;
	font-family: var(--font2);
}
h5{
	font-size:20px;
	font-family: var(--font1);
}
h6{
	font-size:15px;
	font-family: var(--font1);
}
p{
	font-size: 15px;
	font-family: var(--font1);
}
#navbarSupportedContent ul li a:focus-visible{
	background-color: #323955;
}
#navbarSupportedContent ul li a:active{
	background-color: #323955;
}
#navbarSupportedContent ul li a:focus{
	background-color: #323955;
}
#navbarSupportedContent ul li a:hover{
	background-color: #323955;
}
acronym, abbr, span.caps{
	cursor:help;
}
acronym, abbr{
	border-bottom:1px dashed var(--color2);
}
code{
	color: var(--color1);
	font-size:1.0em;
}
li{
	list-style: none;
}
input {
    border: 1px solid var(--color3);
    padding: 15px 10px;
}
.section-padding {
	padding: 50px 0;
}
form#commentform label {
    display: block;
}
.navbar-brand img,
.footer-logo-col img,
footer .social-media-icon{
	max-width: 210px;
	width: 100%;
}
.navbar-brand img,
.footer-logo-col img{
	height: auto;
	object-fit: cover;
}
.container{
	max-width: 1200px !important;
	padding: 0px 15px;
}
header .container{
	max-width: 1780px !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
}
.elementor-element {
    --widgets-spacing: 0px !important;
}

/*Header*/
.main-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.navbar{
	padding: 0;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}
.navbar-brand .logoImg{
	max-width: 150px;
    width: 100%;
	transition: .5s all ease-in-out;
}
.scrolled{
	position: fixed;
	background-color: #fff;
}
.scrolled .navbar-brand .logoImg{
	max-width: 120px;
}
.navbar-brand a{
	display: flex;
}
.navbar-toggler .icon-bar{
	width: 25px;
	height: 3px;
	background-color: var(--color1);
	margin-bottom: 4px;
	display: block;
}
.menu-item-has-children:hover .dropdown-menu{
	display: block !important;
}
.navbar-toggle {
	border: none;
	background: var(--color5) !important;
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggle:hover {
  	background: var(--color5) !important;
}
.navbar-toggle .icon-bar {
  	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 8% 66%;
}
.navbar-toggle.collapsed .top-bar {
  	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  	transform: rotate(0);
}
button:focus {
	outline: none;
	border:none;
}
.navbar-light .navbar-toggler{
	border:none;
	box-shadow: none;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 100;
	border: none;
	outline: none;
	background-color: var(--color1);
	cursor: pointer;
	padding: 10px;
	border-radius: 50px;
}
#myBtn img{
	filter: brightness(0)invert(1);
	transform: rotate(270deg);
	display: flex;
}
#myBtn:hover {
  	background-color: var(--color3);
}
.dropdown-menu{
	left: -20px;
	padding: 10px 0px;
}
#navbarSupportedContent li a{
	padding: 0px;
	font-family: var(--font1);
}
#navbarSupportedContent li .nav-link {
	margin: 15px 0px;
    background-color: #ed5b31;
    border-radius: 20px;
    padding: 5px 15px;
    color: #fff;
}
#navbarSupportedContent li .nav-link:hover {
    background-color: #323955 !important;
}
#navbarSupportedContent li{
	margin: 0px 5px;
}
#navbarSupportedContent{
	margin: 0px -15px;
}
.dropdown-menu li{
	margin-bottom: 10px !important;
}
.dropdown-menu li:last-child{
	margin-bottom: 0px !important;
}

/*Home*/
.image-slider img{
	object-fit: cover;
}

/*Blog*/
.blog-head{
	margin-bottom: 60px;
	height: 520px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.blog .container-fluid{
	padding: 0px;
	margin-top: -60px;
}
.blog-head:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(./images/bg-img.png);
	opacity: .5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.blog-head h1{
	text-align: center;
	font-family: var(--font3);
	font-size: 50px;
	line-height: 60px;
	color: var(--color9);
}
.blog-posts{
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.blog .post .feat-img{
	display: flex;
	max-height: 250px;
}
.blog .post .feat-img img{
	width: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 250px;
	border-radius: 10px;
}
.blog h2{
	text-transform: capitalize;
}
.blog .meta{
	margin: 15px 0px 5px 0px ;
}
.blog .info{
	margin: 10px 0px 0px 0px ;
}

/*Single Page*/
.single-post .container-fluid{
	padding: 0px;
	margin-top: -60px;
}
.single-post .title{
	margin-bottom: 30px;
}
.comment-section{
	margin-top: 50px;
	margin-bottom: 60px;
}
.comment-section .comment-reply-title{
	font-family: var(--font3);
	font-size: 24px;
	line-height: 30px;
	color: var(--color3);
}
.comment-section .logged-in-as{
	font-family: var(--font1);
	font-size: 16px;
	line-height: 26px;
	color: var(--color2);
	margin: 10px 0px 5px 0px;
}
.comment-section .comment-notes{
	font-family: var(--font1);
	font-size: 16px;
	line-height: 26px;
	color: var(--color2);
	margin: 10px 0px 5px 0px;
}
.comment-section form p label{
	font-family: var(--font1);
	font-size: 16px;
	line-height: 26px;
	color: var(--color2);
	margin: 10px 0px 8px 0px;
}
.comment-section form p textarea{
	resize: none;
	padding: 10px;
	height: 100px;
	max-width: 500px;
	width: 100%;
	border-radius: 5px;
}
.comment-section form p input{
	padding: 10px;
	height: 50px;
	max-width: 500px;
	width: 100%;
	border-radius: 5px;
}
.comment-section form .comment-form-cookies-consent{
	display: flex;
	align-items: center;
}
.comment-section form .comment-form-cookies-consent input{
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.comment-section form .form-submit input{
	width: fit-content;
	font-family: var(--font1);
	font-size: 14px;
	line-height: 17.81px;
	display: flex;
	padding: 16.2px 37px;
	background-color: var(--color6);
	color: var(--color9);
	border-radius: 5px;
	border: 0px;
	margin-top: 20px;
	height: fit-content;
}
.comment-section form .form-submit input:hover{
	background-color: var(--color3);
	color: var(--color9);
}
.comment-section .comments-title{
	display: none;
}
.comment-section h3{
	font-family: var(--font1);
	font-size: 25px;
	margin-bottom: 30px;
}
.comment-section .comment-list .children{
	margin-left: 40px;
	margin-top: 15px;
}
.comment-section .comment-list .comment{
	margin-bottom: 15px;
	font-family: var(--font1);
	font-size: 16px;
	line-height: 26px;
}
.comment-section .comment-list .comment .comment-author img{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 10px;
}
.comment-section .comment-list .comment .comment-author{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.comment-section .comment-list .reply a{
	color: var(--color2);
}
.comment-section .comment-list .comment-meta a{
	color: var(--color2);
}
.comment-section .comment-respond{
	margin-top: 30px;
}
.social-share{
	text-align: center;
	margin-top: 40px;
}
.social-share ul{
	display: flex;
	justify-content: space-evenly;
	column-gap: 20px;
	margin-top: 20px;
}
.social-share ul i{
	font-size: 22px;
}

/*Error*/
.error404{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.error404 .error .container{
	padding: 0px 15px;
}
.error404 h1{
	text-align: center;
    padding: 60px 0px;
    font-family: var(--font3);
    font-size: 50px;
    line-height: 60px;
    color: var(--color3);
    max-width: 460px;
    margin: auto;
}


/*Archive*/
.archive .container-fluid{
	padding: 0px;
	margin-top: -60px;
}

/*Search Page*/
.search-results .container-fluid{
	padding: 0px;
	margin-top: -60px;
}
.nosearch-result p{
	margin: 15px 0px 10px 0px;
}
.nosearch-result form >div{
	display: flex;
	max-width: 500px;
}
.nosearch-result form input{
	border-radius: 5px;
}
.nosearch-result form #s{
	width: 70%;
	border-color: var(--color8);
	margin-right: 15px;
}
.nosearch-result form #searchsubmit{
	width: 30%;
	margin-top: 0px !important;
	border: 0px;
	font-family: var(--font1);
}
.nosearch-result form #searchsubmit:hover{
	background-color: var(--color3);
	color: var(--color9);
}

/*Footer*/
footer{
	background-color: var(--color4);
}
footer a{
	font-family: var(--font1);
}
footer p{
	color: var(--color3);
	margin-bottom: 5px;
}
footer p a{
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}
footer ul a{
	padding: 5px 0px;
	display: flex;
}
footer h3{
	margin-bottom: 20px;
	font-family: var(--font2);
}
footer .navbar-brand{
	margin: 0px;
}
.footer-top{
	padding: 60px;
}
.social-media-icon{
	display: flex;
	column-gap: 15px;
	row-gap: 15px;
	margin-top: 20px;
	justify-content: space-around;
}
.social-media-icon a{
	display: flex;
}
.social-media-icon i{
	font-size: 25px;
}
.footer-contact-col i{
	margin-right: 10px;
}
.footer_copy{
	color: var(--color3);
	text-align: center;
	padding: 10px 0px;
	margin-top: 60px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: var(--color3);
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
}
.wpcf7-form-control{
	margin-bottom: 20px;
}
.wpcf7-not-valid-tip{
    margin-top: -10px;
    margin-bottom: 15px;
}


/* Web */
.titleDiv{
	text-align: center;
    background: linear-gradient(90deg, #fff 0%, #313955 20%, #ef5b30 50%, #313955 80%, #fff 100%);
    color: #ffffff;
    text-transform: uppercase;
    height: 300px;
    align-content: center;
	letter-spacing: 5px;
	margin-bottom: 80px;
	padding-top: 100px;
}
section.webPage{
	margin: 0 0 80px;
}
section.webPage h2{
	text-align: center;
    margin-bottom: 30px;
}
section.webPage form{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
section.webPage form > div{
	display: flex;
	flex-direction: column;
	width: calc( 25% - 6px );
}
section.webPage form select,
section.webPage form input,
section.webPage form textarea{
	padding: 5px;
	border-radius: 4px;
    border: 1px solid #323955;
}
section.webPage form .roadblock,
section.webPage form .remarks,
section.webPage form .submit{
	width: 100%;
}
section.webPage form textarea{
	height: 90px;
	resize: none;
}
section.webPage form .roadblock label{
	display: flex;
	align-items: center;
	gap: 10px;
}
section.webPage form .roadblock input{
	width: 20px;
	height: 20px;
}
section.webPage form .submit input{
	background-color: #323955;
	color: #fff;
	transition: .2s all ease-in-out;
}
section.webPage form .submit input:hover{
	border: 1px solid #ef5b30;
	background-color: #ef5b30;
}
.webDep-entries{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.webDep-entry{
	display: flex;
	align-items: center;
	border: 1px solid #323955;
	border-radius: 4px;
	background-color: #b6bfe1;
}
.webDep-entry .left{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 135px;
	padding: 10px;
}
.webDep-entry .left .day{
	font-size: 32px;
    font-weight: 700;
}
.webDep-entry .left .month{
	font-size: 12px;
    font-weight: 400;
}
.webDep-entry .left .year{
	font-size: 24px;
    font-weight: 400;
}
.webDep-entry .right{
	display: flex;
	flex-direction: column;
	width: calc( 100% - 135px );
	border-left: 1px solid #323955;
	background-color: #e6e6e6;
}
.webDep-entry .right .top{
	display: flex;
	margin: -1px 0 0 -1px;
}
.webDep-entry .right .top > div{
	width: 33.33%;
	border: 1px solid #323955;
    padding: 5px;
	display: flex;
	align-items: flex-end;
    gap: 5px;
	font-size: 16px;
	line-height: 24px;
}

.webDep-entry .right .top .status p{
	text-transform: capitalize;
}
.webDep-entry .right{
	font-size: 16px;
	line-height: 24px;

}
.webDep-entry .right strong{
	font-size: 12px;
	line-height: 20px;
}
.webDep-entry .right .bottom{
	min-height: 80px;
	padding: 5px;
	border-right: 1px solid #323955;
}
.edit-webDep{
	display: flex;
    padding: 45px 5px;
    border: 0;
    background-color: #323955;
    color: #fff;
	transition: .3s all ease-in-out;
}
.edit-webDep:hover{
	background-color: #ed5b31;
}
.webEdit{
	position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
	background-color: #ed5b3187;
}
#webDep-edit-form{
	margin-top: calc(25vh - 75px);
    background-color: #fff;
    padding: 40px 15px;
    box-shadow: 1px 1px 10px #00000057;
    border-radius: 15px;
}
#webDep-edit-form .top{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#webDep-edit-form .top .close{
    background-color: #323955;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50%;
	cursor: pointer;
}
#webDep-edit-form .top .close:hover{
	background-color: #ed5b31;
}
#webDepChart{
	height: 300px !important;
	width: 100% !important;
}