
/*---------------------------------------------------------------------------------

 Theme Name:   Patsrealty
 Theme URI:    https://www.patsrealty.com/
 Description:  Child theme for Divi parent theme
 Author:       Md. Ibrahim
 Author URI:   https://mdibrahim.net/
 Template:     Divi
 Version:      1.2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Remove the sidebar globally by default */

/* #main-content .container:before {
  background: none;
}
#sidebar {
  display: none;
} */

/* @media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 0px 0px 0px 0px !important;
    float: none !important;
  }
}
 */
.vertical-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#sidebar .et-waypoint:not(.et_pb_counters) {
	opacity: 1;
}

#sidebar .et_pb_blurb_content {
	margin-top: 30px;
}

#sidebar .et_pb_blurb_container a:hover  .et_pb_main_blurb_image {
	opacity: .7;
}

.et_pb_blurb_description a, .et_pb_blurb_container a {
	transition: color .3s;
}

.et_pb_blurb_container a:hover {
	color: #8c8c8c !important;
}

.contact-btn {
	background-color: #ff0;
	border-radius: 3px;
	border: 2px solid #000;
	color: #000 !important;
	display: block;
	font-size: 16px;
	margin-top: 15px;
	padding: 15px;
	position: relative;
	text-align: center;
	transition: border .3s, padding .3s;
}

.contact-btn:hover {
	padding: 15px 30px 15px 15px;
}

.contact-btn::after {
	color: #000;
	content: "5";
	font-family: ETmodules !important;
	font-size: 30px;
	font-size: 30px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .3s;
}

.contact-btn:hover.contact-btn::after {
	opacity: 1;
}

.contact-btn:hover {
	border: 2px solid #ff0;
}

@media all and (max-width: 980px) {
	/*** if column order for mobile ***/
	.custom_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.first-on-mobile {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 30 !important;
	}
	
	.second-on-mobile {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0 !important;
	}
	
	.third-on-mobile {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.fourth-on-mobile {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
	
	.orange-country-breadcrumb {
		background-position: center;
	}
}

@media all and (max-width: 767px) {}
