/*
Theme Name:     Ieo Claims Apps Theme
Theme URI:      https://www.ieo.ie/
Author:         tomas
Author URI:     https://www.ieo.ie
Description:    A modern, responsive WordPress theme built for 2025. Designed for Murphy O'Sullivan Claims, with full block editor support and custom layouts.
Version:        1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

#cmplz-document {
    font-size: 14px!important;
    max-width: none!important;
}

.grecaptcha-badge { opacity:0;}

/*  ******************* */
/*  Structure */
/*  ******************* */

html {
    height: 100%; /* for full screen background image */
    margin: 0; /* for full screen background image */
}

body {
    background: #fff;
	color: #333;
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.75;
	height: 100%; /* for full screen background image */
    margin: 0; /* for full screen background image */
	font-weight: 400;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
	height: 0;
}

.site {
    margin: 0;
	background: #f5f8fa;
}

.site-header{
	background: #fff;
}

.site-inner {
    max-width: none;
}

.site-main{
	margin-bottom: 0;
}

.site-branding{
    margin-top: 0;
    margin-bottom: 0;
}

.site-content {
	overflow: hidden;
}

.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
}

.page-template-full-width .content-area, .woocommerce .content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}

.no-sidebar .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
}

.post-navigation .post-title, .entry-title, .comments-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

p, .entry-summary p, body:not(.search-results) .entry-summary p {
    margin: 0 0 1em;
}

.entry-summary p, body:not(.search-results) .entry-summary p {
    margin: 0 0 0.25em;
}

a{
	box-shadow: none!important;
}

a, .entry-content a, .entry-summary a {
    color: #7a0e02;
}

