::-moz-selection{
  background: #0C4469;
  color: #fff;
}
::-selection{
  background: #0C4469;
  color: #fff;
}
:root {
   --wrapper-width: 1200px;
   --header-bg: #fff;
   --color-primary: #0D66A2;
   --color-secondary: #19172F;
   --color-tertiary: #03A6D5;
   --color-heading: #0C4469;
   --color-dark: #19172D;
   --color-body: #5A5A5A;
   --font-family-primary: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
   --font-family-secondary: 'Urbanist', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
   --border-radius: 15px;
   --button-border-radius: 500px;
}
.font-primary {
   font-family:var(--font-family-primary) 
}
.font-secondary {
   font-family:var(--font-family-secondary) 
}
.color-primary {
   color:var(--color-primary) 
}
.color-secondary {
   color:var(--color-secondary) 
}
.color-tertiary {
   color:var(--color-tertiary) 
}
.color-heading {
   color:var(--color-heading) 
}
.color-body {
   color:var(--color-body) 
}
.color-dark {
   color:var(--color-dark) 
}
.border-primary {
   border-color:var(--color-primary) 
}
.bg-primary {
   background-color:var(--color-primary) 
}
.bg-secondary {
   background-color:var(--color-secondary) 
}
.bg-tertiary {
   background-color:var(--color-tertiary) 
}
.bg-heading {
   background-color:var(--color-heading) 
}
.bg-body {
   background-color:var(--color-body) 
}
.bg-dark {
   background-color:var(--color-dark) 
}
a:hover {
   cursor:pointer!important 
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.mx-auto {
  margin: 0 auto;
}
.border-radius {
  border-radius: 15px;
}
.overflow-hidden {
  overflow: hidden;
}
.text-center {
  text-align: center;
}
/*----------------- Header styles ------------------*/
.top-header-wrap {
   background: #0D66A2;
   padding: 8px 20px;
}
.top-header-wrap-inner {
   max-width: var(--wrapper-width);
}
#mail, #tel {
  color: #fff;
}
.top-header-wrap .fas {
  margin-right: 5px;
}
.header-wrap {
   background: #fff;
   padding: 25px 20px;
}
#header {
   max-width: var(--wrapper-width);
   display: flex;
   justify-content: space-between;
   align-items: center;
}
#logo{
   float:left;
   margin-top: 10px;
}
#logo img{
   width: 390px;
   height: auto;
}
.banner {
  background: #03a6d5;
  padding: 20px 10px;
}
.banner p{
  color:#fff;
  margin-bottom: 0px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
/*----------------- Home styles ------------------*/
#content .slider-caption {
   text-align: left !important;
   font-size: 16px !important;
   color: #FFFFFF !important;
   letter-spacing: 0 !important;
}
#content .slider-caption h1{
   color: #fff;
   font-size: 66px;
   line-height: 1em !important;
   letter-spacing: 0 !important;
  ;
   text-align: left !important;
   font-family:var(--font-family-primary);
   margin-bottom: 0px !important;
}
#content .slider-caption p {
   font-size: 19px !important;
   color: #FFFFFF;
   letter-spacing: 0px !important;
   line-height: 30px !important;
   max-width: 500px !important;
   white-space: normal !important;
   font-family:var(--font-family-primary);
   margin-bottom: 0px !important;
}
#content .slider-caption a {
   background: #03A6D5;
   color: #fff !important;
   display: inline-block !important;
   padding: 15px 20px !important;
   border-radius: 100px !important;
   font-family:var(--font-family-primary);
   font-weight: 400 !important;
}
/*----------------- Content styles ------------------*/
#content .text-white, #content .text-white p, #content .text-white h1, #content .text-white h2, #content .text-white h3, #content .text-white h4, #content .text-white a, #content .text-white ul, #content .text-white label, #content .text-white ul li, #content .text-white ol li{
   color: #fff !important;
}
#content h1 {
   font-size: 58px;
   line-height: 1.2em;
   color: var(--color-heading);
}
#content h2 {
   font-size: 38px;
   line-height: 1.2em;
   color: var(--color-heading);
}
#content h3 {
   font-size: 23px;
   line-height: 1.2em;
   color: var(--color-heading);
}
#content h1 strong, #content h2 strong, #content h3 strong {
   color: #0273C1;
   font-weight: 400;
}
#hero-wrap {
   min-height: 400px;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
