/*
Theme Name: Mastenia - Premium form wizard landing page
Theme URI: http://www.ansonika.com/mastenia/
Description: Hotel Paradise is created by <a href="http://www.ansonika.com">Ansonika</a>.
Version: 1.0.0
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

CSS STRUCTURE:

1. SITE STRUCTURE
2.  PAGES AND CONTENT
3. MISC
4. MEDIA QUERIES

/*============================================================================================*/
/* 1. SITE STRUCTURE */
/*============================================================================================*/

/* #Site Header
================================================ */
header{background: #fff; width:100%; padding:15px 0 5px 0; }
#top-msg{ -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);box-shadow: 3px 3px 3px rgba(0,0,0,0.3); margin-bottom:20px; color:#CCC; line-height:16px; padding: 10px;}
#top-msg-wp{ padding:15px 15px 0 15px;}

#top-msg a{ color:#fff; }

#top-nav ul{ float:right; margin-top:25px;  margin-right:-10px; font-weight:bold; font-size:12px;}
#top-nav ul a { color:#7d7d7d; text-decoration:none;}
#top-nav ul a:hover, #top-nav ul a#active{ color:#323232;}
#top-nav ul li {float:left; padding-left:10px; margin-right:10px }
#top-nav ul li:first-child{ background:none;}
#shadow {background: url(../img/shadow_top.png) repeat-x 0 0; height:4px; width:100%; position:absolute; left: 0; top:0; z-index:99}
#shadow_2 {background: url(../img/shadow_bottom.png) repeat-x 0 0; height:4px; width:100%; position:absolute; left: 0; bottom:0; z-index:99}

#top-nav ul li a#purchase { color: #C33;}
#top-nav ul li a#purchase:hover { color:#323232;}

/* Button Responsive Menu*/
.btn-responsive-menu{display: none;float: right;padding:5px;cursor:pointer;margin:  0px 0 0 0;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.icon-bar {display: block;width: 18px;height: 2px;margin:5px;background-color: #f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}
.show{display:block!important}

/* #Site Footer
================================================ */
footer {border-top: 2px solid #ddd; padding-top:10px; margin-top:30px; margin-bottom:30px;}	
.copy { font-size:12px; padding-top:10px;text-align:right;}

/* #Content
================================================ */
#content_1, #content_2, #content_3, #content_4 { padding-top:40px}
#content_1 article, #content_2 article { margin-bottom:25px !important;}

#form_area {background-image: linear-gradient(to right, #004d4d, #7d0202); width:100%; padding: 60px 0; position:relative; color:#fff; border-bottom: 4px solid #CCC; border-top: 4px solid #CCC}
#form_area_reserv { background: url(../img/blur_2.jpg) no-repeat top center; width:100%; padding: 60px 0; position:relative; color:#fff; border-bottom: 4px solid #CCC; border-top: 4px solid #CCC}
#form_area_survey { background:#356070; width:100%; padding: 60px 0; position:relative; color:#fff; border-bottom: 4px solid #CCC; border-top: 4px solid #CCC}

.container2 { background: url(../img/white_bg_15.png) repeat; padding:30px; }
.box { border-top: 4px solid #CCC}
.box a {background:#f6f6f6 top right; height:90px; text-align:center; padding-top:30px; margin-bottom:20px; width:100%; display:block; -webkit-transition: background .6s ease;-moz-transition: background .6s ease;-ms-transition: background .6s ease; -o-transition: background .6s ease;transition: background .6s ease;}
.box a:hover {background:#c9eaee url(../img/plus_corner.png) no-repeat bottom right;}
.about_strip { text-align:center;}

h3.question { font-size:16px; font-weight:600; padding-bottom:10px; border-bottom:3px double #fff; text-shadow: 1px 1px 1px rgba(0,0,0,.4); color:#fff; margin-bottom:20px; display:inline-block; line-height:20px; width:100%;}

/*============================================================================================*/
/* 2. PAGE AND CONTENT */
/*============================================================================================*/
.button-back { float: left; }
.button-next { float: right; }
a.button-back, a.button-next {text-decoration:none; color:#fff; }
.button-back, .button-next, .finish {
	 color: #fff; cursor: pointer; padding: 8px 20px; text-decoration: none; background: #f37410 url(../img/bg_button_yellow.png) repeat-x 0 0; font-weight:700;
	-khtml-border-radius: 4px; -moz-border-radius: 4px; -opera-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border-top: 1px solid #fac068; border-left: 1px solid #fac068;
	-moz-box-shadow: 1px 2px  2px rgba(0,0,0,0.3);-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);box-shadow: 1px 2px 2px rgba(0,0,0,0.3); text-shadow: 1px 1px 1px rgba(0,0,0,.4); font-size:12px;}
	
.ie10 .button-back, .ie10 .button-next { border-radius: 0;}
.button-back:hover, .button-next:hover{color: #333; text-shadow: 1px 1px 1px rgba(255,255,255,.8); text-decoration: none; }

.step {clear: left;   background:url(../img/white_bg_15.png) repeat; padding:30px 30px; -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);box-shadow: 3px 3px 3px rgba(0,0,0,0.3);}

.step label { color: #fff; display: block; margin-bottom:3px;  text-shadow: 1px 1px 1px rgba(0,0,0,.4); position:relative; }
.step legend { font-size:11px}

.error-image { background: #111 url('../img/alert.png') no-repeat right top;}
ul.stepy-titles { margin:0; padding:0;}
.stepy-titles { list-style: none; margin: 0; padding: 0; width: 100%;  color:#fff; margin-bottom:0; height:40px; }
.stepy-titles li:first-child {margin-left:0;}
.stepy-titles li { cursor: pointer; float: left; padding: 7px 20px; background:url(../img/white_bg_30.png) repeat-x left bottom; font-weight:600; margin-bottom:0px;  margin-left:2px; position:relative; font-size:16px; }
.stepy-titles li span { font-size:11px; display: block; font-weight:normal; }
.stepy-titles .current-step { cursor: auto; background:url(../img/white_bg_15.png) repeat-x; padding: 7px 20px;  }

input.error{ border-bottom:1px solid #C00}
label.error {background: #333 url(../img/alert.png) no-repeat 5px 5px; color: #fff; display: block; float: left; font-size: 11px ; height: 20px; padding: 6px 10px 0px  25px;  font-weight:400; margin:8px 5px 0 0; -khtml-border-radius: 5px; -moz-border-radius: 5px; -opera-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-clip: border-box;}
.ie10 label.error {border-radius: 0; }
input[type="submit"].finish:hover, input[type="submit"].finish:active {color: #333; text-shadow: 1px 1px 1px rgba(255,255,255,.8);}
.finish{
    float:right;
}
.finish:hover{
    background-image: linear-gradient(to left bottom, #066, #770505);
}


/*============================================================================================*/
/* 3. MISC */
/*============================================================================================*/
.magnify_2{ background:url(../img/zoom_1.png) no-repeat 50% 50%; display:none; height:92%; left:0; position:absolute; top:0; width:100%; z-index:999; text-align:center; line-height:160px; font-weight:600; font-size:11px; color:#fff; }
.pictures div{ position:relative}
.line{ border-left:1px dotted  #ccc; padding-left:35px;}

/* list bullets*/
ul.list_3{ margin-left:10px; margin-bottom:20px;}
ul.list_3 li{background:url(../img/tick_1.png) no-repeat left 3px;line-height:18px;padding-left:20px;}

/*============================================================================================*/
/* 4. MEDIA QUERIES */
/*============================================================================================*/


/* Tablet Portrait size to standard 960 (devices and browsers) ================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.step {padding:30px 45px; }
select { width:85%;}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#form_area, #form_area_reserv, #form_area_survey { padding: 30px 0;}

.step {padding:30px ; }
input.long{ width:93%}
.columns.line{ background:none }
.line{padding-top:35px; padding-left:0; border-left:none;}
.stepy-titles li {padding: 15px 10px;  font-size:12px; }
.stepy-titles li span { display:none; }
.stepy-titles .current-step { padding: 15px 10px;  }

#top-nav		{width:100%;float:left;}
#top-nav			{display:none;}
#top-nav ul	{float: none; padding:10px 0; margin:0;}
#top-nav ul li 	{float: none; border-top: 1px solid #ddd; font-size:14px; padding:0; margin:0;}
#top-nav ul li a	{ display:block; padding:5px;}
#top-nav ul li a:hover{ background-color:#ddd;}
#top-nav ul a#active{ color:#323232; background-color:#ddd;}
.btn-responsive-menu{display:block;}	

footer ul.social-bookmarks {float:none;  display:block;  text-align:center;}	
ul.social-bookmarks li{ display:inline-block; float:none}

.copy {padding-top:20px; text-align:center}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
select { width:85%;}
input.long{ width:90%}
textarea.uniform { width:93%; min-height:95px;}

#form_area, #form_area_reserv, #form_area_survey { padding: 30px 0;}

.step {padding:30px ; }
.columns.line{ background:none }
.line{padding-top:35px; padding-left:0; border-left:none;}
.stepy-titles li {padding: 15px 10px;  font-size:12px; }
.stepy-titles li span { display:none; }
.stepy-titles .current-step { padding: 15px 10px;  }

#top-nav		{width:100%;float:left;}
#top-nav			{display:none;}
#top-nav ul	{float: none; padding:10px 0; margin:0;}
#top-nav ul li 	{float: none; border-top: 1px solid #ddd; font-size:14px; padding:0; margin:0;}
#top-nav ul li a	{ display:block; padding:5px;}
#top-nav ul li a:hover{ background-color:#ddd;}
#top-nav ul a#active{ color:#323232; background-color:#ddd;}
.btn-responsive-menu{display:block;}	

footer ul.social-bookmarks {float:none;  display:block;  text-align:center;}	
ul.social-bookmarks li{ display:inline-block; float:none}

.copy {padding-top:20px; text-align:center}

}


















#account-section a {
	text-decoration: none;
	color: #1ab188;
	transition: .5s ease;
  }
  #account-section a:hover {
	color: #179b77;
  }
  
  #account-section  {
	/* background: rgba(19, 35, 47, 0.9); */
	/* padding: 40px; */
	/* max-width: 600px; */
	/* margin: 40px auto; */
	/* border-radius: 4px; */
	/* box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3); */
  }
  
  #account-section .tab-group {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
  }
  #account-section .tab-group:after {
	content: "";
	display: table;
	clear: both;
  }
  #account-section  .tab-group li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	background: rgba(19, 35, 47, 0.9);
	color: #a0b3b0;
	font-size: 20px;
	float: left;
	width: 44%;
	text-align: center;
	cursor: pointer;
	transition: .5s ease;
  }
  #account-section .tab-group li a:hover {
	background: #179b77;
	color: #ffffff;
  }
  #account-section .tab-group .active a {
	background: #1ab188;
	color: #ffffff;
  }
  
  #account-section .tab-content > div:last-child {
	display: none;
  }
  
  #account-section h1 {
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	margin: 0 0 15px;
  }
  
  
  #account-section .button {
	border: 0;
	outline: none;
	border-radius: 0;
	/* padding: 15px 0; */
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #1ab188;
	color: #ffffff;
	transition: all 0.5s ease;
	-webkit-appearance: none;
	margin-top: 20px;
  }
  #account-section .button:hover, .button:focus {
	background: #179b77;
  }
  
  #account-section .button-block {
	display: block;
	width: 100%;
  }
  
  #account-section .forgot {
	margin-top: -20px;
	text-align: right;
  }





  .pr20-pricing-right .pr20-pricing-column {
    position: relative;
    -webkit-box-shadow: 0px 60px 27px 0px rgb(135 135 135 / 20%);
    box-shadow: 0px 60px 27px 0px rgb(135 135 135 / 20%);
    padding-bottom: 30px;
    background-color: #ffffff;
  }
  .pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top {
    text-align: center;
    position: relative;
  }
  .pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-pr-table-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-pr-table-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-headline {
    position: relative;
    z-index: 3;
    padding-top: 50px;  
  }

  	.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-headline h6 {
		margin-bottom: 6px;
	}
	.pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-headline h6, .pr20-pricing-right .pr20-pricing-column .pr20-pr-column-top .pr20-headline h3 {
		color: #ffffff;
	}
	.pr20-headline h6 {
		font-size: 18px;
	}
	.pr20-headline h1, .pr20-headline h2, .pr20-headline h3, .pr20-headline h4, .pr20-headline h5, .pr20-headline h6 {
		font-family: "Lexend", sans-serif;
		font-weight: 700;
		text-transform: none;
		line-height: 1.25;
		margin-bottom: 0;
		color: #004d4d;
		text-transform: capitalize;
	}
	small {
		margin-bottom: 10px;
	}
	.pr20-pricing-right .pr20-pricing-column .pr20-pr-table-list {
		padding-top: 70px;
		text-align: center;
	}
	.pr20-pr-table-list ul li {
		display: flex;
	}
	li .aplpg-checked, li .aplpg-unchecked {
		width: 22px;
		height: 22px;
		margin-right: 10px;
		border-radius: 100%;
		line-height: 22px;
		position: relative;
		box-shadow: 0px 6px 18px 0px rgb(0 77 77 / 50%);
		background-image: linear-gradient(0deg, #0cc5c5 1%, #004d4d 53%, #0cc5c5 100%);
	}
	.float-left {
		float: left;
	}
	li .aplpg-checked:before, li .aplpg-unchecked:before {
		top: 0;
		left: 0;
		right: 0;
		color: #fff;
		font-size: 12px;
		content: "";
		font-weight: 900;
		text-align: center;
		position: absolute;
		font-family: "Font Awesome 5 Free";
	}
	.pr20-pricing-right .pr20-pricing-column::after {
		content: '';
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%;
		height: 60px;
		background-image: url(../images/pr-angle-1.png);
		background-size: cover;
		z-index: 1;
	}
	.pr20-headline h3 {
		font-size: 36px;
	}
	

	.input-group {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
	}
	.input-group-append, .input-group-prepend {
		display: -ms-flexbox;
		display: flex;
	}
	.input-group-prepend {
		margin-right: -1px;
	}
	.input-group-text {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: 0.375rem 0.75rem;
		margin-bottom: 0;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		text-align: center;
		white-space: nowrap;
		background-color: #e9ecef;
		border: 1px solid #ced4da;
		border-radius: 0.25rem;
	}
	.input-group>.input-group-prepend>.input-group-text {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}




.hide{
    display:none!important;
}
.product-card{
    display:block;
    justify-content: space-around;
}
.product-card .outer-card {
    height: 340px;
    width: 45%;
    background-color: white;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
	margin-bottom: 25px;
	display: inline-grid;
    margin-right: 25px;
}

.product-card  .first-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
    margin-top: 20px
}

.product-card  .first-row .card {
    height: 110px;
    width: 100%;
    background-image: linear-gradient(to right bottom, #ED5C63, #E8ACAC);
    border-radius: 10px;
    border-top-left-radius: 80px;
    transition: all 1s
}

.product-card .first-row img {
    height: 140px;
    width: 180px;
    position: absolute;
    top: -40px;
    margin-top: 12px
}

.product-card  .second-row {
    text-align: left;
    padding-left: 20px
}

.product-card  .second-row h3 {
    font-size: 19px;
    color: #066;
    margin: 5px;
    margin: 0;
    padding: 5px;
}

.product-card .space {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px
}

.product-card .fa-close {
    color: #6c6c6c;
    font-size: 12px
}

.product-card .space span:nth-child(1) {
    color: purple
}

.product-card .third-row {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 19px
}

.product-card .third-row li {
    height: 25px;
    width: 25px;
    background-color: black;
    border-radius: 50%;
    margin-top: 15px;
    margin-right: 13px;
    list-style: none;
    cursor: pointer
}

.product-card .third-row li:nth-child(1) {
    background-color: brown
}

.product-card .third-row li:nth-child(2) {
    background-color: #27EE2A
}

.product-card  .third-row li:nth-child(3) {
    background-color: #434474
}

.product-card .third-row li:nth-child(4) {
    background-color: #7F82DC
}

.product-card .fourth-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px 30px;
}

.product-card .fourth-row h4{
    color: #066;
}
.product-card .fourth-row h4 del{
    color: #770505;    
}



.product-card .fourth-row span {
    height: 20px;
    width: 20px;
    /*border: 3px solid #434474;*/
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
	color: #434474;
	cursor: pointer;
}

.product-card .fourth-row .minus {
    position: absolute;
    left: 145px
}

.product-card .fourth-row p {
    position: absolute;
    left: 180px;
    font-weight: 600;
	margin-top: 20px;
	color: #434474;
}

.product-card .button {
    display: flex;
    justify-content: center;
    margin-bottom: 1px
}

.product-card .button button {
    background-color: #066;
    color: white;
    height: 40px;
    width: 190px;
    border-radius: 9px;
    transition: all 0.5s;
    cursor: pointer;
    border: none
}

.product-card .button:hover button {
    font-size: 16px;
    background-image: linear-gradient(to left bottom, #066, #770505);
    border: none
}

.product-card .active {
    border: 2px solid #000 !important
}


.switch-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }

  .switch-label {
	width: 150px;
  }

  .switch-label i {
	margin-right: 5px;
  }

  .switch-toggle {
	height: 40px;
  }

  .switch-toggle input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -2;
  }

  .switch-toggle input[type="checkbox"]+label {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 40px;
	border-radius: 20px;
	margin: 0;
	cursor: pointer;
	box-shadow: inset -8px -8px 15px rgba(255, 255, 255, .6),
	  inset 10px 10px 10px rgba(0, 0, 0, .25);

  }

  .switch-toggle input[type="checkbox"]+label::before {
	position: absolute;
	content: 'NO';
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	top: 8px;
	left: 8px;
	width: 45px;
	height: 25px;
	border-radius: 20px;
	background-color: #7d0202;
	box-shadow: -3px -3px 5px rgba(255, 255, 255, .5),
	  3px 3px 5px #7d0202;
	transition: .3s ease-in-out;
  }

  .switch-toggle input[type="checkbox"]:checked+label::before {
	left: 50%;
	content: 'YES';
	color: #fff;
	background-color: #004d4d;
	box-shadow: -3px -3px 5px rgba(255, 255, 255, .5),
	  3px 3px 5px #004d4d;
  }
  .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
   }
   
.payment-type .types .type {
	width: 30%;
    position: relative;
    background: #f2f4f7;
    border: 2px solid #e8ebed;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    margin-right: 20px;
}

.payment-type .types .type:hover {
	border-color: #28333b;
}

.payment-type .types .type:hover .logo,
.payment-type .types .type:hover p {
	color: #28333b;
}

.payment-type .types .type.selected {
	border-color: #004d4d;
	background: rgba(64, 179, 255, 0.1);
}

.payment-type .types .type.selected .logo {
	color: #004d4d;
}

.payment-type .types .type.selected p {
	color: #28333b;
}

.payment-type .types .type.selected::after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	height: 40px;
	width: 40px;
	top: -21px;
	right: -21px;
	background: #fff;
	border: 2px solid #004d4d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #004d4d;
}

.payment-type .types .type .logo,
.payment-type .types .type p {
	transition: all 0.5s ease;
}

.payment-type .types .type .logo {
	font-size: 48px;
	color: #8a959c;
}

.payment-type .types .type p {
	margin-bottom: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #8a959c;
}

.payment-info .column {
	width: calc(50% - 25px);
}

.payment-info .title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.payment-info .title .num {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 2px solid #004d4d;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 12px;
	font-size: 12px;
}

.flex {
	display: flex;
	flex-direction: row wrap;
	align-items: center;
}

.flex.justify-space-between {
	justify-content: space-between;
}


.blog-card {
	display: block;
	position: relative !important;
	background: #fff;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 350px;
	box-shadow: 4px 8px 28px rgba(39, 44, 49, 0.1), 1px 3px 8px rgba(39, 44, 49, 0.075);
	margin: 5vh auto;
	overflow: hidden !important;
	background-position: right !important;
}

.blog-card:hover {
	box-shadow: 0 0 1px rgba(39, 44, 49, 0.2), 0 3px 16px rgba(39, 44, 49, 0.25);
	transform: translate3D(0, -0.5px, 0);
}

.blog-card .content-mask {
	display: inline-block;
	background: rgba(255, 255, 255, 0.9);
	width: 61%;
	height: 100%;
	padding: 0.75em 0 0.75em 2.5em;
	overflow: hidden;
	z-index: 5;
}

.blog-card .horizontal {
	display: inline-block;
	position: relative;
	background: linear-gradient(to top right, rgba(255, 255, 255, 0.9) 40%, transparent 0);
	height: 101%;
	width: 20%;
	top: -5%;
	right: 0.8%;
	overflow: hidden;
}

.blog-card.python {
	background-image: url("https://sg.fiverrcdn.com/photos/115522316/original/0f1ff5d0ae8e6d044d936feaa91630dcec3a0941.jpg?1533894592");
}

.blog-card.web {
	background: url("https://development.ekklesiasolutions.com/assets/uploads/media-uploader/101638585060.png") !important;
	background-image: url("https://development.ekklesiasolutions.com/assets/uploads/media-uploader/101638585060.png") !important;
}

.content-container {
	margin-right: -5vw;
}

.category {
	display: inline-block;
	background: #7d0202;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	min-width: 45px;
	border-radius: 5px;
	box-shadow: 0 0 1px rgba(172, 28, 56, 0.1), 0 2px 6px rgba(172, 28, 56, 0.175);
	margin: 3vh 2px 2.5vh;
	padding: 6px 8px;
	cursor: pointer;
	z-index: 9;
}

.category.python {
	background: #004d4d;
}

.category:hover {
	box-shadow: 0 0 1px rgba(10, 96, 58, 0.2), 0 3px 6px rgba(39, 44, 49, 0.25);
}

.blog-card h1 {
	background: transparent;
	color: rgba(0, 0, 0, 0.9);
	font-family: "Nunito", "Open Sans", sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	line-height: 1.2;
	height: auto;
	border-bottom: 2px solid rgba(204, 204, 204, 0.75);
	margin-top: 0;
	margin-bottom: 0.35em;
	padding-bottom: 5px;
}

.blog-card p {
	font-size: 1.1em;
	line-height: 1.4;
	width: 100%;
	margin-top: 0.3em;
	padding-left: 2px;
	z-index: 9;
	color: #000;
}