a:hover, a:focus, a:active, .entry-content a:hover, .entry-content a:focus, .entry-content a:active, .entry-summary a:hover, .entry-summary a:focus, .entry-summary a:active {
    color: #2200ff;
	transition: 0.3s;
	box-shadow: none;
	outline: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h46{
	font-weight: 500;
}

.wp-block-image {
    max-width: none;
	width: 100%;
    margin-bottom: 0;
}

iframe{
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
}

/*  ******************* */
/*  Width */
/*  ******************* */

.topw{
	padding: 0.5em 8em;
}

.site-header {
    padding: 1.5em 8em;
}

.site-content {
	padding: 2em 8em 3em 8em;
}

.home .site-content{
	padding: 0 0 3em 0;
}

.inner{
	padding: 0 8em;
}

.site-footer {
    padding: 2em 8em 1em 8em;
}

/*  ******************* */
/*  Menu */
/*  ******************* */

.site-header-menu{
	margin-top: 7px;
    margin-bottom: 0;
}

.main-navigation {
    margin: 0;
}

.main-navigation .primary-menu > li {
    margin-left: 1px;
}

.main-navigation a {
	font-weight: 600;
    outline-offset: 0;
	color: #000;
}

.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active, .main-navigation .current-menu-item > a  {
	color: #fff!important;
	background: #2f45ec;
	font-weight: 600;
}

/*  ******************* */
/*  Splash */
/*  ******************* */

.splash {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	color: #fff;
	background: #000;
	margin-bottom: 3em;
}

.page-id-14 .splash {
	margin-bottom: 2px;
}

.splash img{
	width: 100%;
	opacity: 0.8;
}

.splash-caption {
	overflow: hidden;
	margin: 0 5%;
	width: 90%;
    position: absolute;
    bottom: 30%;
	z-index:99;
	text-align: center;
}

.splash h1{
	font-size: 60px!important;
	margin: 0 0 0.2em 0!important;
	line-height: 1.5!important;
	font-weight: 500!important;
}

.splash h2{
	font-size: 40px!important;
	margin: 0 0 0.75em 0!important;
	font-weight: 400!important;
	line-height: 1.5!important;
	color: #fff!important;
}

.splash .wp-block-button .wp-block-button__link{
	background: #2f2fec!important;
    border: 2px solid #fff;
	font-weight: 700!important;
}

.splash .wp-block-button__link:hover, .splash .wp-block-button__link:active, .splash .wp-block-button__link:focus {
    border: 2px solid #fff;
	background: #626667!important;
	outline: 0;
}

/*  ******************* */
/*  Columns */
/*  ******************* */

.col2{
	overflow: hidden;
	background: #f8f9fd;
}

.col2l{
	float: left;
	width: 50%;
	padding: 3em 2em 0 2em;
}

.col2r{
	float: left;
	width: 50%;
}

.col2 .wp-block-button .wp-block-button__link{
	background: #2f2fec!important;
    border: 2px solid #fff;
	font-weight: 700!important;
	border-radius: 5px;
}

.col2 .wp-block-button__link:hover, .col2 .wp-block-button__link:focus, .col2 .wp-block-button__link:active {
    border: 2px solid #fff;
	background: #000!important;
	outline: 0;
}

.col2 h3 {
    font-weight: 600;
	color: #2f2fec;
}

.col2 li {
    margin-bottom: 1.25em;
}

.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.teamc {
    flex: auto;
    float: left;
    flex-basis: 49%;
    flex-grow: 0;
    margin: 0 0.5%;
	background: #fff;
	padding: 2em;
}

.intro{
    overflow: hidden;
    margin-bottom: 6em;
}

.introl {
    float: left;
    width: 50%;
    padding: 4em;
    background: #fff;
}

.intror {
    float: left;
    width: 50%;
	background: #fff;
	padding: 0.5em 0.5em 0.5em 0;
	margin-top: 47px;
}


/*  ******************* */
/*  Home Services */
/*  ******************* */

.hserv{
	overflow: hidden;
	background: #fff;
	padding: 5px 0 0 5px;
	margin: 3em 0;
}

.page-id-10 .hserv{
	margin: 2em 0 3em 0!important;
}

.hservlc{
	overflow: hidden;
    position: relative;
	float: left;
	width: 25%;
	border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.hservlc img {
  transition: transform .9s ease;
}

.hservlc:hover img {
    transform: scale(1.25);
}

.slast{
	margin: 0 0 1% 0;
}

.hservlci {
    position: absolute;
    top: 55%;
    margin-top: -50px;
    width: 70%;
    margin-left: 15%;
    padding: 1em 0.5em;
    background: rgba(98, 102, 103, 0.9);
    color: #fff;
    font-weight: 500;
	text-align: center;
}

.hservlci h4{
	font-size: 18px!important;
	margin: 0!important;
	letter-spacing: 0.05em!important;
	font-weight: 600;
}

/*  ******************* */
/*  Home About */
/*  ******************* */

.habout {
	overflow: hidden;
	max-width: 70%;
    box-shadow: 0px 0px 40px 0px #C6CFC2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 auto;
    padding: 3em 6em;
	background: #fff;
	text-align: center;
}

.habout p{
	margin-bottom: 2em!important;
}

.bigh2, .habout h5{
	font-size: 28px;
	font-size: 1.75em;
	letter-spacing: 0.05em;
}

hr {
    background-color: #626667!important;
}

/*  ******************* */
/*  Content */
/*  ******************* */

.home .entry-title, .home .entry-header, .page-id-14 .entry-header, .page-id-16 .entry-header {
	display: none;
}

.entry-header{
	padding: 1.5em 1em 1em 1em;
	background: #fff;
}

.page-id-10 .entry-header {
    padding: 0 0 1.5em 0!important;
    background: none!important;
}

.entry-title {
	font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 0;
	letter-spacing: 0.05em;
}

.entry-content h1{
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 0.87em;
}

.no-sidebar .post-thumbnail img {
    margin: 0;
	width: 100%;
}

.post-thumbnail {
    margin-bottom: 1em;
}

.post-thumbnail img {
    margin: 0;
	width: 100%;
}

.entry-content ul{
    margin: 0 0 1.75em 1.25em;
    padding: 0 0 0 0.25em;
}

.entry-content h3 {
    font-size: 28px;
    font-size: 1.75rem;
	margin-top: 1.2173913043em;
}

.post-thumbnail {
    margin-bottom: 0;
}

.page-template-default .entry-content{
	background: #fff;
	padding: 1em 1em 1.5em 1em;
}

.entry-content .wp-block-button__link {
    background: #2f2fec!important;
    color: #fff;
	border-radius: 5px;
}

.entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:focus, .entry-content .wp-block-button__link:active {
    background: #626667!important;
    color: #fff;
	outline: 0;
}

input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #fff;
    background-image: none;
    border: 1px solid #626667;
	color: #626667;
    border-radius: none;
}

.wp-block-image .alignleft {
    margin: 0.5em 2em 0.5em 0!important;
}

.grey{
	background: #fff;
	padding: 1.5em 2em 0.5em 2em;
	margin-bottom: 3em;
}

.callus{
	display: none!important;
}

.phide{
	display: none;
}

/*  ******************* */
/*  Blockquote */
/*  ******************* */

.entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote{
	    margin-left: 0;
}

.wp-block-quote cite {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
}

blockquote p:before {
	display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 3em;
    color: #fff;
    content: "\f086";
}

/*  ******************* */
/*  Stripe Plugin */
/*  ******************* */

.asp_product_item {
    border: 0!important;
    box-shadow: none!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding: 0!important;
}

.asp_product_description {
    margin: 0 0 1em 0!important;
    border-bottom: 0!important;
}

.asp_product_buy_btn {
	background: #fff!important;
    font-family: 'Lato', sans-serif!important;
    padding: .8em 1em!important;
    text-transform: none!important;
    height: auto!important;
    border-radius: 0!important;
	border: 1px solid #626667!important;
	box-shadow: none!important;
	text-shadow: none!important;
	color: #fff!important;
	font-size: 16px!important;
	text-transform: uppercase!important;
}

.asp_product_buy_btn:hover {
	background: #626667!important;
}

.asp_product_buy_btn.blue:hover{
	color: #fff!important;
}

.asp_product_name {
    display: none;
}

.asp-thank-you-page-msg-wrap {
    background: none!important;
    border: 0!important;
    margin: 0 0 2em 0!important;
    padding: 0!important;
}

.asp-thank-you-page-product-name, .asp-thank-you-page-msg2, .asp-thank-you-page-qty, .asp-thank-you-page-msg-wrap hr, .asp-thank-you-page-msg-wrap br{
	display: none!important;
}

/*  ******************* */
/*  Widget */
/*  ******************* */


.sidebar {
    margin-bottom: 0;
}

.widget {
    font-size: 16px!important;
    font-size: 1rem!important;
	border-top: 0;
	padding-top: 0;
	line-height: 2;
}

.widget .widget-title {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 0 0 1.5em;
    text-transform: capitalize;
}

.widget ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

.widget li a {
    display: block;
    background: none;
    padding: 3%;
    color: #2f2fec;
    margin-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.widget li a:hover {
	background: #2f2fec;
    color: #fff;
}

.widget li a:before{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1em;
	padding-right: 20px;
	content: "\f30b";
}

/*  ******************* */
/*  Contact */
/*  ******************* */

.conl{
	float: left;
	width: 50%;
	padding: 0 2em 0 0;
}

.conr{
	float: left;
	width: 50%;
	padding: 1em;
	background: #fff;
}

.conl .fab{
	padding: 0 0.5em;
	font-size: 24px;
}

input[type="submit"] {
    background: #2f2fec;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    background: #000;
}

textarea{
	height: 10em;
}

input[type="text"], input[type="email"], textarea {
    background: #f5f8fa;
    background-image: none;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.wpcf7-spinner {
    display: block;
}

/*  ******************* */
/*  Top Bar */
/*  ******************* */

.topw{
	overflow: hidden;
	background: #2f2fec;
	color: #fff;
	letter-spacing: 0.05em;
}

.topwi{
	float: left;
	width: 33.33%;
	text-align: center;
}

.topw .fas{
	color: #fff;
	padding-right: 0.5em;
}

.topw a{
	color: #fff;
}

.topw a:hover, .topw a:active, .topw a:focus {
	color: #2feca1;
}

/*  ******************* */
/*  Footer */
/*  ******************* */

.site-footer {
	overflow: hidden;
    display: block;
	max-width: none;
	background: #626667;
	color: #fff;
	text-align: center;
}

.site-footer a{
	color: #fff;
}

.site-footer a:hover, .site-footer a:active, .site-footer a:focus{
	color: #FFFEE7!important;
	box-shadow: none;
	transition: 0.3s;
}

.site-footer p{
	margin: 0 0 0.5em 0!important;
}

.site-info{
	overflow: hidden;
	display: block;
    align-items: initial;
    margin: 0;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
    font-size: 1rem;
	border-bottom: 1px dotted #FFFEE7;
	padding-bottom: 2em;
}

.sic{
	float: left;
	width: 33.33%;
	padding: 0 1em;
}

.site-info h5{
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 18px;
	margin-bottom: 1em;
}

.pepe{
	padding-bottom: 1.5em!important;
}

.site-footer .fab{
	font-size: 30px;
	padding: 0 0.5em;
	color: #FFFEE7!important;
}

.site-footer .fab:hover, .site-footer .fab:focus, .site-footer .fab:active{
	color: #fff!important;
}

.foot{
	overflow: hidden;
	margin: 2em 0;
	font-size: 16px;
    font-size: 1rem;
}

.footc {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    text-align: center;
    border: 1px dashed #fff;
    padding: 1em;
    color: #fff!important;
}

.footcl {
    margin: 0;
}

.foot .fas{
	padding-right: 0.5em;
	color: #FFFEE7;
}

#credit {
    overflow: hidden;
	font-size: 14px;
    font-size: 0.875rem;
	color: #fff;
	font-weight: 400;
	padding-top: 1em;
}

#credit a, #credit a:visited{
color: #fff;
font-weight: 400;
text-decoration: none;
}

#credit a:hover, #credit a:active, #credit a:focus{
color: #FFFEE7!important;
text-decoration: none;
}

