/*
Theme Name: WPGeeks Child
Theme URI: https://wpgeeks.net/
Author: WPGeeks
Author URI: https://wpgeeks.net/
Template:    wpgeeks
Description: Minimal theme built for speed.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpg
*/

/* Basic typograhpy */
h1{
	font-size: 42px;
}

h2{
	
}

h3{
	
}

p{
  color: #7187ab;
  font-size:17px;
  line-height: 28px;
}

button{
	
}


#hero-text p{
  margin-bottom: 0;
}

.list{
  padding: 45px 20px;
  text-align: center;
  border:solid 1px #0e336f
}

.list span{
  font-size: 18px;
  font-weight: 700;
  color:rgba(255,255,255,.7);
  margin-top: 10px;
  display: block;
}

.list-small{
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-left: 0;
}

.list-small li{
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.list-small span{
  font-size: 18px;
  color:rgba(255,255,255,.7);
}


.list-small img{
  margin-right: 10px;
}

#parteneri-holder{
  padding: 40px 0;
  border-bottom: solid 1px rgba(6, 31, 72, 0.3);
}

#parteneri .elementor-widget-container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#custom_html-3 {
  padding-bottom: 0;
}

#parteneri img{
  margin: 10px;
}

.footer_widgets_row_inner {
    max-width: 1140px;
}

footer#footer{
  background-color: #fff;
}

.widget .line{
  display: none;
}

footer .widget h3{
  color:#051f4a;
  line-height: 1.2em;
}

footer .col-desktop-4:first-of-type .outline {
  margin-bottom: 15px;
}

footer .widget a{
  font-size: 18px;
  color:#7187ab;
  font-weight:400;
}

.widget_media_image {
    padding-bottom: 0;
    margin-top: 2px;
}

.copyright{
  display: none;
}

.cf7-hidden-upload {
  display: none;
}

.custom-upload-icon {
  cursor: pointer;
  width: 28px; 
  transition: transform 0.2s ease;
  margin-left: 5px;
  display: block;
  margin-top: -7px;
}


.real-submit {
  display: none;
}


.wpcf7-radio input[type="radio"] {
  display: none;
}


.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 3px;
}



.wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 0;
  background-color: #20385f;
  cursor: pointer;
  transition: all 0.3s ease;
}


.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  border-color: #007bff;
  background-color: #007bff;
  color: #fff;
}

.wpcf7 input{
  background-color: #20385f;
  border-radius: 0;
  color:#fff;
  font-size:17px;
  padding: 10px;
}


.cf7-hidden-upload {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.file-name-display {
  margin-left: 5px;
  font-style: italic;
  color: rgb(255 255 255 / 30%);
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
}

.custom-upload-wrapper p{
  display: flex;
  align-items: center;
}

[data-wpcf7-id="6"] p{
  margin: 0;
  padding: 0;
  position: relative;
}

[data-wpcf7-id="6"] form{
  background-color: #031739;
  max-width: 400px;
  margin: auto;
  padding:1px 35px 35px 35px
}

[data-wpcf7-id="6"] .wpcf7-spinner {
    position: absolute;
    right: 140px;
    top: 20px;
}

.wpcf7-spinner {
    background-color: #ff8142;
}

.wpcf7-spinner::before {
    background-color: #ffffff;
}

.wpcf7 input:not([type="submit"]){
  margin-bottom: 10px;
}

.custom-upload-wrapper p{
  color:#fff;
}


[data-wpcf7-id="6"] h3{
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
}

[data-wpcf7-id="6"] .step{
    color: #ff8142;
    font-size: 17px;
    margin-top: 10px;
    display: block;
}

[data-wpcf7-id="6"] label{
  font-size: 14px;
  color:#fff;
}

.wpcf7-form-control::placeholder {
  color: #FFF;         
  font-size: 16px;      
  opacity: .4;   
}

[data-name="perioada-rca"] .wpcf7-radio .wpcf7-list-item:first-child{
  margin-left: 0;
}

span.wpcf7-not-valid-tip {
    top: 24px;
    position: absolute;
    font-size: 11px;
}

.custom-upload-wrapper .wpcf7-not-valid-tip{
  width: 130px;
  left: -140px;
}

.custom-upload-wrapper:nth-of-type(2) .wpcf7-not-valid-tip{
  left: -170px;
}

.step4{
  margin-top: -10px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    font-size: 14px;
}

a.button-theme{
  font-size: 20px;
  background-color: #ff8142;
  padding: 10px 20px;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 
    background-color 0.2s, 
    color 0.2s, 
    border-color 0.2s;
    max-width: 330px;
}

a.button-theme.whatsapp{
  background-color: #00aa57;
  color:#fff !important
}

a.button-theme.whatsapp:hover{
  color:#fff !important
}

a.button-theme:hover {
  background-color: #007bff;
}

a.button-theme.outline.white{
  background-color: transparent;
  border:solid 1px #fff
}

a.button-theme.outline.dark{
  background-color: transparent;
  border:solid 1px #051f4a;
  color:#051f4a
}

a.button-theme.outline:hover{
  border:solid 1px #007bff;
  color:#007bff
}

#theme-header .theme-header-holder{
  max-width: 1140px;
  margin: auto;
}

#theme-header a.button-theme{
  border: none;
  font-size: 18px;
  display: unset;
}

#theme-header a.button-theme img{
  max-width: 20px;
}

.button-theme img{
  margin-left: 10px;
}

.fake-submit-button{
  margin-top: 10px;
}

.suna-agent{
  margin-top: -16px;
}

#hero-header .button-theme.outline {
  margin-bottom: 15px;
}

.elementor-element-6ece815 p{
  font-size: 15px;
  line-height: 1.45em;
}


/* Responsive */
@media (max-width:1023px){
}
@media (max-width:767px){
    
[data-wpcf7-id="6"] form {
    margin: unset;
}
    
}
@media (max-width:479px){
  [data-wpcf7-id="6"] form {
    padding: 1px 15px 35px 15px;
  }
  .elementor-widget-container h1{
    font-size: 32px !important;
  }  
  .elementor-widget-container h2,
  .elementor-widget-container h2 span{
    font-size: 28px !important;
  }
  .list{
    padding: 25px 10px;
  }
  .list span{
    font-size: 14px;
  }
  #theme-header a.button-theme {
      font-size: 16px;
      padding: 0;
  }
  #theme-header a.button-theme img {
      max-width: 16px;
      margin-left: 5px;
  } 
}
