@charset "UTF-8";@media screen,projection {

body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'PT Sans', sans-serif; font-weight: 400; font-size: 18px; color: #373737; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}
img {max-width: 100%; height: auto;}
#system-message , #system-message-container {
  	display: none !important;
	}

body.home .content.h , body.home .title {display: none;}

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    /*max-width: 1300px;*/
    /*padding: 0 15px;*/
    box-sizing: border-box;
	}

.content.full.rha.gently {
    max-width: 1300px;
    }

.com-content-article__body , .card.mb-5 {
    max-width: 1300px;
    margin: 30px auto 0;
    padding: 0 15px;
    }

.sred {
    font-size: 26px;
    color: #aa1717;
    font-weight: 500;
    line-height: 38px;
    }

.top-section {
    border-bottom: 1px solid #808080;
    }

.content-top {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
	align-items: center;
    padding: 0 15px;
    }

.btn {
    max-width: 150px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
	}

.btn-primary {
    background: #AC1919;
    color: #000000;
    border: #ffffff 1px solid;
    max-width: 425px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    font-style: italic;
    margin: 0 auto 50px;
    box-shadow: 1px 1px 5px 0px #000;
	}

.btn-primary a {
    color: #fff;
    padding: 13px 34px;
    display: block;
	}

.btn-primary:hover {
    background: transparent;
    color: #AC1919;
    border-color: #AC1919;
	}

.btn-primary:hover a {
    color: #AC1919;
	}

.table {
    display: table;
    vertical-align: middle;
	}

.table-row {
    display: table-row;
	}

.table-cell {
    display: table-cell;
    vertical-align: middle;
	}

/*Navbar*/

/*Top Buttons*/
.top-buttons.tp {
	display: none;
	}

.top-buttons.soc {
	display: inline-block;
    vertical-align: middle;
  	margin-right: 10px;
	}

.top-button {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    background: #AC1919;
    border: 1px solid #AC1919;
    padding: 7px 35px;
	}

.top-button:hover {
	color: #AC1919 !important;
	background: transparent;
	border: 1px solid #AC1919;
	}

.top-button a {
    color: #fff;
    text-transform: uppercase;
    }

/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #000;
    transition: all 0.3s;
    border-bottom: 1px solid #808080;
	}

.home nav {
	position: absolute;
    background: rgb(0 0 0 / 49%);
	}

.home nav.slide {
	position: relative;
  	display: none;
    background: #000;
	}

nav.slide {
	position: fixed;
    display: none;
	}

.inner-nav.slide.fixed {
  	display: none;
	}

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	}

nav .content {
    max-width: 1300px;
    display: flex;
    padding: 0;
    justify-content: center;
    padding: 0 15px;
	}

.inner-logo {
	padding: 0;
	display: flex;
	vertical-align: middle;
	}

.inner-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	}

.inner-logo img {
    width: 100%;
	}

.topmenu {
    margin: 0;
    padding: 0;
	}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
	}

.topmenu ul li {
    list-style: none;
    padding: 17px 15px;
    position: relative;
	}

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}

.topmenu ul li a , span.nav-header , span.separator {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
	}

