/* 
 Theme Name:     Divi child theme by Lake Design
 Author:         Lake Design
 Author URI:     https://lakedesign.ca
 Template:       Divi
 Version:        2.0 
*/ 

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Fonts */ 

@font-face { 
	font-family: 'Eighties'; 
	src: url('../otf/eightiescomeback-semicond.otf');
	font-weight: 300; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Eighties'; 
	src: url('../otf/eightiescomeback-boldsemicond.otf');
	font-weight: 700; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Eighties'; 
	src: url('../otf/eightiescomeback-smbdsmcn.otf');
	font-weight: 500; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Roie'; 
	src: url('../ttf/roie.ttf');
	font-weight: 700; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Axiforma'; 
	src: url('../otf/axiformabold.otf');
	font-weight: 700; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Axiforma'; 
	src: url('../otf/axiformabook.otf');
	font-weight: 500; 
	font-style: normal; 
}

h1, h2, h3, h4, h5, h6 { font-family: 'Eighties'; font-weight: 500; }
p { font-family: 'Axiforma'; font-weight: 500; }

body {
    background: transparent !important;
}

/* Getting Started Page */

.form_seps h3 { font-size: 34px; }
.form_seps {
    border-bottom: 1px solid transparent;
    padding-bottom: 15px;
    border-image: linear-gradient(150deg, rgb(0, 227, 156), rgb(0, 135, 236) 25%, rgb(171, 57, 239) 50%, rgb(255, 0, 167) 75%, rgb(255, 177, 0)) 1 !important;
	margin-top: 25px !important;
}


/* JUMPING HEADER FIX */
.et_pb_section_0 {
    padding-top: 155px !important;
}
@media (max-width: 980px) {
	.et_pb_section_0 {
		padding-top: 110px !important;
	}
}

/* ATF */ 

.atf_sub { 
	text-transform: uppercase;
    font-family: 'Roie';
    letter-spacing: 1px;
	margin-bottom: 40px; 
	color: #c2d4d6; 
}

/* Logo Caro */ 

.logo_caro .swiper-slide {
    height: 130px;
    padding: 0px;
    border: 1px solid #ebebeb;
	background: #fdfdfd;
}

.logo_caro .swiper-slide img {
	opacity: 0.55;
	width: 75%;
}

/* Portfolio Section Homepage */ 

.portfolio_grid .container .card4 .pic {
  background-image: url("../jpg/raven.jpg");
}
.portfolio_grid .container .card4 .button_circle {
  background-color: #393e45;
}

.portfolio_grid .container .card5 .pic {
  background-image: url("../jpg/vmg-1.jpg");
}
.portfolio_grid .container .card5 .button_circle {
  background-color: #075254;
}

.portfolio_grid .container .card6 .pic {
  background-image: url("../jpg/fallflavours.jpg");
}
.portfolio_grid .container .card6 .button_circle {
  background-color: #ad4005;
}

.portfolio_grid .container .card7 .pic {
  background-image: url("../jpg/winefest.jpg");
}
.portfolio_grid .container .card7 .button_circle {
  background-color: #3d0f1c;
}

.portfolio_grid .container .card8 .pic {
  background-image: url("../jpg/exploresummerside.jpg");
}
.portfolio_grid .container .card8 .button_circle {
  background-color: #1b3945;
}

.portfolio_grid .container .card9 .pic {
  background-image: url("../jpg/innovationpei.jpg");
}
.portfolio_grid .container .card9 .button_circle {
  background-color: #772e2e;
}
