/*======================================
Theme Name: WMC-Child
Theme URI: https://divicake.com/
Description: WMC custom styles
Version: 1.0
Author: Rob Dracker
Author URI: https://www.wmcstudios.com
Template: Divi
======================================*/

/* SNT WebFonts */

/* 
/*@font-face {
	font-family: "Agency";
	src: url("fonts/Agency.ttf.woff") format("woff"),
		url("fonts/Agency.ttf.svg#Agency") format("svg"),
		url("fonts/Agency.ttf.eot"),
		url("fonts/Agency.ttf.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: "Crackhouse";
	src: url("fonts/Crackhouse.woff2") format("woff2"),
		url("fonts/Crackhouse.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

.snt-hdword {
	font-family: "Crackhouse" !important;
}

/* Heading and Navigation Styles */

.snt-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.snt-header-row {
	display: flex;
}

.et-menu-nav li,
.et-menu-nav a,
.snt-consultation {
	font-family: "Agency-FB", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.snt-consultation {
	letter-spacing: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Agency-FB", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.slider-heading {
	margin-right: -20px;
	word-wrap: normal;
}

.slider-subheading {
	margin-right: -8px;
	margin-top: -5px;
}

/* Button Styles */

.snt-button-1 {
	font-family: "Agency-FB", sans-serif;
	font-style: normal;
	width: 300px;
	text-align: center;
	text-transform: uppercase;
}

.snt-button-2 {
	font-family: "Agency-FB", sans-serif;
	font-style: normal;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
}

/* Custom Styles */

.snt-resources-divider:before {
	content: '';
	position: absolute;
	background: transparent;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMTQwbDY0MC03MCA2NDAgNzBWMEw2NDAgNzAgMCAwdjE0MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEw2NDAgNzAgMCAxNDB6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 100% 60px;
	height: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:10;
}

/* Divi Element Adjustments */

.et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_blurb_position_right .et_pb_main_blurb_image {
	width: 100px;
}

.wp-image-140 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}

/* Footer Styles */

.et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
	margin-bottom: 10px;
}

.footer-widget .widget_text {
	width: 100%;
	text-align: center;
}

.footer-widget .widget_text img {
	max-width: 10%;
	height: auto;
	margin-top: 30px;
}

h5.snt-footer {
	font-size: 24px;
	letter-spacing: 1.4px;
}

h6.snt-footer {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: 1.4px;
}


/* SNT News Section Styles */
/* LEFT JUSTIFIED BLOG IMAGE */
#dm-slider .et_pb_slide_image img {
    margin-top: 0px;
    margin-left: 0px;
    max-height: 100% !important;
}
#dm-slider .et_pb_slide {
    padding-left: 0px;
}
/* TURN DOTS INTO RECTANGLES */
#dm-slider .et-pb-controllers a {
    width: 24px;
    height: 4px;
    margin-right: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#dm-slider .et-pb-arrow-prev,
#dm-slider .et-pb-arrow-next {
    background-color: rgba(0, 0, 0, .25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50% !important;
}
#dm-slider .et-pb-controllers {
    top: 30px !important;
    left: calc(47.25% + 40px)!important;
    width: 50%!important;
    height: 10px!important;
    text-align: left!important;
}

/* Left Justified Post Images */
@media only screen and (min-width: 981px) {
	.snt-newsposts .et_pb_post img,
	.snt-newsposts .et_overlay {
		width: 38%;
		
		margin-right: 4%;
		float: left;
	}
	.snt-newsposts .entry-title,
	.snt-newsposts .post-meta,
	.snt-newsposts .post-content { 
	    float: right; 
	    width: 58%; 
	}
	body.rtl .snt-newsposts .et_pb_post img,
	body.rtl .snt-newsposts .et_overlay {
		float: right;
		margin-left: 4%;
		margin-right: 0;
	}
	body.rtl .snt-newsposts .entry-title,
	body.rtl .snt-newsposts .post-meta,
	body.rtl .snt-newsposts .post-content { 
	    float: left; 
	}
}