.topmenu ul li a::after {
    content: url(https://breaklinedrafting.com/templates/theme/images/impulse.png);
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    }

.topmenu ul li a:hover::after,
.topmenu ul li.active a::after {
    opacity: 1;
    }

.topmenu ul li.active ul li a {
    color: #fff;
	display: block;
	width: 100%;
	}

.topmenu ul li.active , .topmenu ul li:hover {
    background: #252525;
    }

.topmenu ul li a:hover, .topmenu ul li.active a {
    color: #fff;
	}

.topmenu ul li.active ul li a:hover , .topmenu ul li ul li.active a {
	color: #fff;
	}

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    display: block;
    background: #f8f8f8;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.2s;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}

nav.fixed .topmenu ul li ul {
    background: #fff;
	}

.topmenu ul li:hover ul {
    padding-top: 10px;
    max-height: 3000px;
    overflow-y: auto;
	}

.topmenu ul li ul li {
    display: block;
    padding: 10px 15px;
	}

.topmenu ul li ul li:last-child {
    border-bottom: 5px #76c5d5 solid;
	}

.top-right {
    background: #586064;
    align-items: center;
    display: flex;
    padding: 0 15px;
    white-space: nowrap;
	}

.top-phone {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 35px;
    margin: 0;
	}

.top-phone a {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
	}

.top-location {
 	display: inline-block;
    vertical-align: top;
    color: #76c5d5;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    margin-left: 7px;
	}

nav .social-btns {
    float: right;
    padding: 10px 15px 30px 0;
	}

nav .social-btn {
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 1px;
    display: inline-block;
    vertical-align: middle;
	}

nav .social-btn:hover {
    transform: scale(1.1);
	}

nav .fb-wrap {
    position:relative;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    white-space: nowrap;
    margin: 0 2px;
	}

nav .fb-ico {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
	}

nav .fb-wrap:hover .fb-ico {
    transform: scale(1.1);
	}

.hamburger {
    display: none;
	}

nav p {
    padding: 0;
    margin: 0;
    display: inline-block;
	}

/* Slider block*/
.slider-block {
    text-align: center;
	}

.slider-block .content {
    text-align: center;
    padding: 0 15px;
	}

.mobile-slide {
    display: none;
	}

.slidetext { padding: 20px 0 0 0;background: #dfdfdf1f; width: 100%;}

.slidetext.bottom {padding: 0 0 30px 0;}

div#n2-ss-2 .n-uc-hxDC8l7mFAgB , div#n2-ss-2 {
    padding: 0 !important;
}

.theme-pure .nivoSlider {
    margin-bottom: 0;
	}

.maintext-block-serv-wrapper {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    z-index: 11;
	}

.maintext-block-serv {
    display: inline-block;
    padding: 15px;
    background: rgba(0,0,0,0.7);
    margin-top: 5%;
    float: left;
    text-align: left;
	}

.maintext-block-serv h2 {
	font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Cabin',sans-serif;
    margin: 0px 0 10px 0;
	}

.maintext-block-serv ul {
    padding: 0;
    margin: 0;
	}

.maintext-block-serv ul li {
    display: block;
    list-style: none;
    padding: 5px 0 5px 35px;
    position: relative;
	}

.maintext-block-serv ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(https://breaklinedrafting.com/templates/theme/images/bullet.png) no-repeat center;
	}

.maintext-block-serv ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
	}

.maintext-block-serv ul li a:hover {
    text-decoration: underline;
	}

.maintext-block {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
	}

.maintext-block p {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0 5px;
    margin: 0;
    font-family: 'Cabin',sans-serif;
	}

.maintext-block h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    font-family: 'Cabin', sans-serif;
	}

/* About block*/
/*
.about-block {
    padding: 50px 0;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
	}
*/

