/*
Theme Name: AP Meins
Template: cww-portfolio
Text Domain: awesome-portfolio-meins
Author: Franziska
Author URI: https://franziska.winterberger.ch
Version: 1.0


CWW Portfolio 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.


*/
.content-area{
	
	margin-top: 12vh;

}
.inner-blog-wrapp .sticky {
  
	background: #ffffff;
}


body{
    
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}

:root {
	--container-width: 800px;
	--container-width-wide: 1200px;
	--font-family: 'Muli', sans-serif;
    --content-font-family: 'Lora', serif;
    --theme-color: #ffdf3b;
	--color-night-dark: #323648;
    --color-dark-light: #555;
    --color-white: #fff;
	--font-size: 16px;
	--font-size-sm: 14px;
	--font-size-md: 18px;
	--font-weight-bold: 600;
    --color-primary: #d90a2c; /* red color */
    --dark-color: #11204d;
    --grey-bg-color: #fff; /* original #494949 */
    --darkgrey-bg-color: #fff; /* original #282828 */
    --bg-color: #1A1A1A;
    --dark-bg-color: #fff; /* original #131313 */
    --txt-color: #CACACA;
    --link-txt-color: #ffffff;
    --meta-txt-color: #8B8B8B;
    --border-color: #303030;
    --background-color: #1a1a1a;
}

section.cww-main-banner{
    background: rgba(108,85,224, 0.1);
    height: 87vh;
}
.cww-contact-section{
    background: rgba(108,85,224, 0.1);
}
.cww-portfolio-section{
	background: rgba(108,85,224, 0.1);
}
section.cww-main-banner .animated-bg{
	background: #54CFD4;
}
.count-item-wrapp{
	border-color:#54CFD4;
	background-color: rgba(108,85,224, 0.1);
}
.icon-wrapp svg {
    height: 650px;
    width: 650px;
}

section.cww-main-banner .container{
	display: block;
}
/*  */
section.cww-main-banner .container{
	padding: 0;
	    justify-content: space-between;
}
.shape-wrapper svg {
    width: 640px;
        will-change: border-radius, transform, opacity;
    animation: bganimeUltimate 5s linear infinite;
    display: block;
    -webkit-animation: bganimeUltimate 5s linear infinite;
}
.shape-wrapper svg path{
	fill: var(--theme-color);
}
.svg-image-main{
	width: 130px;
}

.header-cta-wrapp a, .cww-main-banner .btn-primary a, .cww-cta-section .btn-wrapper a, .error-404 .button-wrapp a {
    -webkit-box-shadow: 0px 8px 5px 0px rgb(0 0 0 / 10%);
            box-shadow: 0px 8px 5px 0px rgb(0 0 0 / 10%);
}

/* Header Style */
.home header.site-header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 99;
}
.home header.site-header ul li a {
    color: #fff;
}
body.home.blog header.site-header ul li a {
    color: #333;
}
/**/
.elementor-image-gallery .gallery-item {
    max-width: 100% !important;
}

/* Contact Form */

.cww-contact-form form input,
.cww-contact-form form textarea{
    border: 0;
    border-bottom: 1px solid #b0b0b0;
    border-radius: 0;
    font-size: 14px;
    padding-left: 0;
}
.cww-contact-form form textarea{
    height: 60PX;
}
.cww-contact-form form input.wpcf7-submit {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
}