/*  ************************************************** */
/*  1800 PIXELS */
/*  ************************************************** */

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

.topw{
	padding: 0.5em 8em;
}

.site-header {
    padding: 1.5em 8em;
}

.site-content {
	padding: 2em 8em 3em 8em;
}

.home .site-content {
	padding: 0 0 3em 0;
}

.inner{
	padding: 0 8em;
}

.site-footer {
    padding: 2em 8em;
}

.hservr {
    padding: 3em 3em 0 3em;
}

.hservlci {
    top: 58%;
    width: 80%;
    margin-left: 10%;
}

.intro {
    margin-bottom: 5em;
}

.introl {
    padding: 3em;
}
	
}

/*  ************************************************** */
/*  1601 PIXELS */
/*  ************************************************** */

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

.topw{
	padding: 0.5em 6em;
}

.site-header {
    padding: 1.5em 6em;
}

.site-content {
	padding: 2em 6em 3em 6em;
}

.home .site-content {
	padding: 0 0 3em 0;
}

.inner{
	padding: 0 6em;
}

.site-footer {
    padding: 2em 6em;
}

.hservr {
    padding: 2em 2em 0 2em;
}

.hserv h3 {
    margin-bottom: 0.75em;
}

.intror {
    margin-top: 76px;
}

.habout {
    max-width: 75%;
    padding: 3em 5em;
}