.about-block {
	padding: 10px 0 70px;
	text-align: center;
	/*background-image: linear-gradient(to bottom, rgb(160 26 25 / 80%), rgb(160 26 25 / 80%)), url(../images/about-bg.png);*/
    background-image: url(https://breaklinedrafting.com/templates/theme/images/about-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

.about-block .content {
    text-align: center;
    max-width: 1300px;
    padding: 0 15px;
	}

.about-box , .about-box p {
    font-size: 20px;
    color: #fff;
	}

.about-box h2 {
    font-size: 48px;
    font-weight: 500;
    font-style: italic;
    margin: 25px 0;
	}

.about-box h3 {
    font-weight: 700;
    color: #8bdcec;
    font-size: 30px;
    text-align: center;
    margin: 15px auto;
	}

.about-box p {
    color: #fff !important;
    text-align: left;
	}

.about-box p a {
	color: #76c5d5;
	font-weight: 700;
	}

.about-box .colls3 {
    margin: 0 1%;
    width: 31.33%;
    }

.about-box .colls3 img {
    box-shadow: 1px 1px 14px 0px #000;
    }

.about-box ul {
    text-align: left;
    padding-left: 0;
    }

.about-box ul li {
    margin: 17px 0;
    list-style: none;
    position: relative;
    padding-left: 30px;
    }

.about-box ul li:hover {
    transform: scale(1.02);
    }

.about-box ul li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 39px;
    background-image: url('https://breaklinedrafting.com/templates/theme/images/ul-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    }

/*
.about-box ul li::marker {
    vertical-align: middle;
    }
*/
p.red {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #aa1717;
    text-decoration: underline;
    }

.items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 940px;
    text-align: center;
    font-size: 17px;
    margin: 0 auto 30px;
    font-style: italic;
    gap: 42px;
    }

.item:hover {
    transform: scale(1.02);
	}

.item p {
    margin-top: 0;
    }

/*Services block*/
.services-block {
    display: flex;
    padding: 0;
    background: url(https://breaklinedrafting.com/templates/theme/images/services-bg.png) no-repeat center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	}

.services-block .content {
    max-width: 1300px;
    padding: 0 15px;
    }

.services-bg {
    background: rgb(0 0 0 / 7%);
    }

.services-block h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    font-style: italic;
    margin: 25px 0 10px 0;
    }

.three-blocks {
    background: rgb(255 255 255 / 44%);
    padding-bottom: 30px;
    }

.three-blocks .content {
    max-width: 1300px;
    padding: 0 15px;
    }

.min-block {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    }

.min-block .colls3:hover {
    transform: scale(1.02);
	}

.min-block h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    color: #aa1717;
    margin-bottom: 0;
    }

.min-block p {
    margin-top: 3px;
    color: #000;
    }

/*Footer*/
footer {
    background: url(https://breaklinedrafting.com/templates/theme/images/footer-bg.jpg) no-repeat center;
    background-size: cover;
	}
	
.content.psalm {
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
	}

.content.psalm p {
    font-size: 17px;
	margin: 13px;
    }

footer .content {
	text-align: center;
    padding: 0 15px;
    max-width: 1300px;
	}
	
.content.three {
	display: flex;
    max-width: 1090px;
    margin: 0 auto;
    justify-content: space-between;
	align-items: center;
	}

.logo-footer {
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
	max-width: 430px;
	}

#mod-custom114 , #mod-custom117 {
    display: flex;
    }

.quick-links-block {
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
	text-align: left;
	}

footer h4 {
    font-size: 25px;
    font-weight: 400;
    color: #E3E3E3;
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #AA1818;
	}

.quick-links-block ul {
	padding: 0;
	margin: 0;
	}

.quick-links-block ul li {
	display: block;
	list-style: none;
	padding: 2px 0;
	color: #d1d1d0;
	font-size: 18px;
	}

.quick-links-block ul li a , .quick-links-block ul li.a , .bottom-soc-block a {
	color: #d1d1d0;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
	}

.quick-links-block ul li a:hover {
	text-decoration: underline;
	}

.quick-links-block ul li ul {
	margin: 5px 0 0 5px;
	}

.bottom-soc-block {
	display: inline-block;
	vertical-align: middle;
	padding: 30px 0 30px 30px;
	text-align: left;
	color: #d1d1d0;
	font-size: 18px;
	line-height: 25px;
	}

.bottom-soc-block ul {
	padding-left: 0;
	}
	
.bottom-soc-block ul li {
	list-style: none;
	}

.white-text {
	color: #fff;
	}

.offices-block {
	display: flex;
	}

.office {
	padding-right: 30px;
	}

.copy-left, .copy-right {
	text-align: left;
	float: left;
	color: #6e6d6d;
	font-size: 14px;
	padding: 30px;
	}

.copy-left a, .copy-right a {
	color: #6e6d6d;
	text-decoration: none;
	}

.copy-left a:hover, .copy-right a:hover {
	text-decoration: underline;
	}

.copy-right {
	text-align: right;
	float: right;
	}

.scroll-to-top {
	position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 8999;
	opacity: 1;
	transition: all 0.3s;
	display: none;
    cursor: pointer;
	}

.scroll-to-top.active {
	display: block;
	}

.scroll-to-top:hover {
	opacity: 0.8;
	}

.rabutton {
	max-width: 350px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 99;
	}

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: #fff;
	background: #b71c1c;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #bf0000;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #da0000;
	transform: translateY(-6px);
	background: #fff;
	}
		
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
	animation: none;
	display: none;
	}
		


