/*--------------------------------------------------------------
# SpringBoard Overrides
--------------------------------------------------------------*/
body {
    font-size: 16px;
    line-height: 1.42857143;
    /*color: #666666;*/
    color: #252525;

}
#footer {
    background: #111;
    padding: 60px 10px 30px 10px;
    color: #fff;
    font-size: 14px;
}

#about {
    background: #fff;
    padding: 30px 0;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px) {
	#hero .hero-container {
	    background: rgba(0, 0, 0, 0.25);
	    display: table-cell;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	    vertical-align: middle;
	    padding-top: 120px;
	}
} 
@media (max-width: 768px) { 
		#hero .hero-container {
	    background: rgba(0, 0, 0, 0.25);
	    display: table-cell;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	    vertical-align: middle;
	}
	
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    
}

#header-sticky-wrapper {
  background: rgba(0, 0, 0, 0.85) !important;
}

/* Logo bigess */

@media (min-width: 768px) {
	#header #logo img {
	    padding: 0;
	    margin: 0;
	    max-height: 70px;
	}
	
	#header {
	    height: 120px;
	}
	#nav-menu-container {
	    float: left;
	    margin: 20px 0;
	}
	
	.nav-menu a {
	    padding: 10px 15px;
	    text-decoration: none;
	    display: inline-block;
	    color: #fff;
	    font-family: 'Raleway', sans-serif;
	    font-weight: 300;
	    font-size: 19px;
	    outline: none;
	}
}

/* End logo bigest */


/* Contact fa icon size */
.single-icon .fa{
 font-size: 32px;	
 color: #03C4EB;
 padding-bottom: 8px;
}
/* Contact fa icon size end */


/* Services title */
.service-title {
    /*margin-left: 80px;*/
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.img-service {
  transition: transform .5s ease-in-out;
  filter: contrast(0.3);
}

.img-service:hover {
  transform: scale(1) rotate(10deg);
}


/* Contact form 7 styling */

.wp-block-uagb-cf7-styler .wpcf7 *, .wp-block-uagb-cf7-styler .wpcf7 :after, .wp-block-uagb-cf7-styler .wpcf7 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#wpcf7-f28-p11-o1 input[type="submit"] {
	background: #03C4EB;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    text-align: right;
}


/*
div.wpcf7 { 
background-color: #fbefde;
border: 1px solid #f28f27;
padding:20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background:#725f4c;
color:#FFF;
font-family:lora, sans-serif; 
font-style:italic;    
}

.wpcf7 input[type="button"] { 
background-color:#725f4c;
width:100%;
text-align:center;
text-transform:uppercase;
}
*/

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number {
    font-size: 2.5em;
    font-weight: bold;
}

/* Izlidzinu service aprakstus */
@media (min-width: 768px) {
	.wp-block-coblocks-feature p:not(.has-background) {
	    padding-top: 0;
	    height: 100px;
	}
}

/* Services pirmās bildes margin */
@media (min-width: 768px) {
	.spec-margin {
	    margin-top: 34px;
	}
}

@media (max-width: 320px) {
#hero .hero-logo {
    margin: 20px;
    padding-top: 60px;
}
}

/* Adding additional logo and hide from mobile devices menu point */
@media (min-width: 768px) {
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-443.nav-item{
	display:none !important;
}
}