.blue-stripe img {
   width: 40px;
   height: auto;
   margin: -3px 0px -3px 10px;
}
.blue-stripe h3 {
  margin-bottom: 0px !important;
}
/*--------------------- accordion styles -----------------------*/
.kc_accordion_header {
   border: none !important;
   border-top: 1px solid #0C4469 !important;
   margin: -4.5px 0px !important;
   position: relative;
}
.kc_accordion_header a{
   font-size: 23px !important;
   color: #0C4469;
   padding: 30px 80px 30px 20px !important;
  ;
   padding-left: 0px !important;
}
.kc_accordion_header a:hover {
   color: #03A6D5 !important;
}
.kc_accordion_content {
   border: none !important;
}
.ui-accordion-header-icon {
   position: absolute;
   top: 30% !important;
  ;
   transform: translateY(-50%) !important;
  ;
   right: 0px;
   height: auto;
   padding: 0px 20px !important;
   color: #fff !important;
   -moz-transition: all 0.2s ease-out;
   -webkit-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}
.kc_accordion_content p {
   font-size: 16px;
   font-weight: 300;
   line-height: 2em;
}
#content .kc_accordion_header > span.ui-accordion-header-icon::before {
   content: "+";
   font-size: 25px;
   font-weight: bold;
   color:#03A6D5 !important;
   min-height: 30px !important;
   display: inline-block;
}
#content .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon::before {
   content: "-";
   font-size: 25px;
   position: relative;
   top: -3px;
   left: -2px;
}
#content .kc_accordion_header:hover .ui-accordion-header-icon:before {
   color:#23C6F5 !important;
}
/*----------------- Form styles ------------------*/
.contact-form {
   background: #fff;
   padding: 30px;
   border-radius: 10px !important;
}
.frm_primary_label, .frm_radio label {
   font-size:15px!important;
   font-family:var(--font-family-primary) !important;
   font-weight: 400 !important;
}
fieldset {
   box-sizing:border-box;
   background:none!important;
   font-family:var(--font-family-primary) !important;
   padding: 0px !important;
}
fieldset h3 {
   font-family:var(--font-family-primary) !important;
   font-weight: 400;
}
.frm_form_field {
   margin-bottom: 5px !important;
}
.frm_forms input, .frm_forms select, .frm_forms textarea{
   background: #fff !important;
   border-radius: 5px !important;
   margin-bottom: 0px !important;
   border: 1px solid #aaa !important;
   height: 50px !important;
   box-shadow: none !important;
   font-family:var(--font-family-primary) !important;
   -moz-transition: all 0.2s ease-out;
   -webkit-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}
.frm_forms input[type="checkbox"] {
   height: auto !important;
}
.frm_forms textarea{
   margin-top: 0px !important;
   height: auto !important;
}
.frm_forms input:focus, .frm_forms select:focus, .frm_forms textarea:focus{
   border-color: #aaa !important;
}
#content .frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder, #content .frm_style_formidable-style.with_frm_style input::-moz-placeholder, #content .frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder, #content .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder{
   color: #888 !important;
}
#content .frm_submit button {
   font-family:var(--font-family-primary) !important;
   background: #03A6D5 !important;
   color: #fff !important;
   height: auto !important;
   border: none !important;
   padding: 10px 25px !important;
   border-radius: 20px !important;
   box-shadow: none !important;
   font-weight: normal !important;
   text-transform: none !important;
   font-size: 16px !important;
   letter-spacing: 0px !important;
   text-decoration: none !important;
   -moz-transition: all 0.2s ease-out;
   -webkit-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}