/*Joomla corrections*/
tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }

.social-btns p, .top-phone p, .connect-block p, .doctors-box h2 p {
	display: inline-block;
	padding: 0;
	margin: 0;
	}

.social-btns a {
	color: #074075;
	}

/*Rate US*/

.inner-wrap {
    padding: 50px 2% 100px;
    text-align: center;
    }

.inner-wrap h2 {
    font-size: 44px;
    margin: 0 auto;
    font-weight: 500;
    }

.inner-wrap h5 {
    margin: 25px auto;
    }

.google-review {
    margin-top: 60px;
    }

.google-review img:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

/*Rate Us --- END*/

/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px;
    }

.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

.thumbs-wrap .item img {
    width: 100%;
    }

.thumbs-wrap .item span {
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    }

/* How Are We Doing? --- END */

/*Inner pages*/
.inner-pages {
	padding-bottom: 30px;
	}
    
/*.inner-pages .content {
    padding: 0 15px;
    }*/

.inner-pages a {
	color: #aa1717;
	}

.inner-pages img {
	max-width: 100% !important;
	height: auto !important;
	}

.inner-pages .page-header h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

.inner-pages .page-header h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #76c5d5;
	}
    
above-content {
    padding: 0 15px;
    }

.above-content p {
    text-align: center;
    font-size: 36px;
    font-style: italic;
    }

.red {color: #A91717;}

.clearList {
	display: none !important;
	}

#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 10px;
	}

#one {
	float: left;
	width: 53%;
	padding-right: 2%;
	}

#two {
	width: 45%;
	float: right;
	margin-bottom: 20px;
	}

#address {
	float: left;
	width: 45%;
	}

#week {
	float: left;
	width: 105px;
	}

#hours {
	float: left;
	width: 200px;
	}

#offices {
	margin: 0;
	width: 100%;
	float: left;
	}

#offices.images {
	margin-top: 23px;
	text-align: center;
	}

#offices.images img {
	/* margin: 5px; */
	max-width: 100;
	height: auto;
	}

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
	}

#osmap.osmap-sitemap .even {
	padding: 2px 0;
	}

body.rsform h1 , body.sitemap h1 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

body.rsform h1::after , body.sitemap h1::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #76c5d5;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send {
	background: #48b5c5;
	color: #fff;
	border-color: #48b5c5;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	}

.formTableLayout input#Send:hover {
	background: #fff;
	color: #48b5c5;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	}

.formTableLayout tr.rsform-block>td {
	padding: 5px;
	font-weight: 600;
	}

input, textarea, button, select {
	outline: none;
	padding: 4px;
	}

button#Submit {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    background: #AC1919;
    border: 1px solid #AC1919;
    padding: 8px 35px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    }

button#Submit:hover {
	color: #fff !important;
	background: #000;
	border: 1px solid #AC1919;
	}

/*Joomla content*/

body#homepage .content.h {display: none;}

