/**
 * Theme Name: Worksquare Child
 * Template: worksquare
 * Version: 1.0
 * Description: Coworking and Office Space WordPress Theme
 * Author: Ninzio
 **/
 
 
 /* Green Color: #18af34 */
 /* Gold Color: #ffc800 */
 
 
 
 /* Header Styling */
 
 #topbar {
    position: relative;
    z-index: 9;
    border-bottom: 1px;
    border-style: solid;
    background-color: #2a2a2a !important;
}

 #site-header.fixed-hide, #site-header .site-navigation-wrap.fixed-hide {
    box-shadow: 0 0px 10px rgb(0 0 0 / 7%);
    background-color: rgba(255, 255, 255, 0.95);
}

#main-nav > ul > li > a {
    font-size: 16px;
    font-family: "Alata", sans-serif;
    font-weight: 500;
    color: #222222 !important;
    letter-spacing: 0.25px;
    display: block;
    height: 100px;
    line-height: 100px;
}

.site-navigation-wrap {
	background-color: rgba(255, 255, 255, 0.95);
}


/****** Header Style 4 */

.header-button a {
    color: #fff;
    background-color: #18af34 !important;
}

.header-button a:hover {
    color: #fff;
    background-color: #ffc800 !important;
}


/****** Header Style 2 */

.header-style-2 .mobile-button:before {
    background-color: #2a2a2a !important;
}

.header-style-2 .mobile-button:after {
    background-color: #2a2a2a !important;
}

.header-style-2 .mobile-button span {
    background-color: #2a2a2a !important;
}


/****** Header Mobile Stylig */

.mobi-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(70, 153, 85, 0.74) !important;
    z-index: 99999;
    transition: all ease 0.3s;
}

#main-nav-mobi {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    z-index: 999999;
    width: 300px;
    max-width: 100%;
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #1d8731 !important;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}


/* Slider Styling */
.text-color-4 {
	color: #ffc800 !important;
}


/* Search Form Styling */

.header-search-trigger:after {
    color: #222222 !important;
}

.search-style-fullscreen .search-field {
    border: 2px solid #e7e7e7;
}

.search-style-fullscreen .search_form_wrap {
    background-color: #222222 !important;
}

.search-style-fullscreen .search-close {
    border: none !important;
}
 
 
 /* Video Icons */
 
 .deeper-video-icon.style-2:before {
    width: 100px;
    height: 100px;
    line-height: 100px !important;
    text-align: center !important;
    border-radius: 50%;
    background-color: rgba(24, 175, 52, 1); 
    color: #fff;
}

.deeper-video-icon.style-2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 0 0 rgb(24 175 52 / 50%);
    -webkit-animation: ripple 2s infinite;
    -moz-animation: ripple 2s infinite;
    -ms-animation: ripple 2s infinite;
    -o-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    content: "";
}


/* Basic Text Styling */

h5 span {
	color: #18af34 !important;
}

span a:hover{
	text-decoration: underline;
	color: #18af34 !important;
}

.deeper-button.outline-accent {
    border-color: #18af34;
    color: #18af34;
}

.deeper-button.outline-accent:hover{
    border-color: #ffc800;
    background-color: #ffc800;
}

.deeper-button.button-accent:hover {
	border-color: #ffc800;
    background-color: #ffc800;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #18af34;
    z-index: -1;
    transition: all ease 0.3s;
    opacity: 1;
}

/* Green */

.deeper-button.button-green {
    background-color: #18af34 !important;
    border-color: transparent;
    color: #fff;
}

.deeper-button.button-green:hover {
    background-color: #40c959 !important;
    color: #fff;
}

/* Outline Accent */

.deeper-button.outline-green {
    border-color: #18af34 !important;
    color: #18af34 !important;
}

.deeper-button.outline-green:hover {
    background-color: #18af34 !important;
    border-color: #18af34 !important;
    color: #fff !important;
}



/* Pricing Box Area */

.text-light {
    color: #ffffff !important;
}

.deeper-price-box .features ul li:before {
    color: #18af34;
}

.featured-price ul li:before {
    color: #ffc800 !important;
}



/* Button Styling */

.deeper-button.button-white {
    background-color: #fff;
    border-color: transparent;
    color: #18af34;
}

.deeper-button.button-white:hover {
    background-color: #ffc800;
    border-color: #ffc800;
    color: #fff;
}


/* Scroll To Top Styling */
#scroll-top {
    left: 36px !important;
}

#scroll-top .show:before {
    background-color: #18af34 !important;
    left: 36px !important;
}

#scroll-top .show:after {
    background-color: #ffc800 !important;
    left: 36px !important;
}


/* Footer Styling */

#footer {
    background-color: #2a2a2a;
    padding: 100px 0 50px;
    font-size: 15px;
    z-index: 0;
    border-style: solid;
    position: relative;
}

#footer-widgets .widget.widget_links ul li a:hover {
    color: #ffc800 !important;
    font-weight: 600;
}

.widget.widget_links ul li a:after {
    border-bottom: 1px solid #ffc800 !important;
}

.widget.widget_socials .socials .icon:first-child a {
    background-color: #18af34;
    color: #fff;
    border: 1px solid #18af34;
}

.widget.widget_socials .socials a:hover {
    background-color: #ffc800 !important;
    color: #fff;
    border: 1px solid #ffc800 !important;
}

#footer-widgets .widget.widget_information li span {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    color: #ffffff;
}

#footer-widgets .widget.widget_information li:last-child span {
    color: #fff !important;
}

#bottom.style-2 .bottom-bar-menu ul li:last-child a {
    color: #18af34 !important;
}

#bottom.style-2 .bottom-bar-menu ul li:last-child a:hover {
    color: #ffc800 !important;
}


/* Cognito Form Styling */
.cognito #c-submit-button  {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    display: inline-block;
    transition: all ease 0.3s;
    border: 2px solid;
    border-radius: 5px;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    background-color: #18af34;
    border-color: transparent;
    color: #fff;
    padding: 16px 43px;
}

.cognito .c-forms-form input[type=text], .cognito .c-forms-form input[type=password], .cognito .c-forms-form textarea, .cognito .c-forms-form select {
    transition: all 0.30s ease-in-out;
    border: 1px solid transparent;
    background-color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}

.cognito .c-forms-form input[type=radio] {
    position: absolute;
    transform: scale(0);
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}

.cognito .c-forms-form input[type=radio] + *:before {
    border: 2px solid #fff;
    background: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.cognito .c-forms-form input[type=radio]:checked + *:before {
    background: #18af34 !important;
    border: 2px solid #fff;
    box-shadow: none !important;
}
    
.cognito .c-forms-form input[type=radio] + *:after {
    border: 2px solid #fff;
    background: #18af34 !important;
}
    
.cognito .c-forms-form input[type=checkbox] + *:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    box-shadow: none !important;
    margin: -1px .5em 1px 1px;
}

.cognito .c-forms-form input[type=checkbox]:checked {
    color: #18af34 !important;
}

.cognito .c-forms-form .c-button:not(.c-save-resume-button) {
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}

.cognito .c-forms-form .c-add-item {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    display: inline-block;
    transition: all ease 0.3s;
    border: 2px solid;
    border-radius: 5px;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    background-color: #18af34;
    border-color: transparent;
    color: #fff;
    padding: 16px 43px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}


.cognito-dropdown-menu {
    max-width: 300px !important;
}

.cognito .c-dropdown:after{
    content: none !important;
}

c-visible-container toggle-on {
	border-color: #18af34 !important;
}


li {
	margin-bottom: 20px !important;
}