#content .frm_submit button:hover {
   background: #05C0FF !important;
}
#content .frm_message {
   background: transparent;
   border: none !important;
   text-align: center;
}
#content .frm_message p {
   color: #1E4A68;
}
#frm_field_92_container {
  margin-top: 20px;
}
/*----------------- Page elements ------------------*/
#content .ticks ul {
   list-style: none;
   margin-left: 0;
   padding-right: 20px;
}
.ticks ul li {
   line-height:1.6em;
   margin-bottom:6px;
   margin-left:20px;
   font-weight: 300;
}
.ticks ul li:before {
   content: '\f00c';
   font-family:'FontAwesome';
   position: absolute;
   font-size:0.8em;
   margin-top:-0px;
   margin-left:-20px;
   color: #152c4f !important;
}
.text-white .ticks ul li:before{
   color:#fff;
}
.btn a {
   display: inline-block;
   background: #03A6D5;
   border-radius: var(--button-border-radius);
   color: #fff;
   padding: 12px 25px;
   font-size: 16px;
   font-family:var(--font-family-primary);
   font-weight: 400;
   text-align: center;
   -webkit-transition: all 1000ms cubic-bezier(0.270, 0.595, 0.010, 1.000);
   -moz-transition: all 1000ms cubic-bezier(0.270, 0.595, 0.010, 1.000);
   -o-transition: all 1000ms cubic-bezier(0.270, 0.595, 0.010, 1.000);
   transition: all 1000ms cubic-bezier(0.270, 0.595, 0.010, 1.000);
  /* custom */
   -webkit-transition-timing-function: cubic-bezier(0.270, 0.595, 0.010, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.270, 0.595, 0.010, 1.000);
   -o-transition-timing-function: cubic-bezier(0.270, 0.595, 0.010, 1.000);
   transition-timing-function: cubic-bezier(0.270, 0.595, 0.010, 1.000);
  /* custom */
}
.btn a:hover {
   background: #23C6F5;
}
.btn-double a {
   width: 190px;
   margin: 0 5px;
}
.btn.min-w-200 a {
  min-width: 200px;
}
/*-- contact details --*/
.contact-details #email, .contact-details #tel, .contact-details #address {
   position:relative;
   padding-left:32px;
   display:block;
   line-height:1.2em;
   margin: 15px 0 
}
.contact-details #address {
   max-width: 430px;
}
.contact-details #email:before {
   content:'';
   position:absolute;
   background:url(/wp-content/themes/southpaw-vets/images/icons/email-icon.png)no-repeat center left 2px;
   background-size:contain;
   padding:6px;
   display:block;
   top: 1px;
   left:0;
   width:15px 
}
.contact-details #tel:before {
   content:'';
   position:absolute;
   background:url(/wp-content/themes/southpaw-vets/images/icons/telephone-icon.png)no-repeat center left 1px;
   background-size:contain;
   padding:8px;
   display:block;
   top:0;
   left:0;
   width:15px 
}
.contact-details #address:before {
   content:'';
   position:absolute;
   background:url(/wp-content/themes/southpaw-vets/images/icons/address-icon.png)no-repeat center left 2px;
   background-size:contain;
   padding:9px;
   display:block;
   top:0;
   left:0;
   width:15px 
}
/*----------------------- King composer elements -------------------------*/
/* Icon Panels */
.icon-panel {
   background: var(--color-primary);
   clear: both;
   padding: 40px;
   color: #fff;
   position: relative;
   z-index: 1;
}
.icon-panel h3 {
   color: #fff;
}
.icon-panel-icon {
   position: absolute;
   height: 100px;
   width: 100px;
   background-size: contain !important;
   background-repeat: no-repeat !important;
   top: 50%;
   right: 40px;
   transform: translateY(-50%);
   z-index: -1;
}
#content .icon-panel-icon .btn a {
   text-transform: none !important;
}
/* Team Profiles */
.profile-wrap {
   position: relative;
   display: block !important;
   float: left;
   width: 100%;
   background: #D8D8D8;
}
.profile-photo {
   width: 100%;
   height: 400px;
   background-size: cover !important;
   background-position: center center !important;
   background-repeat: no-repeat !important;
}
.profile-bottom {
   background: #fff;
   padding: 30px 20px;
   position: relative;
   -moz-transition: all 0.2s ease-out;
   -webkit-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}