.title {
    padding: 150px 0;
    background: url(https://breaklinedrafting.com/templates/theme/images/title-bg.jpg) no-repeat center;
    background-size: cover;
	}

body.services .title {
    background: url(https://breaklinedrafting.com/templates/theme/images/services-bg.jpg) no-repeat center;
	}

body.gallery .title {
    background: url(https://breaklinedrafting.com/templates/theme/images/gallery-bg.jpg) no-repeat center;
	}

body.blog .title {
    background: url(https://breaklinedrafting.com/templates/theme/images/blog-bg.jpg) no-repeat center;
	}

body.contact .title {
    background: url(https://breaklinedrafting.com/templates/theme/images/contact-bg.jpg) no-repeat center;
	}

.title h1 {
    display: flex;
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    line-height: 47px;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    }

.title h1::after {
    content: url(https://breaklinedrafting.com/templates/theme/images/h1.png);
    position: relative;
    transition: opacity 0.3s ease;
    }

.content.full {
	flex-wrap: wrap;
    display: flex;
	}

.divContent {
	flex: 0 0 70%;
	/*max-width: 1000px;
	float: left;*/
	}

.divRight {
	flex: 0 0 30%;
	/*max-width: 300px;
	float: right;*/
	}

.divRight .moduletable {
	margin-top: 25px;
	padding-left: 40px;
	}

.divRight .moduletable ul {
	padding: 0px 4px !important;
	}

.divRight .moduletable ul li {
	padding: 5px 0 5px 3px !important;
	}

.divRight .btn-primary {
    font-size: 26px;
    max-width: 372px;
    }

.divRight .btn-primary a {
    padding: 10px 17px;
    }
    
/*Blog*/

#rsblog-container , .rsblog-post , .rsblog-social-share.card.mt-3 , .rsblog-author-bio , .rsblog-main-post-container.rsblog-default h3 {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 15px;
    }
    
.card-body .float-end {
    margin-bottom: 0;
    }
    
span.text-info {
    color: #aa1717 !important; 
    }
    
footer.rsblog-entry-meta {
    background: none;
    border-bottom: 3px solid #9a171e;
    }
    
.rsblog-main-post-container.rsblog-default {
    padding-top: 40px;
    }

.rsblog-post-actions.btn-group.float-end {
    display: none;
    }

.com-rsblog-posts_counter.counter.float-end {
    float: none !important;
    text-align: center;
    }

ul.pagination.ms-0.mb-4 {
    margin: 0 auto !important;
    justify-content: center;
    }

.active>.page-link, .page-link.active {
    color: var(--bs-pagination-active-color);
    background-color: #c52929;
    border-color: #ad2121;
    }

.pagination__wrapper {
    background: none;
    border-bottom: none;
    }

.pagination__wrapper ul li a:hover {
    box-shadow: rgba(1, 1, 1, 0.18) 0px 0px 0px 2.21224px;
    background-color: rgb(220 220 220);
	color: #000;
    }

.pagination__wrapper ul li a:hover {
    color: #000;
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
    }

/*Gallery*/

.speasyimagegallery-gallery-item > div {
    box-shadow: 1px 1px 4px 0px #000;
    border: 1px solid #a52020;
    }
    
@media only screen and (max-width: 1305px) {  
.card.mb-5 {
    margin: 30px 15px;
    }
    
.rsblog-social-share.card.mt-3 , .rsblog-author-bio , .rsblog-main-post-container.rsblog-default h3 {
    margin: 0 15px;
    }
    
}

@media only screen and (max-width: 1215px) {

.about-box h2 , .services-block h2 {
    font-size: 34px;
	}
	
.about-box, .about-box p {
    font-size: 18px;
	}

#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

#hours {
	float: left;
	margin: 20px 0 0;
	}

#map iframe {
	height: 575px;
	}
}

@media only screen and (max-width: 1150px) {
/*Navbar*/
.topmenu ul li a , span.nav-header , span.separator {
	font-size: 15px;
	}

.top-right {
	text-align: right;
	}

.top-phone {
	margin: 0;
	}

/*Footer */
.logo-footer {
	max-width: 330px;
	}
}

@media only screen and (max-width: 1080px) {

/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}
  
/*Rate Us*/

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
    }

/*Rate Us -- END*/
  
}

@media only screen and (max-width: 1000px) {
  
nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
    display: none;
  	position: relative;
	}
  
nav.slide.fixed, .inner-nav.slide.fixed {
    position: fixed !important;
    display: block;
	}
}