.page-id-14 .splash-caption {
    margin: 0 2.5%;
    width: 95%;
    bottom: 20%;
}

.entry-title {
    font-size: 28px;
    font-size: 1.75rem;
}
	
}

/*  ************************************************** */
/*  1537 PIXELS */
/*  ************************************************** */

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

body{
	font-size: 17px;
}

.topw{
	padding: 0.5em 5em;
}

.site-header {
    padding: 1.5em 5em;
}

.site-content {
	padding: 2em 5em 3em 5em;
}

.inner{
	padding: 0 5em;
}

.site-footer {
    padding: 2em 5em;
}

.splash-caption {
    bottom: 25%;
}

.splash h1 {
    font-size: 50px!important;
}

.splash h2 {
    font-size: 32px!important;
}

.intror {
    margin-top: 50px;
}

.habout {
    padding: 3em;
}

}

/*  ************************************************** */
/*  1481 PIXELS */
/*  ************************************************** */

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

.col2 h3, .hserv h3 {
    font-weight: 500;
}

.hservlci {
    top: 60%;
    width: 90%;
    margin-left: 5%;
}

.entry-title, .entry-content h2, .entry-content h3, .habout h5 {
    font-size: 26px;
    font-size: 1.625rem;
}
	
}

/*  ************************************************** */
/*  1441 PIXELS */
/*  ************************************************** */

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