#content .profile-bottom h3{
   font-size: 23px;
   font-weight: 600;
   color: #0C4469;
   line-height: 1.2em;
   margin-bottom: 15px !important;
}
#content .profile-bottom p {
   font-size: 15px;
   color: #0C4469;
   line-height: 1.4em;
}
.profile-title {
   font-size: 16px;
   color: #9ED898;
   letter-spacing: -0.43px;
   line-height: 1.2em;
   margin-bottom: 0px !important;
}
/* team popup */
/* fix */
.jquery-modal {
   z-index: 9999999 !important;
   background: var(--color-primary) !important;
}
/* styles */
.modal {
   width: 1000px !important;
   max-width: 100% !important;
   background: #fff !important;
   background-size: cover !important;
   background-position: center center !important;
   padding: 70px !important;
   border-radius: 20px !important;
   box-shadow: none !important;
}
.popup-photo {
   width: 100%;
   max-width: 102px;
   height: 102px;
   background-size: cover !important;
   background-position: bottom center !important;
   background-size: contain !important;
   background-repeat: no-repeat !important;
   border-radius: 500px;
   float: left !important;
  ;
}
.popup-name-wrap {
   padding: 4px 20px 20px;
   float: left;
   width: calc(100% - 102px);
}
.popup-name {
   font-size: 30.57px;
   color: #0273C1;
   letter-spacing: 0;
   line-height: 38.07px;
   float: left !important;
   clear: both;
   margin-bottom: 10px;
}
.popup-title{
   font-size: 18px;
   color: #0C4469;
   line-height: 1.4em;
   float: left !important;
   clear: both;
}
.popup-content {
   font-size: 15px;
   color: #000000;
   line-height: 26px;
   font-weight: 300;
   clear: both;
   border-top: 1px solid rgba(151,151,151,0.2);
   padding-top: 35px;
}
/* close button */
body .close-modal {
   top: 42px !important;
   right: 50px !important;
   background: transparent !important;
   color: #fff !important;
   text-indent: 0px !important;
   background: #03A6D5 !important;
   border-radius: 50px !important;
   display: inline-block;
   padding: 12px 18px 12px 25px !important;
   text-transform:uppercase;
   font-size: 12px !important;
   letter-spacing: 1.46px !important;
   width: auto !important;
   max-width: 160px !important;
   text-align: center !important;
   height: auto !important;
}
body .close-modal:hover {
   background: #235B85 !important;
}
body .close-modal:after {
   content: '\e5cd';
   font-family: 'Material Icons';
   margin-left: 5px;
   font-weight: normal !important;
   line-height: 0px;
   font-size: 16px;
   position: relative;
   top: 4px;
}
/*----------------------- Gutenburg elements -------------------------*/
/* single images */
.wp-block-image img {
   height: auto 
}
/* quote */
.wp-block-quote {
   background: #eaeff1;
   padding: 40px;
   margin-bottom: 30px;
   text-align: center;
}
.wp-block-quote p {
   letter-spacing: 0.4px;
   font-style: italic;
   font-family: 'Libre Baskerville', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.wp-block-quote cite {
   font-family: "Gill Sans W01", Arial, Helvetica, "Nimbus Sans L", sans-serif;
   text-transform:uppercase;
   font-style: normal;
   display: block;
   margin-top: 20px;
   letter-spacing: 1px;
   font-size: 12px;
   color: #C69C6D;
   position: relative;
   display: block;
}
.wp-block-quote cite:before{
   content: "";
   margin: 15px auto;
   display: block;
   width: 55px;
   height: 1px;
   background: #C69C6D;
}
/* images captions */
figcaption {
   background: #eaeff1;
   padding: 10px 20px;
   margin-top: -6px !important;
}
figcaption, .blocks-gallery-item__caption {
   font-family: 'Libre Baskerville', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
   letter-spacing: 0px;
   font-weight: bold;
   font-size: 12px !important;
}
/*----------------- Footer styles ------------------*/
#footer-panel-outer {
  position: relative;
}
#footer-panel {
   position: absolute;
   z-index: 99;
   width: 100%;
   max-width: 1170px;
   margin: 0 auto;
   left: 0px;
   right: 0px;
   top: 0px;
   transform: translateY(-50%);
   padding: 0 15px;
}
.footer-wrap{
   display: inline-block;
   width: 100%;
   padding: 280px 0px 160px;
   background: url(/wp-content/themes/southpaw-vets/images/footer-bg.png)no-repeat bottom left 90px,#0C4469;
   background-size: 480px;
   background-repeat: no-repeat;
}
.second-footer-wrap {
   clear: left;
   width: 100%;
   padding: 0px 30px 80px;
   box-sizing: border-box;
   color: #fff;
   line-height: 1.7em;
   font-size: 13px;
   font-weight: 300;
}
#footer-widget-area {
   max-width: 1140px;
   margin: 0 auto !important;
}
#second .fa {
   display: none;
}
.second-footer-wrap a {
   color: #fff;
   text-decoration: none !important;
}
.second-footer-wrap a:hover {
   color: #0D66A2;
}
.widget-area ul ul {
   list-style: none;
   margin: 0px;
}
.widget-area ul ul li {
   padding-left: 0px;
}
.second-footer-wrap .widget-area {
   width: 33.33% !important;
   margin: 0px !important;
   padding-right: 0px !important;
   box-sizing: border-box;
}
#first {
   margin-right: 50px !important;
}
#second {
   width: calc(33.33% - 50px) !important;
}
.widget-title {
   margin-bottom: 30px;
   font-size: 21px;
   color: #FFFFFF;
   letter-spacing: 0;
}
#first .fa {
   font-size: 20px;
   margin-right: 10px;
}
#first.widget-area .widget-container:nth-child(2) {
   min-height: 106px;
}
#second.widget-area .widget-container:first-of-type{
   min-height: 300px;
}
#third.widget-area .widget-container:nth-child(2){
   min-height: 248px;
}
#colophon {
   max-width: 1100px !important;
   width: 100%;
   overflow: visible;
   padding: 18px 30px;
   color: #fff;
}
#colophon a{
  color: #fff;
}
#colophon #site-logo img{
  max-width: 118px;
}
#site-generator {
   position: relative;
   top: 50px;
}
#site-generator img {
   max-width: 96px;
   height: auto;
   margin: -10px 0px -10px 10px;
}
/*--------- Search + 404 error styles----------*/
.search{
  background:#F7F7F7;
}
.search-no-results, .error404 {
  background:#fff;
}
.search-no-results #container, .search #container, .error404 #container{
  padding:40px 0px;
}
.search-no-results h2, .search h1, .error404 h1{
  margin-bottom:20px !important;
  color: #33333F !important;
  font-weight: 400 !important;
}
.search h1 span {
  font-style: normal !important;
}
.search-no-results input, .error404 input {
  border: none;
   box-shadow: none;
  height: 30px;
  background:#eee;
}
.search-no-results input[type="submit"], .error404 input[type="submit"] {
   background:#013AAE;
   text-transform:uppercase;
   letter-spacing: 2px;
   font-weight: 700;
   font-size: 12px !important;
   color:#fff !important;
   border-radius: 20px;
   padding: 0 25px;
   -moz-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.readmore:hover, .search-no-results input[type="submit"]:hover, .error404 input[type="submit"]:hover {
  background:#4D79D1 !important;
}
.search .page {
   background:#fff !important;
   padding: 40px;
   margin-bottom: 2px;
}
.search #content h2 {
  margin-bottom:20px !important;
}
.search #content h2 a {
  color: #33333F !important;
}
.search #content h2 a:hover {
  color: #4D79D1 !important
}
.readmore {
   display: block;
   width: 100px;
   padding: 6px 10px!important;
   margin-top: 20px;
   text-align: center;
   background:#013AAE;
   color: #fff !important;
   text-transform:uppercase;
  padding: 0 20px;
   letter-spacing: 2px !important;
  -moz-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
/*----------------- Other styles ------------------*/
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.paw-graphic.about img{
  left: -70px
}
.paw-graphic.for-vets img{
  left: -170px
}
.paw-graphic.pet-owners img{
  left: -170px
}
#content .kc_column_inner p:last-child {
  margin-bottom: 0px;
}
p.pp_description {
  display:none !important;
}
#content .align-middle {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -moz-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
/*------------------ Animations styles --------------------*/
/*-- animate headings and p --*/
.fadein .kc-list-item-3, .fadein.button a, .fadein a.footer-button, .fadein h1, .fadein h2, .fadein h3, .fadein h4, .fadein p{
   opacity: 0;
   transition-delay: 1s;
   transform: translate(0px, 20px);
   -moz-transition: all 1s cubic-bezier(0.175, 0.85, 0.71, 1.07);
   -webkit-transition: all 1s cubic-bezier(0.175, 0.85, 0.71, 1.07);
   -o-transition: all 1s cubic-bezier(0.175, 0.85, 0.71, 1.07);
   transition: all 1s cubic-bezier(0.175, 0.85, 0.71, 1.07);
}
.fadein.in-view .kc-list-item-3, .fadein.in-view.button a, .fadein.in-view h1, .fadein.in-view h2, .fadein.in-view h3, .fadein.in-view h4, .fadein.in-view p{
   transform: translate(0px, 0px);
   opacity: 1;
}
.fadein p {
   transition-delay: 0.6s;
}
/*-- animate ul li --*/
.fadein ul li {
   opacity: 0;
   transform: translate(0px, 10px);
   -moz-transition: all 1s cubic-bezier(0.175, 0.85, 0.71, 1.07);
   -webkit-transition: all 1s cubic-bezier(0.175, 0.85, 0.71, 1.07);
   -o-transition: all 1s cubic-bezier(0.175, 0.85, 0.71, 1.07);
   transition: all 1s cubic-bezier(0.175, 0.85, 0.71, 1.07);
}
.fadein ul li:nth-child(2) {
   transition-delay:0.2s;
}
.fadein ul li:nth-child(3) {
   transition-delay:0.3s;
}
.fadein ul li:nth-child(4) {
   transition-delay:0.4s;
}
.fadein ul li:nth-child(5) {
   transition-delay:0.5s;
}
.fadein ul li:nth-child(6) {
   transition-delay:0.6s;
}
.fadein ul li:nth-child(7) {
   transition-delay:0.7s;
}
.fadein ul li:nth-child(8) {
   transition-delay:0.8s;
}
.fadein ul li:nth-child(9) {
   transition-delay:0.9s;
}
.fadein ul li:nth-child(10) {
   transition-delay:1s;
}
.fadein.in-view ul li {
   opacity: 1;
   transform: translate(0px, 0px);
}
/*-- animate buttons --*/
.fadein a.footer-button {
   transition-delay: 0s;
}
.fadein.in-view a.footer-button {
   opacity: 1;
   transform: translate(0px, 0px);
}
/*---------Responsive styles----------*/
/* ### standard ### */
@media (max-width: 980px) {
   .bpc {
      padding: 60px !important;
  }
}
#content .mobile-show {
  display: none;
}
@media (max-width: 767px) {
   .mobile-hide, #content .mobile-hide {
      display: none;
  }
   #content .mobile-show {
      display: block;
  }
   #content .mi {
      height: 50vw;
  }
   #content .ms {
      order: 2;
  }
   .bpc {
      padding: 40px !important;
  }
}
/*---------Responsive styles----------*/
/*--- Menu ---*/
@media (max-width: 1180px) {
   #logo img {
      max-width: 200px;
  }
   #access a {
      padding: 0 0px;
  }
}
@media (max-width: 1000px) {
   #menu-item-22 {
      display: none;
  }
}
@media (max-width: 840px) {
   #wrapper {
      margin-top: 35px;
  }
   .top-header-wrap {
      display: none;
  }
   .banner {
      position: relative;
      top: 35px;
      margin-top: 44px;
  }
}
@media (max-width: 560px) {
   .banner p {
      font-size: 16px;
  }
}
/*--- Footer ---*/
@media (max-width: 767px) {
   #footer-panel {
       padding: 20px 0px;
       background: #eee;
       position: relative;
       transform: none;
  }
   #footer-panel .icon-panel{
       margin: 10px 0px 
  }
   #footer-panel a{
       min-width: 200px;
       text-align: center;
  }
   .footer-wrap {
      padding-top: 80px !important;
      padding-bottom: 60px;
  }
   #footer-widget-area {
      display: block !important;
  }
   .second-footer-wrap .widget-area {
       min-width: 100% !important;
       padding: 0px !important;
       text-align: center !important;
       margin-bottom: 10px !important;
       min-height: 0px !important;
  }
   #first.widget-area .widget-container:first-of-type, #second.widget-area .widget-container:first-of-type {
       min-height: 0px !important;
  }
   #site-info {
      margin-bottom: 10px;
  }
   #site-info, #site-generator{
      width: 100%;
      display:block;
      text-align: center;
  }
}
/*--- Content ---*/
@media (min-width: 767px) {
   .profile-bottom-inner {
      min-height: 120px;
  }
}
@media (max-width: 767px) {
   #content h1 {
      font-size: 1.5em !important;
  }
   #content h2 {
      font-size: 1.4em !important;
  }
   #content h3 {
      font-size: 1.3em !important;
  }
   #content h4 {
      font-size: 1.2em !important;
  }
   #content p {
      font-size: 14px !important;
      line-height: 1.4em;
  }
   #content .slider-caption h1{
      font-size: 30px !important;
      line-height: 1.2em !important;
  }
   #content .slider-caption p{
      font-size: 16px !important;
      line-height: 1.2em !important;
  }
   #hero-wrap {
      min-height: 300px;
  }
   .kc_accordion_header a {
      font-size: 16px !important;
  }
   .profile-bottom .btn {
      margin-top: 20px;
  }
   .modal {
      padding: 30px !important;
  }
   .popup-photo {
      width: 80px;
      height: 80px;
  }
   .popup-name-wrap {
      clear: both;
      width: 100%;
      padding: 0px;
      margin-top: 20px;
  }
   .popup-name {
      font-size: 20px;
  }
   .popup-title {
      font-size: 16px;
  }
   .popup-content {
      font-size: 14px;
  }
   .modal a.close-modal {
       width: 20px !important;
       text-indent: -23px !important;
       letter-spacing: -9px !important;
       color: transparent !important;
       right: 20px !important;
       top: 20px !important;
      ;
  }
   .modal a.close-modal::after {
       color: #fff;
  }
}
@media (max-width: 560px) {
   #content h1 {
      font-size: 1.3em !important;
  }
   #content h2 {
      font-size: 1.2em !important;
  }
   #content h3 {
      font-size: 1.1em !important;
  }
   #content h4 {
      font-size: 1em !important;
  }
   #content .slider-caption {
       margin-left: -40px;
       max-width: calc(100vw - 70px) !important;
  }
   #content .slider-caption h1{
      font-size: 25px !important;
      line-height: 1.2em !important;
  }
   #hero-wrap {
      min-height: 240px;
  }
   .blue-stripe img {
      display: none;
  }
   .btn-double a {
       display: block;
       margin: 0 auto;
  }
   .btn-double a:first-child {
      margin-bottom: 10px;
  }
   .icon-panel-icon {
       position: absolute;
       height: 50px;
       width: 50px;
       top: 50px;
       right: 20px;
  }
   a.icon-panel-link {
      min-width: 0px !important;
  }
}