@media only screen and (max-width: 975px) {

.top-phone a {
	font-size: 20px;
	}

.top-location {
	font-size: 14px;
	}

.maintext-block-serv h2 {
	margin: 0px 0 5px 0;
	}
	
.maintext-block-serv-wrapper {
	top: 110px;
	}	

.maintext-block-serv {
	margin: 0;
	}
}

@media only screen and (max-width: 910px) {

.top-right {
	float: none;
	text-align: left;
	margin: 0 0 0 auto;
	}

.top-buttons.soc {
	margin-left: 25px;
	}

.top-phone {
	/*margin: 30px 8px 0;*/
	line-height: 26px;
	padding: 0;
	}

.top-location {
	margin: 0 0 0 5px;
	}

/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 12px 10px 10px 10px;
	}

.hamburger.hamburger--slider.is-active {
    top: 5px;
    right: 0;
    position: fixed;
    }

.topmenu {
	position: fixed;
	z-index: 9001;
	top: -150%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #000;
	transition: all 0.3s;
	}

.topmenu.active {
	top: 0;
	}

.topmenu ul {
	display: block;
	padding: 20px 37px 15px 37px;
	}

.topmenu ul li {
	display: block;
	padding: 5px;
    text-align: center;
	line-height: 38px;
	}

.topmenu ul li a::after {
    bottom: -15px;
    }

.topmenu ul li.parent:after {
	display: none;
	}

.topmenu ul li a , span.nav-header , span.separator {
	font-size: 15px;
	}

.topmenu ul li ul {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	display: block;
	background: transparent;
	max-height: 3000px;
	overflow-y: visible;
	padding: 5px 0 0 0;
	box-shadow: unset;
	}

.topmenu ul li ul li:last-child {
	border-bottom: unset;
	}

.topmenu ul li ul li {
	padding: 5px 10px;
	}

nav.fixed .topmenu ul li ul {
	background: transparent;
	}

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}

nav .content {
	display: flex;
	}

nav .social-btns {
	float: none;
	padding: 10px 15px 10px 0;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 888px) {

.top-phone img {
	max-width: 23px;
	}

.inner-logo {
    max-width: 150px;
	}

.about-box h2 , .services-block h2 {
    font-size: 25px;
	}
	
.about-box h2 img , .services-block h2 img {
    max-width: 50px;
	}

.min-block {
    flex-direction: column;
	}
	
.about-box .colls3 {
    width: 98%;
	}
	
.about-box ul {
    margin: 0 auto;
    max-width: 260px;
	}
    
.above-content p {
    font-size: 22px;
    }
	
}

@media only screen and (max-width: 830px) {

.items {
	flex-wrap: wrap;
	justify-content: center;
	}
	
.item {
	flex: 0 0 29%
	}

.copy-left, .copy-right {
	text-align: center;
	float: left;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	}
	
.copy-right p {
	margin-top: 0;
	}

#map iframe {
	height: 547px;
	}
}

@media screen and (max-width: 800px) {
/* How Are We Doing? */
.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

.thumbs-wrap .item span {
    font-size: 18px;
    }

/* How Are We Doing? --- END */
}