body{
	font-size: 16px;
}

.topw{
	padding: 0.5em 4em;
}

.site-header {
    padding: 1.5em 4em;
}

.site-content {
	padding: 2em 4em 3em 4em;
}

.home .site-content {
	padding: 0 0 3em 0;
}

.inner{
	padding: 0 4em;
}

.site-footer {
    padding: 2em 4em;
}

.splash h1 {
    font-size: 50px!important;
    margin: 0 0 0.1em 0!important;
    line-height: 1.4!important;
}

.splash h2 {
    font-size: 30px!important;
    margin: 0 0 0.5em 0!important;
    line-height: 1.4!important;
}

.entry-title, .entry-content h2, .entry-content h3, .habout h5, .widget .widget-title {
    font-size: 24px;
    font-size: 1.5rem;
}

}

/*  ************************************************** */
/*  1367 PIXELS */
/*  ************************************************** */

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

.topw{
	padding: 0.5em 2em;
}

.site-header {
    padding: 1.5em 2em;
}

.site-content {
	padding: 2em;
}

.inner{
	padding: 0 2em;
}

.site-footer {
    padding: 2em 2em 1em 2em;
}

.wp-block-button .wp-block-button__link {
    padding: 0.64375em 1.1125em 0.58125em!important;
}

.hservr {
    padding: 1.5em 1.5em 0 1.5em;
}

.col2l {
    padding: 2em 2em 0 2em;
}

.hservlci {
    padding: 0.75em 0.5em;
}

.hservlci h4 {
    font-size: 17px!important;
}

.intro {
    margin-bottom: 4em;
}

.intror {
    margin-top: 45px;
}

.site-info {
    font-size: 16px;
    font-size: 0.9375rem;
}
	
}

/*  ************************************************** */
/*  1281 PIXELS */
/*  ************************************************** */

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

.hservr {
    padding: 1em 1em 0 1em;
}

.hservlci {
    top: 60%;
    width: 90%;
    margin-left: 5%;
}

.wp-block-quote {
    padding-left: 2em;
}

blockquote {
    padding: 1em 2em;
}

.splash h1 {
    font-size: 42px!important;
}

.splash h2 {
    font-size: 26px!important;
}

.introl {
    padding: 2em 2em 1em 2em;
}

.intror {
    margin-top: 33px;
}

.habout {
    max-width: 80%;
}

}

/*  ************************************************** */
/*  1025 PIXELS */
/*  ************************************************** */

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

.topw{
	padding: 0.5em 1em;
}

.site-header {
    padding: 1em;
}

.site-content {
	padding: 1em 1em 3em 1em;
}

.home .site-content {
	padding: 0 0 3em 0;
}

.inner{
	padding: 0 1em;
}

.site-footer {
    padding: 1em;
}

.introl {
    padding: 1em 1em 0 1em;
}

.hservlci {
    top: 65%;
}

.habout {
    max-width: 95%;
}

.habout {
    padding: 3em 2em;
}

.footc {
    padding: 1em 1em 0.25em 1em;
}

#search-3{
	display: none;
}

.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}

.sidebar {
    float: none;
    margin-left: 0;
    padding: 0;
    width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.widget li a {
    padding: 0.5em 1em;
}

}

/*  ************************************************** */
/*  963 PIXELS */
/*  ************************************************** */

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

.topw {
    letter-spacing: normal;
	font-size: 15px;
}

.splash-caption {
    bottom: 20%;
}

.splash h1 {
    font-size: 38px!important;
}
	
.splash h2 {
    font-size: 22px!important;
}

.home .intro {
	background: #fff;
    overflow: hidden;
    max-width: 95%;
    box-shadow: 0px 0px 40px 0px #c6cfc2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 auto;
    padding: 3em 2em;
    text-align: center;
}

.introl {
    float: none;
    width: 100%;
    padding: 0;
}

.home .intror {
    display: none;
}

