/*
 Theme Name:   Coworking Child Theme
 Theme URI:    https://coworking.ancorathemes.com
 Description:  Coworking Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     coworking
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  coworking
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p, a, div, h1, h2, h3, h4,h5, h6, button, input{
	font-family: "Montserrat", sans-serif!important;
}


.sc_button_default.color_style_dark.btn-white{
	background-color: #f2f2f2!important;
  color: #000!important;
  font-weight: 800;
  font-size: 18px!important;
  text-decoration: none;
  padding: 25px 40px;
  border-radius: 60px;
  display: inline-block;
  letter-spacing: 1px;
  box-shadow: 
    inset -1px 8px 8px rgba(0,0,0,0.2),
    0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.btn-red{
	border-radius: 60px!important;
	font-weight: 800;
	color: #fff!important;
	background-color: #AE2B2B!important;
}

@media (max-width: 1023px) {
	.elementor-section.elementor-section-height-full {
		min-height: 100vh!important;
		align-content: center!important;
	}
	.sc_button_default.color_style_dark.btn-white{
		font-size: 15px!important;
	}
}

