/*
Theme Name: Progradeplumbingsolutions Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://progradeplumbingsolutions.com
Author: Design Team
Author URI:  https://progradeplumbingsolutions.com
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

h1,
   h2,
      h3,
        h4,
           h5,
              h6
                {
			    font-family: 'Outfit', sans-serif !important;
			      }
a,
  p,
    span,
          li,
             label
        {
		font-family: 'Poppins', sans-serif;
	     }

div#left {
    float: right;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
}

div#right {
    float: left;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
}
body #header-secondary-outer .nectar-center-text {
    font-size: 16px;
    line-height: 16px;
    max-width: 100%;
}
body #header-secondary-outer i.fa.fa-envelope-o {
    margin-right: 9px;
    font-size: 17px;
}
body #header-secondary-outer i.fa.fa-phone {
    margin-right: 9px;
    font-size: 17px;
}

div#header-secondary-outer {
    background-color: #3CA5FD;
}
header#top ul li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

header#top ul li a span {
    padding-left: 2px;
}
#header-outer header {
    background-color: #2f3136;
}
header#top span.icon-salient-search {
    color: #fff !important;
}
#log img {
    width: 65%;
    margin: 0 auto;
    display: table;
}
header#top  li#menu-item-17 a span {
    background-color: #3CA5FD;
    padding: 10px 31px!important;
    border-radius: 10px;
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    display: none;
}
div#main-banner h2 {
    font-size: 60px;
    width: 69%;
    margin: 0 auto;
    font-weight: 900;
    text-transform: uppercase;
}

div#main-banner span.color-slide-1 {
    font-family: 'Outfit' !important;
    color: #3CA5FD;
    font-weight: 900;
}

div#main-banner p {
    font-size: 14px;
    width: 61%;
    margin: 0 auto;
    line-height: 1.2;
    color: #fff;
    font-size: 16px;
}

div#main-banner .nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button a {
    background-color: transparent !important;
    border: 1px solid !important;
    padding: 14px 21px;
    font-size: 16px;
    font-weight: 500;
}

div#main-banner .nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button a:hover {
    background-color: #3ca5fd !important;
}
#main-banner  a.slider-down-arrow.no-border:before {
    content: "";
    width: 28px;
    height: 60px;
    margin: 0px;
    left: unset;
    top: unset;
    position: static;
    background: url("/wp-content/uploads/2023/03/download-4.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
}

#main-banner  a.slider-down-arrow.no-border {
    position: absolute;
    bottom: -40px;
    left: 60px;
    top: unset;
}

#main-banner  .slider-down-arrow.no-border:after {
    display: none;
}
#main-banner  path.nectar-scroll-icon-path {
    display: none;
}
div#sec-01 h5 {
    color: #2F3136;
    font-size: 18px;
    text-transform: uppercase;
}

div#sec-01 h2 {
    font-size: 62px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #2F3136;
    padding-bottom: 14px;
}

div#sec-01 span.sec-1-color {
    font-family: 'Outfit' !important;
    color: #3ca5fd;
}

div#sec-01 p {
    font-size: 16px;
    color: #2F3136;
}

div#sec-01 ul.fit {
    display: flex;
}

div#sec-01 ul.fit li {
    margin-right: 50px;
    font-size: 16px;
    color: #2f3136;
    list-style: none;
}
div#sec-01 ul.fit li:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/03/Icon-feather-check-square.png);
    width: 100px;
    height: 17px;
    background-repeat: no-repeat;
    margin-left: -31px;
    margin-top: 4px;
}
div#sec-01 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 11px 28px;
    font-size: 16px;
    margin-top: 17px;
}
#main-banner a.slider-prev {
    opacity: 1 !important;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #fff;
    border-radius: 100px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    right: 120px;
    top: unset;
    left: unset;
    transition: all 0.3s linear;
}

#main-banner a.slider-prev div {
    display: none;
}

#main-banner a.slider-prev i:before {
    content: "\f060";
    font-family: FontAwesome;
}

#main-banner a.slider-prev i {
    position: static;
    height: unset;
}

#main-banner a.slider-next {
    opacity: 1 !important;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #fff;
    border-radius: 100px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    right: 40px;
    top: unset;
    transition: all 0.3s linear;
    left: unset;
}

#main-banner a.slider-next div {
    display: none;
}

#main-banner a.slider-next i:before {
    content: "\f061";
    font-family: FontAwesome;
}

#main-banner a.slider-next i {
    position: static;
    height: unset;
}

#main-banner a.slider-prev:hover,#main-banner a.slider-next:hover {
    background: #3ca5fd;
    border-color: #3ca5fd;
}
div#sec-02 h5 {
    color: #2F3136;
    font-size: 18px;
    text-transform: uppercase;
}

div#sec-02 h2 {
    font-size: 45px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #2F3136;
    padding-bottom: 26px;
}
div#sec-02 .carousel-item {
    margin: 10px;
}

div#sec-02 .carousel-item .wpb_text_column.wpb_content_element {
    background-color: #fff;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 19px;
    box-shadow: 0 0 15px #00000014;
    height: 234px;
}

div#sec-02 p:nth-child(1) img:nth-child(1) {
    position: absolute;
    left: 49px;
    top: -24px;
}
div#sec-02 img.arrow-1 {
    position: absolute;
    right: 10px;
    bottom: -5px;
}
div#sec-02 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 12px 39px;
    font-size: 16px;
    border-radius: 7px !important;
    position: absolute;
    top: 57px;
}
div#sec-02 .inner-wrap:before {
    position: absolute;
    content: "";
    background: #F9F9F9;
    width: 85%;
    height: 75%;
    left: -3%;
    top: 0%;
}
div#sec-02 .inner-wrap:after {
    position: absolute;
    content: "";
    background: #3ca5fd;
    width: 85%;
    height: 43%;
    right: -3%;
    bottom: 21px;
    z-index: -12;
}
div#sec-02 .nectar-milestone .number {
    color: #fff;
    font-size: 40px !important;
}

div#sec-02 .nectar-milestone .number .symbol-wrap span {
    font-size: 42px;
}

body .nectar-milestone .subject {
    font-size: 18px;
    color: #fff;
}
div#sec-03 h2 {
    font-size: 44px;
    width: 84%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    padding-bottom: 47px;
    text-transform: uppercase;
}

div#sec-03 p {
    font-size: 16px;
    color: #ffff;
    width: 61%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 36px;
}
div#sec-03 {
    margin-top: 66px;
}
div#sec-03 a:nth-child(1) {
    color: #fff;
    background-color: #2F3136;
    padding: 11px 19px;
    margin-right: 33px;
    border-radius: 7px;
}

div#sec-03 a:nth-child(2) {color: #fff;background-color: #2F3136;padding: 11px 48px;border-radius: 7px;}
div#sec-03 a:nth-child(2):before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/03/Icon-awesome-phone.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 29px;
    margin-left: -23px;
    margin-top: 2px;
}
div#sec-04 h2 {
    font-size: 42px;
    color: #2F3136;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
}

div#sec-04 p {
    font-size: 16px;
    color: #2F3136;
    width: 82%;
}

div#sec-04 a.nectar-button.small.regular.accent-color.regular-button {    padding: 11px 28px;
    font-size: 16px;
    margin-top: 17px;}
div#sec-05 img {
    width: auto;
    margin: 0 auto;
}

div#sec-05 h2 {
    font-size: 42px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 11px;
    font-weight: 900;
    padding-top: 12px;
    color: #28292E;
}

div#sec-05 p {
    font-size: 16px;
    margin: 0 auto;
    width: 88%;
    text-align: center;
    color: #28292E;
}

div#sec-05 h5 {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    color: #AAAAAA;
    font-weight: 500;
}

div#sec-05 h6 {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    color: #28292E;
}
div#sec-05 button.owl-dot span {
    display: none;
}

div#sec-05 .owl-nav.disabled {
    display: block !important;
    margin: 15px 0px 30px;
    text-align: right;
}

div#sec-05 .owl-nav.disabled button {
    border: unset;
    background: transparent;
}

div#sec-05 .owl-nav.disabled button span {
    display: none;
}

div#sec-05 .owl-nav.disabled button.owl-prev:before {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    color: #707070;
    transition: all 0.3s linear;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 2px solid #707070;
    padding: 16px;
    border-radius: 36px;
}

div#sec-05 .owl-nav.disabled button.owl-next:before {
    content: "\f060";
    font: normal normal normal 14px/1 FontAwesome;
    color: #707070;
    transition: all 0.3s linear;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    left: 16px;
    border: 2px solid #707070;
    padding: 14px;
    border-radius: 40px;
}

div#sec-05 .owl-nav.disabled button:hover:before {
    color: #0071BC;
}

div#sec-05 button.owl-prev {
    position: absolute !important;
    right: -4% !important;
    top: 51% !important;
}

div#sec-05 button.owl-next {
    position: absolute !important;
    left: -8% !important;
    top: 50% !important;
}
div#sec-06 ul li {
    list-style: none !important;
    display: flex;
}

div#sec-06 ul {
    display: flex;
    margin-bottom: 7px;
    padding-top: 24px;
    margin-top: -20px;
}

div#sec-06 ul li {
    font-size: 14px;
    display: contents;
    font-weight: 600;
    color: #000;
}

div#sec-06 ul li img {
    margin-left: 28px;
    margin-right: 10px;
    width: auto !important;
}
div#sec-06 h5 {
    font-size: 20px;
    padding-left: 31px;
    color: #28292e;
}
div#sec-06  .wpb_text_column.wpb_content_element.blog-col-1 p {
    font-size: 16px !important;
    color: #000;
    padding-left: 69px;
    width: 95% !important;
}


div#sec-06 p {
    font-size: 16px;
    color: #28292e;
    padding-left: 32px;
    padding-right: 32px;
}

div#sec-06 
 .wpb_text_column.wpb_content_element {
    background-color: #fff;
    box-shadow: 0 0 21px #0000000f;
    height: 252px;
}
div#sec-06 .wpb_text_column.wpb_content_element.test {
    height: 0 !important;
}

div#sec-06 h2 {
    font-size: 42px;
    color: #2F3136;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
}

div#sec-06 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 12px 39px;
    font-size: 16px;
    border-radius: 7px !important;
    position: absolute;
    right: 0;
    top: 10px;
}
div#sec-06 a:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/03/Icon-ionic-ios-arrow-round-back.png);
    width: 20px;
    height: 17px;
    left: 8em;
}
div#sec-06 .wpb_text_column.wpb_content_element:hover {
    border: 2px solid #3ca5fd;
    margin-top: -16px;
    padding-top: 12px;
}
div#sec-06 .wpb_text_column.wpb_content_element.test:hover {
    border: none !important;
    margin: 0;
    padding: 0;
}
div#sec-07 br {
    display: none;
}

div#sec-07 span.wpcf7-form-control-wrap {
    position: unset;
    display: inline-block !important;
    width: 49%;
    padding-right: 15px;
    margin-top: 15px;
}

div#sec-07 span.wpcf7-form-control-wrap[data-name="textarea-823"] {
    width: 100%;
    padding-right: 0px;
}

div#sec-07 textarea {
    width: 97%;
    background: transparent !important;
    border-radius: 0px !important;
    color: #444444;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 400;
    height: 120px;
    border: 1px solid #7070706e;
}

div#sec-07 input[type=text], 
div#sec-07 input[type=email], 
div#sec-07 input[type=tel],
div#sec-07 input[type=date] {
    margin-right: 15px;
    margin-bottom: 5px;
    background: transparent !important;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    box-shadow: unset !important;
    border-radius: 0px !important;
    padding: 10px 15px;
    border: 1px solid #7070706e;
}

div#sec-07 input.wpcf7-form-control.has-spinner.wpcf7-submit {
   font-size: 18px;
   font-weight: 500;
   background: #3ca5fd !important;
   letter-spacing: 0;
   text-transform: capitalize;
   padding: 10px 23px !important;
   margin-top: 30px;
   border-radius: 8px !important;
}

div#sec-07 .vc_col-sm-6:nth-child(1) input::placeholder, 
div#sec-07 .vc_col-sm-6:nth-child(1) select, 
div#sec-07 .vc_col-sm-6:nth-child(1) textarea::placeholder{
    color: #AEAEAE !important;
	 font-size: 16px !important;
	font-weight:500;
	text-transform: capitalize;
}



div#sec-07 input:focus, 
div#sec-07 select:focus, 
div#sec-07 textarea:focus{
    border-color: #3CA5FD !important;
	color: #000000!important;
}


div#sec-07 span.wpcf7-not-valid-tip {
    display: none;
}

div#sec-07 form.wpcf7-form span.wpcf7-not-valid-tip {
    display: none;
}
div#sec-07 form.wpcf7-form input.wpcf7-not-valid {
    border-bottom: 2px solid #3CA5FD;
}
div#sec-07 form.wpcf7-form .wpcf7-response-output {
    border-color: #3CA5FD;
    color: #3CA5FD;
    margin-top: 0px;
}
div#sec-07 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !IMPORTANT;
    color: #46b450 !IMPORTANT;
}

div#sec-07 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #3ca5fd !IMPORTANT;
    color: #28295d !IMPORTANT;
    margin-top: 21px;
    text-align: center;
    font-size: 16px;
}

div#sec-07 span.wpcf7-form-control-wrap[data-name="textarea-932"] {
    width: 99%;
    padding-right: 0px;
}
div#sec-07 h2 {
    font-size: 42px;
    color: #2F3136;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
}
div#sec-07 p {
    font-size: 16px;
    margin: 0 auto;
    color: #28292E;
}
div#sec-08 h2 {
    font-size: 42px;
    color: #2F3136;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
    padding-top: 46px;
}
div#sec-08 h3 {
    font-size: 28px;
    color: #3CA5FD;
    text-transform: uppercase;
    padding-left: 28px;
}

div#sec-08 ul li {
    list-style: none !important;
}

div#sec-08 ul li {
    font-size: 16px;
    color: #2F3136;
    padding-bottom: 5px;
}
div#sec-09 img {
    margin-top: -49px;
}
div#block-11 ul li {
    list-style: none !important;
    margin: 10px 0;
    display:flex;
}
div#block-11 ul li i {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 29px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
}
div#sec-15 h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
}

div#block-11 ul li a {
   font-size: 16px;
   font-weight: 400;
   color: #ffffff !important;
}
div#block-11 ul li:nth-child(2) {
    padding-left: 30px;
}
div#block-11 ul li {
   display:flex;
   width:26em;
}
#footer-outer .widget h3 {
    font-size: 22px !important;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 12px;
    text-transform: uppercase;
}

#footer-outer .widget ul li a {
    font-size: 15px;
    color: #fff !important;
}

div#block-8 p {
    color: #fff !important;
}
#footer-outer #footer-widgets .col input[type=email] {
    background: transparent !important;
    color: #ffffff;
    width: 286px;
    height: 48px;
    border-radius: 0px !important;
    border: 1px solid #ffffff;
}
#footer-outer #footer-widgets .col input[type="submit"] {
      border: unset;
      outline: unset;
      box-shadow: unset;
      color: transparent;
      background-image: url(/wp-content/uploads/2023/03/Icon-feather-sendc.png);
      background-repeat: no-repeat;
      background-position: center center;
      width: 1px !important;
      height: 41px;
      position: absolute;
      right: 2%;
      top: 77%;
      transform: unset !important;
      border-radius: 0px !important;
      background-color: transparent !important;
}
div#block-9 {
    padding-left: 54px;
}

body #footer-outer #copyright {
    font-size: 14px;
    background-color: transparent;
}
body #footer-outer #copyright {
    background-color: #3CA5FD;
}

body #footer-outer #copyright ul li a {
    color: #fff !important;
}

#footer-outer #copyright .container div:last-child {
}

#footer-outer #copyright ul.social i {
    color: #fff !important;
}
#footer-outer #copyright ul.social i {
    border: 1px solid #fff;
    padding: 9px 10px;
    border-radius: 43px;
}
div#sec-01 ol li {
    font-size: 16px;
}
ul.sub-menu.tracked-pos li a {
    font-size: 15px !important;
    padding: 12px;
    line-height: 1.2 !important;
}

.sf-menu>li ul {
    width: 28em;
}
div#block-11 ul li {
    display: flex;
    width: 29em;
}

div#block-11 {
    margin-left: -63px;
}

div#block-10 {
    margin-left: -24px;
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    margin-bottom: 12px;
    line-height: 1.2;
    z-index: 99999 !important;
}

div#sec-07 .vc_col-sm-6:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#sec-01 .row_col_wrap_12 {
    padding-top: 60px;
}

@media (max-width: 767px) and (orientation: portrait){

div#header-outer {
    background-color: #2f3136;
}

div#main-banner h2 {
    width: 100%;
    font-size: 18px !important;
}


div#main-banner .nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button a {
    padding: 10px 16px;
    font-size: 14px;
}

#main-banner a.slider-prev {
    width: 36px !important;
    height: 36px !important;
    right: 63px;
    bottom: 16px;
}

#main-banner a.slider-next {
    width: 35px !important;
    height: 35px !important;
    right: 18px;
    bottom: 16px;
}
div#sec-01 h5 {
    margin: 0 auto;
    text-align: center;
}

div#sec-01 h2 {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
}

div#sec-01 p {
    text-align: center;
}

div#sec-01 ul.fit li {
    margin: 0;
}

div#sec-01 ul.fit li:nth-child(1) {
    margin-right: 69px;
    margin-left: 25px;
}

div#sec-01 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 9px 16px;
    margin: 0 auto;
    display: table;
}

div#sec-02 .inner-wrap:before {
    width: 100% !important;
    left: 0;
}

div#sec-02 h5 {
    text-align: center;
}

div#sec-02 h2 {
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
}

div#sec-02 a.nectar-button.small.regular.accent-color.regular-button {
    top: -20px;
    margin: 0 auto;
    display: table;
    position: relative;
    padding: 12px 35px;
}

div#sec-02 .inner-wrap:before {
    height: 63% !important;
    width: 100%;
}

div#sec-02 .inner-wrap:after {
    width: 100% !important;
    right: 0;
}

div#sec-03 h2 {
    font-size: 20px;
    width: 100%;
}

div#sec-03 a:nth-child(1) {
    margin: 0 auto;
    display: flex;
    padding: 11px 20px;
    margin-bottom: 24px;
}

div#sec-03 a:nth-child(2) {
    margin: 0 auto;
    display: flex;
    padding: 14px 42px;
    margin-bottom: 24px;
    }

div#sec-04 h2 {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
}

div#sec-04 p {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 4px;
    text-align: center;
}

div#sec-04 a.nectar-button.small.regular.accent-color.regular-button {
    margin: 0 auto;
    display: table;
}

div#sec-05 img {
    width: 20%;
}

div#sec-05 h2 {
    font-size: 28px;
    line-height: 1.2;
}

div#sec-05 .owl-nav.disabled button.owl-next:before {
    left: -20px !important;
    display: none;
}

div#sec-05 .owl-nav.disabled button.owl-prev:before {
    left: 34px;
    display: none;
}

div#sec-07 h2 {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}

div#sec-07 p {
    margin: 0 auto;
    text-align: center;
}

div#sec-07 input[type=text], div#sec-07 input[type=email], div#sec-07 input[type=tel], div#sec-07 input[type=date] {
    margin-left: 9px;
}

div#sec-08 h2 {
    font-size: 28px !important;
    text-align: center;
}

div#sec-08 h3 {
    text-align: center;
    padding-left: 0;
}

div#sec-08 ul li {text-align: center;}

div#sec-08 ul {
    margin: 0;
}

div#block-7 img {
    width: 49%;
    margin: 0 auto;
    display: flex;
}

div#block-8 p {
    text-align: center;
}

#footer-outer #footer-widgets .col input[type=email] {
    width: 100%;
}

#footer-outer #footer-widgets .col input[type="submit"] {
    top: 73%;
    right: 19px;
}

div#block-9 {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
}

#footer-outer .widget h3 {
    text-align: center;
}

div#block-10 ul li {
    text-align: center;
}
div#block-11 ul li {
    margin: 0 auto;
    text-align: center;
}

div#block-11 ul li:nth-child(1) {
    margin-left: 114px;
}

div#block-11 ul li:nth-child(2) {
    margin-left: -22px;
}

div#block-11 ul li:nth-child(3) {
    width: 84%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
}
ul.social {float: none;margin-left: 56px !important;margin-bottom: 13px !important;}

body #footer-outer #copyright p {}

.col.span_5 ul li {
    margin: 0 auto;
    display: flex;
    margin-left: 16px !important;
}	
   div#sec-07 textarea {
    width: 100% !important;
} 
div#sec-07 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: 0 auto;
    display: flex;
}

div#block-10 {
    margin: 0 auto;
}

div#block-11 {
    margin: 0 auto;
}	
#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    z-index: none !important;
}

.secondary-header-text {
    line-height: 1.2;
}

.secondary-header-text #right {
    margin-bottom: 40px;
    clear: both;
    margin-top: 0;
}

div#slide-out-widget-area {
    padding-left: 0 !important;
}

div#slide-out-widget-area #left {
    float: left;
}

div#slide-out-widget-area #left p.left-01 {
    padding-bottom: 10px;
}

div#slide-out-widget-area #left p.left-01 i.fa.fa-phone {
    padding-right: 11px;
}
.secondary-header-text #right a {
    font-size: 12px;
    display: block;
}

ul.menu {
    clear: both;
}

.secondary-header-text {
    float: left;
    /* width: 100%; */
    background: #3ca5fd !important;
    margin-bottom: 0 !important;
}

.secondary-header-text #right i.fa.fa-envelope-o {
    padding-right: 10px;
}

div#slide-out-widget-area #left p.left-01 a {
    font-size: 12px;
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a {
    font-size: 20px;
    font-weight: 400;
}
}