/*
 Theme Name:     Divi Child Theme 2020
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* ps css */
.ps-footer-col-row a {
    color: white !important;
}
.ps-footer-col-row.et_pb_row_4col .et_pb_module.et_pb_blurb.et_pb_blurb_2_tb_footer {
    margin-bottom: 22px;
}
.ps-slider .et_pb_slide_content h1 {
    font-size: 80px;
    color: black !important;
    letter-spacing: 4px;
    line-height: 1.8em;
	font-weight:700;
}
.ps-slider .et_pb_slide_content p {
    font-size: 20px;
    color: black !important;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}

.ps-slider .et-pb-active-slide{
	position:relative;
}
.ps-slider .et-pb-active-slide::before{
	position:absolute;
	content:"";
    background: radial-gradient(circle at top left,rgba(255,255,255,0.51) 30%,rgba(255,255,255,0) 89%);
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.ps-slider .et-pb-moved-slide{
	position:relative;
}
.ps-slider .et-pb-moved-slide::before{
	position:absolute;
	content:"";
	background: radial-gradient(circle at top left,rgba(255,255,255,0.51) 30%,rgba(255,255,255,0) 89%);
/* 	background: radial-gradient(circle at top left,rgba(0,0,0,0.65) 23%,rgba(0,0,0,0.38) 80%); */
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.ps-row-Christine {
    margin-top: -143px;
    background-color: white;
}
.ps-btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap:wrap;
}
.ps-btn-section .ps-btn-row .ps-btn {
    margin-right: 2%;
	width: 17.63%;
}

/* Responsive */
@media only screen and (max-width:1440px){
	.ps-slider .et_pb_slide_content h1 {
    font-size: 80px;
    color: black !important;
    line-height: 1.5em;
    font-weight: 700;
		letter-spacing:0;
}
	.ps-slider .et_pb_slide_content p {
    font-size: 20px;
    color: black !important;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}
}
@media only screen and (max-width:1024px){
	.ps-slider .et_pb_slide_content h1 {
    font-size: 80px;
    color: black !important;
    line-height: 1.5em;
    font-weight: 700;
		letter-spacing:0;
}
	.ps-slider .et_pb_slide_content p {
    font-size: 20px;
   color: black !important;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}
}
@media only screen and (max-width:980px){
	.ps-slider .et_pb_slide_content h1 {
    font-size: 48px;
    color: black !important;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0;
}
	.ps-slider .et_pb_slide_content p {
    font-size: 14px;
   color: black !important;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}
}
@media only screen and (max-width:768px){
	.ps-slider .et_pb_slide_content h1 {
    font-size: 48px;
   color: black !important;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0;
}
	.ps-slider .et_pb_slide_content p {
    font-size: 14px;
   color: black !important;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}
}
@media only screen and (max-width:767px){
	.ps-slider .et_pb_slide_content h1 {
    font-size: 32px;
    color: black !important;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0;
}
	.ps-slider .et_pb_slide_content p {
    font-size: 12px;
    color: black !important;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}
}

/* Portfolio Page responsive*/
@media only screen and (min-width:1441px) and (max-width:1810px){
 .ps-btn-row .ps-btn a {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
}
@media only screen and (min-width:981px) and (max-width:1440px){
 .ps-btn-row .ps-btn {
    margin-right: 2%;
    width: unset;
    padding:1%;
}

}
@media only screen and (min-width:768px) and (max-width:980px){
.ps-btn-row .ps-btn {
    margin-right: 2%;
    width: unset;
}
}
@media only screen and (max-width:767px){
 .ps-btn-row .ps-btn {
    width: 100%;
}
}
@media only screen and (min-width:792px) and (max-width:868px){
.ps-btn-row .ps-btn:last-child {
    margin-bottom: 30px;
    margin-left: 12px;
}
}
@media only screen and (min-width:1937px){
	.ps-pg-btn {
    height: 83px;
}
	.ps-btn .ps-pg-btn {
    display: flex;
    align-items: center;
    position:relative;
		justify-content:center;
}
	.ps-pg-btn::after {
    position: absolute;
    right: 17px;
		top:25px;
}
}
@media only screen and (min-width:1025px) and (max-width:1810px){
	.ps-btn-row .ps-btn a {
    min-height: 73px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.ps-pg-btn.et_hover_enabled.et_pb_bg_layout_light {
    font-size: 10.6px !important;
}
	.ps-btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap:unset;
	}
		.ps-btn .ps-pg-btn {
    position:relative;
}
		.ps-pg-btn::after {
    position: absolute;
    right: 5px;
		top:27px;
}
}
/*Footer Styling*/
.ps-col-2 h3 {
    font-size: 28px;
    line-height: 1.7em;
}
.ps-col-3 h3 {
    font-size: 28px;
    line-height: 1.7em;
}
.ps-col-4 h3 {
    font-size: 28px;
    line-height: 1.7em;
}

/* Mobile Responsive */
@media only screen and (max-width:767px){
	.ps-row-Christine{
		margin-top: -48px;
}
}
@media only screen and (min-width:768px) and (max-width:1024px){
	.ps-row-Christine {
    margin-top: -10%;
}
}


/* Blogs Page Styling */
.ps-blog a.more-link {
    background: black;
    padding: 12px 14px;
    color: white;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ps-blog p {
    margin-bottom: 29px;
}
@media only screen and (max-width:992px){
	.ps-blog a.more-link{
		min-width:26%;
	}
}
@media only screen and (max-width:556px){
	.ps-blog a.more-link{
		min-width:100%;
	}
}