/*
Theme Name: Curriculum 
Theme URI: 
Author: LiliDim
Author URI: 
Description: Template for Curriculum Vitae with con Bootstrap e jQuery
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: curriculum
*/

:root {
	--container-width: 800px;
	--container-width-wide: 1200px;
	--font-family: 'Muli', sans-serif;
    --content-font-family: 'Lora', serif;
    --theme-color: #ff3d4f;
	--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 */
}

:root {
    --dark-color: #11204d;
    --grey-bg-color: #494949;
    --darkgrey-bg-color: #282828;
    --bg-color: #1A1A1A;
    --dark-bg-color: #131313;
    --txt-color: #CACACA;
    --link-txt-color: #ffffff;
    --meta-txt-color: #8B8B8B;
    --border-color: #303030;
    --background-color: #1a1a1a;
}

.blue-input {
  display: none;
}

header.site-header {
    padding: 20px 0;
    -webkit-box-shadow: 0 2px 15px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 3%);
    font-family: 'Jost', sans-serif;
    background: #FFF;
}

#img_logo {
  width: 100px;
}

.custom-pos {
	float: right;
	margin-top: 12px !important;
	margin-left: 20px !important;
}

.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 85%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

/**/

.cww-istr-section {
    padding: 50px 0;
}

.cww-istr-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cww-istr-section .container>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.section-title-wrapp {
    position: relative;

}

.section-title-wrapp:before {
    background-color: rgba(51, 231, 175, .1);
}

.section-title-wrapp:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
}

.section-title-wrapp h3 {
    margin: 0;
    line-height: 1.5;
    color: var(--dark-color);
    font-weight: 500;
}

.section-title-wrapp p {
    margin: 0;
    line-height: 1.2;
    color: #928383;
    font-size: 14px;
}

.cww-istr-section .desc-wrapp {
    margin-top: 70px;
}

.cww-istr-section .desc-wrapp p {
    line-height: 2.1;
    font-size: 16px;
}

.count-item-wrapp {
    background-color: #fde9e8;
    padding: 15px 53px;
    border: 1px dashed #f9564f;
    border-radius: 20px;
}

.cww-istr-section .count-item-wrapp .count-val {
    font-size: 42px;
    font-weight: 600;
}

.cww-istr-section .count-item-wrapp p {
    margin: 0;
    font-size: 18px;
}

/**/
.custom-title-cont {
   width: 250px;
   margin: 0 auto;
}

.prices-width {
   width: 350px;
}

/* Pricing */

.pricing-card {
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    border-radius: 15px 15px 0 0;
    color: white;
}

.basic-header {
    background: linear-gradient(45deg, #3494E6, #EC6EAD);
}

.pro-header {
    background: linear-gradient(45deg, #614385, #516395);
}

.enterprise-header {
    background: linear-gradient(45deg, #1D976C, #93F9B9);
}

.btn-custom {
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-list {
    list-style-type: none;
    padding-left: 0;
}

.feature-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.feature-list li:last-child {
    border-bottom: none;
}

/* Card libro */
@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
$main-green: #79dd09 !default;
$main-green-rgb-015: rgba(121, 221, 9, 0.1) !default;
$main-yellow: #bdbb49 !default;
$main-yellow-rgb-015: rgba(189, 187, 73, 0.1) !default;
$main-red: #bd150b !default;
$main-red-rgb-015: rgba(189, 21, 11, 0.1) !default;
$main-blue: #0076bd !default;
$main-blue-rgb-015: rgba(0, 118, 189, 0.1) !default;

/* This pen */
body {
	font-family: "Baloo 2", cursive;
	font-size: 16px;
	color: #ffffff;
	text-rendering: optimizeLegibility;
	font-weight: initial;
}

.dark {
	background: #110f16;
}


.light {
	background: #f3f5f7;
}

a, a:hover {
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
	margin: 2rem 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;

	&.dark {
		background-color: #18151f;
	}
	&.light {
		background-color: #e1e5ea;
	}
	
	.t-dark {
		color: #18151f;
	}
	
  a {
    color: inherit;
  }
	
	h1,	.h1 {
		margin-bottom: 0.5rem;
		font-weight: 500;
		line-height: 1.2;
	}
	
	.small {
		font-size: 80%;
	}

  .postcard__title {
    font-size: 1.75rem;
  }

  .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
  }

  .postcard__img_link {
    display: contents;
  }

  .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
  }

  .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
  }

  .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
		padding: 0;
    justify-content: center;

    .tag__item {
      display: inline-block;
      background: rgba(83, 83, 83, 0.4);
      border-radius: 3px;
      padding: 2.5px 10px;
      margin: 0 5px 5px 0;
      cursor: default;
      user-select: none;
      transition: background-color 0.3s;

      &:hover {
        background: rgba(83, 83, 83, 0.8);
      }
    }
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: linear-gradient(-70deg, #424242, transparent 50%);*/
    opacity: 1;
    border-radius: 10px;
  }

  &:hover .postcard__bar {
    width: 100px;
  }
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;

    .postcard__title {
      font-size: 2rem;
    }

    .postcard__tagbox {
      justify-content: start;
    }

    .postcard__img {
      max-width: 300px;
      max-height: 100%;
      transition: transform 0.3s ease;
    }

    .postcard__text {
      padding: 3rem;
      width: 100%;
    }

    .media.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      background: #18151f;
      top: -20%;
      height: 130%;
      width: 55px;
    }

    &:hover .postcard__img {
      transform: scale(1.1);
    }

    &:nth-child(2n+1) {
      flex-direction: row;
    }


    &:nth-child(2n+1) .postcard__text::before {
      left: -12px !important;
      transform: rotate(4deg);
    }

    &:nth-child(2n+0) .postcard__text::before {
      right: -12px !important;
      transform: rotate(-4deg);
    }
  }
}
@media screen and (min-width: 1024px){
   .postcard__text {
      padding: 2rem 3.5rem;
    }
		
	.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      
      top: -20%;
      height: 130%;
      width: 55px;
    }
	
  .postcard.dark {
		.postcard__text:before {
			background: #18151f;
		}
  }
	.postcard.light {
		.postcard__text:before {
			background: #e1e5ea;
		}
  }
}