@media only screen and (max-width: 767px) {

/*Footer*/
  
footer {
    padding-bottom: 80px;
	}
  
footer .content {
	text-align: left;
	}

.logo-footer {
	display: block;
    vertical-align: top;
    padding: 30px 0 15px;
    max-width: 300px;
	}

.copy-left, .copy-right {
	float: left;
	font-size: 12px;
    }

footer h4 {
	font-size: 14px;
	}

.quick-links-block ul li ul {
	margin: 3px 0 0 5px;
	}

.quick-links-block ul li , .quick-links-block ul li a , .quick-links-block ul li.a , .quick-links-block ul li a, .quick-links-block ul li.a, .bottom-soc-block a{
	font-size: 14px;
	line-height: 18px;
	}

.bottom-soc-block {
	font-size: 14px;
	line-height: 18px;
	}

.scroll-to-top {
	width: 45px;
    right: 15px;
    bottom: 15px;
	}

.rabutton {
	max-width: 250px;
	bottom: 15px;
	}

.rabutton .buttonrs {
	min-width: 250px;
	font-size: 15px;
	}

.rabutton .buttonrs::before {
	min-width: calc(234px + 16px);
	min-height: calc(36px + 9px);
	}

/*Inner pages*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
}

@media only screen and (max-width: 760px) {

#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

@media only screen and (max-width: 730px) {

img.pe , img.se , img.np {
	float: none !important;
	margin: 0 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}
}

@media only screen and (max-width: 700px) {
/*.top-buttons.soc {
	display: none;
	}

.top-buttons.tp {
    display: block;
    margin: 10px auto 10px;
	}

.top-button {
    font-size: 16px !important;
	padding: 8px 10px;
	}

.top-phone {
	text-align: center;
	margin: 10px auto 9px;
	flex-direction: column;
	}

.inner-logo img {
	height: 70px;
	width: auto;
	max-width: 100%;
	}*/
	
nav.inner-nav .content {
	display: flex;
	flex-wrap: wrap;
	}

nav.inner-nav .content .top-right {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 98%;
	text-align: center;
	margin-left: 0;
	padding: 0 1%;
	max-width: 100%;
	}

nav.inner-nav .content .inner-logo {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 80%;
	margin-top: 0;
	padding: 6px 10px 7px 5px;
	}

nav.inner-nav .content .hamburger {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 30px;
	margin-top: 0;
	margin-left: auto;
	display: block;
	right: 2px;
	}
	
.content.three {
	flex-wrap: wrap;
	justify-content: center;
	}
	
.logo-footer {
    flex: 0 0 100%;
    text-align: center;
    order: 1;
	}
	
.quick-links-block , .bottom-soc-block {
	flex: 0 0 43%;
	order: 2;
	}
}

@media only screen and (max-width: 650px) {

.formContainer {
    margin: 40px 15px;
    }

.formResponsive .formHorizontal .formControlLabel {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
    }

.formResponsive .formHorizontal .formControls {
    margin-left: 0;
    }

.formResponsive input[type=password], .formResponsive input[type=text], .formResponsive select, .formResponsive textarea {
    width: 97% !important;
    margin-top: 10px;
    }

.formResponsive .formHorizontal p.formDescription {
    margin-top: 0;
    margin: 10px 0 0 0;
    }

  }

@media only screen and (max-width: 590px) {

.content-top {
	flex-wrap: wrap;
	}
	
.inner-logo {
	flex: 0 0 55%;
	order: 1;
	}
	
.hamburger {
	flex: 0 0 45%;
	order: 1;
	text-align: end;
	}
	
.top-phone , .top-buttons {
	flex: 0 0 50%;
	order: 2;
	text-align: center;
	}
	
.top-button {
	max-width: 220px;
	}

.home nav {
    position: relative;
    background: rgb(0 0 0);
    }
  
/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
	
}
/*
@media only screen and (max-width: 576px) {
  .pagination li {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .pagination li a {
    display: block;
    text-align: center;
  }
}*/


@media only screen and (max-width: 550px) {
/*Nav*/

.top-phone {
	order: 2;
	}

.item {
    flex: 0 0 45%;
    }
  
.nivo-caption {
    position: relative;
	}

/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}

/*Footer*/
.offices-block {
	display: block;Q
	}

.office {
	padding-right: 10px;
	padding-bottom: 23px;
	}
}

@media only screen and (max-width: 490px) {
.pagination li a {
     padding: 5px;
     }
}

@media only screen and (max-width: 450px) {

.item {
    flex: 0 0 41%;
    }
	
.btn-primary {
    max-width: 316px;
	font-size: 21px;
	}
	
}}
