﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* your CSS here */
	
.various-content h2:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: 7px;
    width: 13px;
    height: 23px;
}
.c-service .service-image a:before {
    background-color: #ffffff00;
    background-image: none;
    
}

.cssgradients .header-bg {
    background-color: rgba(147, 92, 163, 0.12);
}

a.address-toggle {
            display: none;
   }
        
a.sms-toggle:before {
            display: none;
}
.footer-text a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff38;
}

.footer-text a:hover, .footer-text a:focus {
    border-bottom: 1px solid #ffffff;
}

.loader.simple-circle {
    transform-origin: center center;
    border: var(--line-width, 4px) solid #fff;
    border-right-color: #3bb501;
    width: var(--loader-width, 100px);
    height: var(--loader-height, 100px);
    border-radius: 50%;
    animation: circle-loader var(--animation-duration, 1s) infinite ease-out;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20em;
}

@keyframes circle-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-height: 700px),(min-width: 700px) {
span#buttontext {
    display: none;
}

}
/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */
		

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */
.header-branding>a>img {
    max-width: 50%;
}

#core {
    padding-top: 37px;
}
.default-form .datepicker-input {
    margin-bottom: 10px;
}


.header-panel-toggle {
	left: 50%;
    width: 210px;
    border-radius: 0 5px;
    margin-left: -100px;
    color: #fff;
    background-color: #3cbb00;
    font-family: "Montserrat",Arial,sans-serif;
    font-weight: bold;
    font-size: 1em;
    height: 44px;
	text-transform: uppercase;
}

.header-menu {
    margin-bottom: 35px;
}

.m-has-active-panel .header-panel {
    padding-bottom: 30px;
}

a.phone-toggle:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 38px;
    line-height: 1.9em;
    text-align: center;
    top: 0;
    display: block;
    width: 2.25em;
    height: 2.25em;
    right: 0;
    position: fixed;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    z-index: 1000;
    color: #ffffff;
    -webkit-text-stroke: 1px #3cbb00;
}

a.sms-toggle:before {
    display:none;
    content: "\f075";
    font-family: FontAwesome;
    font-size: 37px;
    line-height: 1.9em;
    text-align: center;
    top: 0;
    width: 2.25em;
    height: 2.25em;
    left: 0;
    position: fixed;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    z-index: 1000;
    color: #ffffff;
    text-shadow: 0px 0px 9px #935ca3;
    -webkit-text-stroke: 1px #935ca3;
}

a.address-toggle {
    text-align: center;
    top: 195px;
    right: 25px;
    position: absolute;
    color: #ffffff;
    display: block;
}

span#buttontext {
    display: contents;
}

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}