.cusom-book-img {
  max-width: 270px;
}

.pubbl-text {
 padding:40px;
}

.pubbl-gray-text {
 color:#797979;
 font-size: 18px;
}

.card {
  border: 0;
}

.bandiere {
  width: 30px;
}

.first-container {
  width: 265px;
}

.contact-message-area {
  width: 265px;
  margin-top: 24px;
}



/**/
@media (max-width: 767px) {

  .img-wrapp {
    overflow:visible !important;
  }

  .img-face {
    position:relative;
    left:33%;
  }

	.custom-pos {
		float: none;
		margin-top: 12px !important;
		margin-left: 0 !important
	}
	
	.cww-istr-section .container {
	    display: block; 
	}
	
	.cusom-book-img {
		max-width: 100%;
	}
	
	section.cww-main-banner {
		height: 95vh;
	}
	
	section.cww-main-banner .img-wrapp {
		 display: block;
	}
	
	section.cww-main-banner .animated-bg {
		position: absolute;
    content: "";
    left: 25%;
    top: 20px;
    width: 30%;
    height: 10%;
	}
	
	.content-wrapp {
		top: 150px;
		position: relative;
	}
	
	.button-wrapp .btn-primary {
		margin-bottom: 10px;
	}
	
	.col-md-12 {
		padding: 0;
	}
	
	.section-title-wrapp > h2 {
		font-size: 26px;
	}
	
	.cww-contact-section .contact-wrapp.cww-flex .address-wrap {
		margin: 0;
		margin-top: 10px;
		padding: 15px;
		margin-top: 10px;
	}


  /* Contact area */
  .first-container {
    width: 100%;
  }

  .contact-message-area {
    width: 100%;
    margin-top: 24px;
  }

/*
  .form-wrapp {
    padding: 0;
    
  }
*/

}

/* Recensioni */
.recensione {
	margin-bottom: 20px;
}

.r-head {
	padding: 15px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.r-img {
    width: 50px;
    margin-right: 20px;
}

.r-stars {
	margin-bottom: 10px;
	color: gold;
}

.r-caption {
	font-size: 22px;
  font-weight: 600;
}

.r-body {
	padding: 25px;
	border: 1px solid #999;
}

/* Form contatti*/

.btn-send {
	float: left;	
}

.spin-send {
  width: 50px;
  position: relative;
  left: 40px;
  top: 20px;
  display: none;  
}

.spin-block {
	display: block;
}

.cust-ppos {
  padding: 14px;
  width: 250px;
  float: right;
  text-align: center;
  top: 17px;
}

#prova {
	background-size: cover;
	background-color: red;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 2051px;
	height: 866px;
	overflow: hidden;
	pointer-events: none;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	will-change: transform, opacity;
	margin-top: 31.9px;
	transform: translate3d(0px, -104.31px, 0px);
	background-image: url("img/cta.jpg");
}

#jarallax-container-0 {
	clip: rect(0, 1927px, 412px, 0) !important;
}
