/*
Theme Name: PuroClean
Author: Bright Pink Agency
Author URI: https://brightpinkagency.com
*/
@font-face {
    font-family: 'League Gothic';
    src: url(https://use.typekit.net/af/65a1f5/000000000000000000014689/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
         url(https://use.typekit.net/af/65a1f5/000000000000000000014689/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
         url(https://use.typekit.net/af/65a1f5/000000000000000000014689/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-display:block;
    font-style:normal;
    font-weight:400
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style:normal;
    font-display:block;
    font-weight:400;
    src:local('Source Sans Pro Regular'),
        local('SourceSansPro-Regular'),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format('woff2');
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, big, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}


body{
    box-sizing: border-box;
	background-color: #E2E7EB;
	color:#353434;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4;
	position: relative;
}

html, body {
  height: 100%;
}
body {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
	-ms-flex-direction: column; flex-direction: column; 
}
#content {
  flex: 1 0 auto;
    vertical-align: middle;
    align-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   -ms-flex-wrap: wrap; flex-wrap: wrap; 
}
#footer {
  flex-shrink: 0;
}

img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
span {
	font-style: normal;
}
b {
	font-style: normal;
	font-weight: bold;	
}

h1 {
	color: #CA0B2C;
	font-size: 80px;
	font-family: 'League Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 1;
	margin: 10px 0;
}
h2{
	color: #231F20;
	font-size: 32px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 auto 30px;
}


/*Header*/
#header{
	position: relative;
	padding: 40px 0;
}
#header .logo{
	margin: 0px auto;
}
#header .logo img{
    display: block;
    margin: 0 auto;
}

/*Content*/
#content{
/*    padding: 50px 20px;*/
	padding: 20px;
    text-align: center;
}
#content .page-image{
    box-sizing: border-box;
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    width: 100%;
}
#content .page-image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#content .page-content{
/*    padding: 50px 0 70px;*/
    padding: 50px 0 30px;
    width: 100%;
}
#content .page-content .sub-title{
	color: #353434;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.96px;
	text-transform: uppercase;
}

.call-btn{
    background-color: #CA0B2C;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 310px;
    padding: 23px;
    width: auto;
    text-decoration: none;
}
.call-btn:hover {
	background-color: #231F20;
    color: #fff;
    text-decoration: none;
}

/*Footer*/
#footer .copyright{
    background-color: #151515;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

#footer-3 {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
}
#footer-3 div {
	width: 25%;
	height: 15px;
}
#footer-3 #footer-3-blue {
  	background-color: #00346d;
}
#footer-3 #footer-3-red {
 	 background-color: #d0232a;
}
#footer-3 #footer-3-gray {
  	background-color: #373536;
}
#footer-3 #footer-3-lightgray {
  	background-color: #a7a9ac;
}


@media (max-width: 1680px){
	#content .page-image{
		max-width: 600px;
	}
}
@media (max-width: 1024px){
	h1{
		font-size: 64px;
	}
	h2{
		font-size: 28px;
	}
	#content {
		padding: 20px 20px 50px 20px;
	}
	#content .page-content {
		padding: 50px 0 40px;
	}
}

@media (max-width: 767px){
	h1{
		font-size: 46px;
		line-height: 1;
	}
	h2{
		font-size: 22px;
		line-height: 1.2;
	}
	
	#header  {
		padding: 20px 0 15px;
	}
	#header .logo {
		margin: 0px auto 0px;
	}
	#content {
    	padding: 20px;
	}
	#content .page-content {
    	padding: 30px 0 10px;
	}
	.call-btn{
		padding: 15px;	
	}
}
.custom-content {
    width: 100%;
}
.custom-content .content-inner {
    max-width: 1100px;
    margin: 0px auto;
}
.custom-content .content-inner img.alignleft {
    float: left;
    margin-right: 50px;
}
.custom-content .content-inner img.alignright {
    float: right;
    margin-left: 50px;
}