.hservlc {
    width: 50%;
}

.hservlci {
    top: 55%;
    width: 70%;
    margin-left: 15%;
}

}

/*  ************************************************** */
/*  961 PIXELS */
/*  ************************************************** */

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

.site-content {
    padding: 0 0 2em 0;
}

.sidebar {
    padding: 2em 2em 0 2em;
    margin-top: 0;
    margin-bottom: 0;
}

.widget .widget-title {
	text-align: center;
    text-transform: capitalise;
}

.menu-toggle {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
}

.main-navigation .primary-menu > li {
    width: 100%;
}

.topwi {
    float: none;
    width: 100%;
}

.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 0;
}

.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
    margin-left: 0;
}

.site-header {
    padding: 1em;
}

.splash{
	background: #626667;
}

.splash img{
	border-bottom: 1px solid #f5f8fa;
	opacity: 1;
}

.splash-caption, .page-id-14 .splash-caption {
    margin: 0;
    width: 100%;
    position: initial;
    bottom: auto;
    text-align: center;
	padding: 1em;
}

.col2l {
    float: none;
    width: 100%;
    padding: 1em;
}

.col2r {
    float: none;
    width: 100%;
}

.home .col2r {
    display: none;
}

.team {
    display: block;
}

.teamc {
    flex: none;
    float: none;
    flex-basis: 100%;
    flex-grow: 0;
    margin: 0 0 2em 0;
    padding: 2em;
}

.second{
	margin: 0 0 1% 0;
}

.post-thumbnail {
    margin: 0;
}

.widget ul {
    text-align: center;
}

.conl {
    float: none;
    width: 100%;
    padding: 2em;
}

.conr {
    float: none;
    width: 100%;
	padding: 2em;
}

.hservr {
    padding: 1em;
}

.page-id-10 .entry-title{
	margin: 1em 1em 0 1em;
}

#paddme{
	padding: 0 1.5em;
}

.menu-toggle {
    border: 1px solid #626667;
    color: #626667;
}

.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus, .menu-toggle:hover, .menu-toggle:focus {
    background-color: #626667;
    border-color: #626667;
    color: #fff;
	outline: none;
}

.site-header-menu {
    margin-top: 1em;
}

.main-navigation li {
    border-top: 1px solid #626667;
	text-align: center;
}

.main-navigation a {
    color: #626667;
}

.main-navigation .primary-menu {
    border-bottom: 1px solid #626667;
}

.main-navigation .current-menu-item > a {
    color: #626667!important;
    background: #fff;
}

.main-navigation .current-menu-item > a:hover{
	color: #fff!important;
    background: #EC422F;
}

.splash h2 {
    font-size: 30px!important;
}

}

/*  ************************************************** */
/*  767 PIXELS */
/*  ************************************************** */

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

.topwi {
    float: none;
    width: 100%;
}

.wp-block-quote {
    padding-left: 1em;
}

blockquote {
    padding: 1em;
}

.site-info h5 {
    font-size: 17px;
}

.sic {
    float: left;
    width: 100%;
	padding: 0 0 1em 0;
}

.hserv {
    padding: 5px 0 0 0;
}

.hservlc {
    width: 100%;
	border-right: 0;
}

.footc {
    float: none;
    width: 100%;
    margin: 0 0 2em 0;
}

.page-id-14 .entry-content h2{
	text-align: center;
}

}

/*  ************************************************** */
/*  416 PIXELS */
/*  ************************************************** */

@media only screen and (max-width: 416px) {
	
.site-footer {
    padding: 2em 1em 1em 1em;
}

.site-branding img{
	width: 85%;
}

.splash h2 {
    font-size: 24px!important;
}

.home .intro, .habout {
    max-width: 96%;
    padding: 1.5em 1em 0.75em 1em;
}

.teamc .wp-block-image .alignleft {
    margin: 0 0 1em 0!important;
	width: 100%!important;
}

.content-area{
	text-align: center;
}

.entry-content ul {
    list-style-position: inside;
}

.callus{
	display: inline-block!important;
}

.wp-container-1 {
    justify-content: center;
}

.phide{
	display: inline-block;
}

.plhide{
	display: none;
}
	
}