/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/*WM Custom CSS*/
.elementor-button, .elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
	color: #fff;
}

.awsm-list-right-col { float: right; }
@media only screen and (max-width: 768px) {
.awsm-list-right-col {
    float: none;
    display: inline-block;
    padding-top: 5px;
    line-height: 1.4;
   }
}
.awsm-job-item h2.awsm-job-post-title a {
font-size: 18px;
line-height: 1.45;
}
.heading-w-orange h2 {
	border-left: #e35425 1px solid;
    padding: 4px 0px 4px 12px;
}
a.custom-orange-btn, a.custom-orange-btn:link, a.custom-orange-btn:visited {
	display: inline-block;
	background-color: #CD4920;
	padding: 25px 50px;
	color: #fff;
    font-size: 25px;
    font-weight: bold;
	border-radius: 5px;
	margin: 40px 0;
	transition: all 250ms;
}
a.custom-orange-btn:hover {
	background-color: #4d4d4d;
}
.divider-blogs {
	margin: 30px 0;
	border-top: 4px solid #dadada;
}
a, a:link, a:visited {
	color: #CD4920;
}
.elementor-button, .elementor-button:focus, .elementor-button:hover, .elementor-button:visited, .elementor-button:focus:link {
	color: #fff;
}
a.custom-gray-btn, a.custom-gray-btn:link, a.custom-gray-btn:visited {
	display: inline-block;
	background-color: #4D4D4D;
	padding: 25px 50px;
	color: #fff;
    font-size: 25px;
    font-weight: bold;
	border-radius: 5px;
	margin: 40px 0;
    transition: all 250ms;
}
a.custom-gray-btn:hover {
	background-color: #CD4920;
}
a.custom-white-btn, a.custom-white-btn:link, a.custom-white-btn:visited {
	display: inline-block;
	background-color: #fff;
	padding: 25px 50px;
	color: #4D4D4D;
    font-size: 25px;
    font-weight: bold;
	border-radius: 5px;
	margin: 40px 0;
    transition: all 250ms;
}
a.custom-white-btn:hover {
	background-color: #CD4920;
    color: #fff;
}
.gray-col-right {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px 135px 45px 85px;
    border-radius: 70px 0px 0px 70px;
    background-color: #4D4D4D;
}
.gray-col-left {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px 85px 45px 135px;
    border-radius: 0px 70px 70px 0px;
    background-color: #4D4D4D;
    margin-lefT: 0px;
}
.content-col-right {
	padding: 45px 135px 45px 85px;
}
.content-col-left {
	padding: 45px 85px 45px 135px;
}
.gray-col-right h2 .gray-col-left h2 {
	color: #fff !important;
    font-weight: 700 !important;
}
.gray-col-right p, .gray-col-right ul li, .gray-col-left p, .gray-col-left ul li {
	color: #fff;
}
.gray-col-right h3, .gray-col-left h3 {
	color: #CD4920
}
.gray-col-left p, .gray-col-right p {
	margin-top: 25px;
}
.custom-mb {
	margin-bottom: 100px;
}
.custom-mt {
	margin-top: 100px;
}
.int-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 100px 0 100px 0;
}
.int-hero h1 {
	max-width: 505px;
    color: #fff;
    font-size: 60px;
	font-weight: bold;
    line-height: 1.3;
}
body {
    line-height: 0;
    overflow-x: hidden;
} 
ul, li {
	margin-left: 25px;
	font-size: 18px;
}
@media only screen and (max-width: 1024px) {
	.gray-col-right {
    	padding: 45px;
		border-radius: 0px;
    }
    .gray-col-left {
    	padding: 45px;
		border-radius: 0px;
    }
    .content-col-right {
    	padding: 45px;
    }
    .content-col-left {
    	padding: 45px;
    }
    .custom-mb {
		margin-bottom: 0;
	}
	.custom-mt {
		margin-top: 0;
	}
    .int-hero {
		padding: 90px 0;
	}
    .int-hero h1 {
		max-width: 100%;
        font-size: 48px;
	}
}
@media only screen and (max-width: 767px) { 
	.gray-col-right {
    	padding:25px;
        border-radius: 0px;
    }
    .gray-col-left {
    	padding:25px;
        border-radius: 0px;
    }
    .content-col-right {
    	padding:25px;
    }
    .content-col-left {
    	padding:25px;
    }
    .int-hero {
		padding: 60px 0;
	}
    .int-hero h1 {
        font-size: 32px;
	}
}
@media only screen and (max-width: 499px) { 
	.gray-col-right {
    	padding:10px;
        border-radius: 0px;
    }
    .gray-col-left {
    	padding:10px;
        border-radius: 0px;
    }
    .content-col-right {
    	padding:10px;
    }
    .content-col-left {
    	padding:10px;
    }
    .int-hero {
		padding: 60px 0;
	}
    .int-hero h1 {
        font-size: 32px;
	}
}
/*Blog Styling*/
 .blog-content img {
 	padding: 20px 0 10px 0;
 }
.blog-content p {
	padding-top:20px;
}
 .blog-content em {
 	text-align: center;
 	margin: auto;
 	font-size: 18px;
 }
 .blog-content h2 {
 	padding-top: 35px;
 	font-size: 36px;
 	line-height: 1.2;
 	font-weight: 700;
 }
 .blog-content h3 {
 	padding-top: 20px;
 	font-weight: 600;
 	font-size: 28px;
 }
 .blog-content h4 {
 	margin-top: 20px;
 }
 .blog-content h5 {
 	margin-top: 40px;
 }
 .blog-content h6 {
 	margin-top: 20px;
 }
 .blog-content li {
	 list-style-type:disc;
	 padding-top:12px;
 }
.blog-content ol li {
	list-style-type:decimal;
}
 .blog-content strong {
 	font-weight: 700;
 }
 .blog-content dt {
 	padding: 10px 0;
 	font-size: 21px;
 }
 .blog-content dt:before {
 	display: inline-block;
 	content: "";
 	height: 10px;
 	margin-right: 10px;
 	background-color: #000;
 	width: 10px;
 }
 .blog-content dd {
 	margin-left: 40px;
 }
 .blog-section {
 	padding: 0 55px;
 }
 .blog-content .row .row-content {
 	padding: 20px 0;
 }
 .blog-content .blog-quote {
 	background-color: #f6f6f6;
 	padding: 40px;
 	margin: 40px 0;
 }
.elementor-432 .elementor-element.elementor-element-6cc7406 {
	line-height: 1.3;	
}