/*
Theme Name:     PandayGroup
Description:    PandayGroup Theme
Author:         Copil Remus - remusc@gmail.com
Template:       cannaverde-progression

*/

@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap')

#progression-studios-woocommerce-single-bottom #tab-description {
	background: transparent;
}

.fa, .fas {
	font-family: "FontAwesome" !important; 
}

body #progression-studios-page-title-container {
	padding-top: 330px;
    padding-bottom: 40px;
    text-align: center;
}

body #page-title-overlay-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
} 

body.page-id-25 #page-title-overlay-image:before {
	background: rgba(0, 0, 0, 0.2); 
}

body #content-pro {
	padding-bottom: 0px !important;
}

.custom-form {
	font-family: 'Varela Round', sans-serif !important; 
}

.custom-form h3 {
	font-size: 22px;
	line-height: 1.36em;
	color: #393939;
	font-family: 'Varela Round', sans-serif !important; 
}

.custom-form input[type="text"] {
	font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.4em;
    font-family: 'Varela Round', sans-serif !important; 
    padding-bottom: 13px;
    display: block;
    width: 75%;
    color: #1a1a1a;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline-width: 0;
    border: none;
    border-bottom: 4px solid #585858;
    background-color: transparent;
    margin-bottom: 10px; 
    max-width: 500px;
    min-width: 300px;
}

.custom-form select {
	display: inline-block;
    background: url(/wp-content/uploads/2019/08/dropdown-arrow@2x.png) no-repeat;
    background-position: calc(100% - 10px) calc(50% - 1px);
    background-size: 14px auto;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #585858;
    border: 3px solid #585858;
    font-size: 14px !important;
    font-family: 'Varela Round', sans-serif !important;   
    padding-left: 15px !important; 
	padding-right: 45px !important;
}

.custom-form table.gfield_list {
	background: #eaeaea;
    border-left: 25px solid #eaeaea !important;
    border-top: 20px solid #eaeaea !important;
    border-bottom: 15px solid #eaeaea !important;
}

.custom-form .gf_page_steps {
	text-align: center;
}

.custom-form .gform_wrapper .gf_step {
    border-radius: 0;
    height: 50px !important;
    width: 50px !important;
    line-height: 45px !important;
    background: #585858;
    font-size: 17px;
    color: #FFF;
    position: relative;
    text-align: center;
}

.custom-form  .gform_wrapper .gf_step span.gf_step_number {
	margin-right: -4px;
}

.custom-form .gf_step_number {
	margin-right: -4px;
}

.custom-form .gf_step:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 4px;
    right: -32px;
    top: 23px;
    bottom: 0;
    background: #585858;
}

.custom-form .gf_step.gf_step_last:after {
	content: "";
	display: none;
}


.custom-form .gform_wrapper .button {
	border: 3px solid #585858;
    background: #585858;
    padding: 5px 35px;
    font-size: 18px !important;
    color: #FFF;
}

.custom-form .gform_wrapper .button:hover { 
	background: #000;
	color: #FFF;
	border: 3px solid #000;
}

.custom-form textarea {
	border: 3px solid;
    background: transparent;
    outline: none;
}

.front-page-buttons a {
	font-size: 15px;
    font-weight: 500;
    fill: #ffffff;
    color: #ffffff;
    background-color: #000; 
    border-radius: 0px 0px 0px 0px;
    padding: 18px 26px 18px 26px;
}

.front-page-buttons a:nth-child(2) {
	margin-left: 15px;
	margin-right: 15px;
}

.front-page-buttons a:hover {
	background: #dd9933;
	color: #FFF;
}

.micro-cultivation-box .elementor-tab-content a {  
    font-size: 15px;
    font-weight: 500;
    fill: #181b25;
    color: #181b25;
    background-color: rgba(26,29,40,0);
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1a1d28;
    margin-top: 15px;
    display: inline-block;
}

.micro-cultivation-box .elementor-tab-content a:hover {
	background: #000;
	color: #FFF;
}

.footer-newsletter input[type="email"] {
	width: 100%; 
}

.footer-newsletter input[type="submit"] {
	background: #df9b33 !important;
	padding: 13px 25px;
	margin-top: -10px !important;
}

.footer-newsletter input[type="submit"]:hover {
	background: #000 !important;
}

body .blog-single-category-display a {
	background: #dd9933;
}

body .blog-meta-category-list a {
	color: #dd9933;
	border: 1px solid #dd9933;
}

body .blog-meta-category-list a:hover {
	background: #dd9933;
	border-color: #dd9933;
}

body .wpcf7-form input.wpcf7-submit:hover {  
	background: #dd9933;
} 

body .contact-information a {
	color: #FFF !important;
}

@media (max-width: 414px) {
	body .custom-form table.gfield_list {
		background: #f9f9f9;
		border-left: 0px solid #eaeaea !important;
		border-top: 0px solid #eaeaea !important;
		border-bottom: 0px solid #eaeaea !important; 
	}
	body .custom-form .gform_wrapper .gf_page_steps {
		display: flex;
	}
	body .custom-form .gform_wrapper .gf_step {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	body .custom-form .gf_step:after {
		display: none;
	}
	body .custom-form input[type="text"] {
		min-width: 275px;
	}
	body #logo-pro img {
		width: 190px !important;
	}
	body .mobile-menu-icon-pro {
		color :#FFF;
		padding-top: 30px; 
	}
	body.home .mobile-menu-icon-pro {
		color :#000;
	}
	body #progression-studios-page-title-container {
		padding-top: 250px;
	}
	body .homePageHeader video, body .homePageHeader .boosted-elements-video-bg, body .homePageHeader .boosted-elements-slider-display-table, body .homePageHeader .boosted-elements-slider-background {
		height: 100vh !important; 
	}
	body .homePageHeader .boosted-elements-slide-sub-title span {
		font-size: 18px;
	}
	body .mobile-menu-icon-pro {
		text-align: center;
		width: 100%;
	}
	body .boosted-elements-slider-content {
		padding-top: 170px;
	}
	body .front-page-buttons {
		display: flex;
		flex-direction: column;
	}
	body .front-page-buttons a:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}
	body .front-page-buttons a {
		margin-bottom: 10px;
	}
	body .steps {
		text-align: center; 
	}
	body .steps .elementor-image {
		text-align: center;
	}
	body .steps .boosted-elements-progression-advanced-button-container {
		text-align: center !important;
	}
}

@media (max-width: 375px) {
	body #logo-pro img {
		width: 150px !important;
	}
	body .elementor-16 .elementor-element.elementor-element-2a61844 .boosted-slider-arrow-down {
		bottom: 10px;
	}
	body .boosted-elements-slider-content .boosted-elements-slide-sub-title {
		margin-bottom: -5px;
	}
}

@media (max-width: 360px) {
	body.home .elementor-16 .elementor-element.elementor-element-2a61844 .bosted-element-content-margin {
		 margin: 15px 0px 0px 0px; 
	}
}