/* 
Theme Name: Carnegie Mortgage
Theme URI: https://github.com/elementor/hello-theme/
Description: Carnegie Mortgage and Protection
Author: Interent Creation
Author URI: https://internetcreation.net
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
    Add your custom styles here
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Nunito Sans", "Nunito", Sans-serif;
}

a {
	color: #496399;
}

.plus-navigation-wrap a {
	color: white !important;
}



a:hover {
	text-decoration: underline;
}

.full-width btn {
	width: 100%;
}

.image-col {
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.content-col {
	z-index: 1;
	width: 50%;
	position: relative;
	padding-bottom: 60px;
}

.content-col:before {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	left: -3%;
	top: -280px;
	background-color: #34466c;
	position: absolute;
	content: "";
	-webkit-transform: skew(25deg);
	-ms-transform: skew(25deg);
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-o-transform: skew(25deg);
	transform: skew(25deg);
	border-top-right-radius: 0%;
	height: auto;
	width: 100%;
	width: 110%;
}

@media only screen and (max-width: 768px) {
	.content-col {
		z-index: initial;
		padding-bottom: 0px;
	}
  .content-col:before {
    transform: none;
	  display: none;
  }
	
	.imgage-col {
		min-height: 400px !important; 
		height: 500px
		
		padding: 500px
	}
	
}

.mc-ui-tabs:hover h3 {
	color: white !important;
	 -webkit-text-fill-color: white;
	text-decoration: underline;
	transition: background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.mc-ui-tabs:hover .elementor-icon {
	color: white !important;
	-webkit-text-fill-color: white;
	transition: background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.mm-link a {
	color: white !important;
	-webkit-text-fill-color: white;
}

.plus-navigation-menu li a {
	color: white !important;
}