/*

Theme Name: agile

Theme URI: http://agile.co.care

Author: Joseph

Author URI: http://joseph.co.care

Version: 1.0.0

Description: OnePage Base theme for websites on registry.co.care platform.

License: Licensed to registry.co.care only

License URI: http://co.care/license

Text Domain: agile

*/

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

a,
a:hover {
    color: #212529;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.2;
}

.h3, h3 {
    font-size: 1.2rem;
}

.h4, h4 {
    font-size: 0.90rem;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 color: inherit;
}

.mu_register {
    width: 320px !important;
    padding: 3% 0;
    margin: auto;
}

.mu_register form {
  margin-top: 0px !important;
  margin-left: 0;
  padding: 35px 24px 2px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccd0d4;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.wp-signup-container > h2 {
    font-size: 1.5rem;
    text-align: center;
}

.mu_register label {
    margin: 15px 0 -5px !important;
}


.mu_register [for="user_email"] {
    margin-top: -50px !important;
}

.mu_register [for="blogname"] {
    margin-top: -15px !important;
}

.mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
    padding: 10px !important;
    font-size: 15px !important;
}

.mu_register p.submit {
    margin-top: 15px;
}

.mu_register p > .submit {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.mu_register #blogname {
    width: 70% !important;
    margin: 5px 5px 5px 0 !important;
}

#privacy {
  display: none !important;
}

#wp-admin-bar-customize {
  background-color: #0085ba !important;
}

#wp-admin-bar-acc-manage-sites {
  display: block !important;
  background: #0085ba !important;
  padding: 0 10px !important;
}

#acc-container {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    padding-right: 0px;
    padding-left: 0px;
}

.customize-partial-edit-shortcuts-shown > #acc-container {
    margin-top: 45px;
}

.customize-partial-edit-shortcuts-shown > #acc-container .accNav,
.admin-bar .accNav {
    margin-top: 45px;
}

/* .admin-bar .accNav {
  top: 47px;
} */

@media (min-width: 576px) { .container { max-width: 100%;  } }
@media (min-width: 800px) { .container { max-width: 780px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px){ .container { max-width: 1140px; } }
@media (min-width: 992px) { .accsw-home img { width: 960px;  } }
@media (min-width: 1200px){ .accsw-home img { width: 1140px; } }

.customize-partial-edit-shortcut, .widget .customize-partial-edit-shortcut {
    right: 30px;
}


.row {
    margin-right: 0px;
    margin-left: 0px;
}

.accsw-services,
.accsw-address {
    margin: 0 -15px;
}

.accsw-info .accsw-img {
    margin-left: -30px;
}







/* Style all font awesome icons */
.acc-social-links {
    text-align: center;
    padding: 25px 0;
}

.acc-social-links .fa {
  color: white;
  text-align: center;
  text-decoration: none;
  width: 61px;
  height: 60px;
  margin: 0px 10px;
  padding: 24px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
}

.fa-linkedin {
  background: #007bb5;
}

.fa-instagram{
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}























nav {
    text-align: center;
    width: 100%;
}

img.acc-site-logo {
  cursor: pointer;
  width: 120px;
  height: 120px;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  margin-top: -60px;
  margin-bottom: -10px;
}

.acc-site-name {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ffffff14;
    padding: 15px;
    white-space: normal;
}

.acc-site-description {
    font-style: italic;
    padding: 15px;
}

.acc-site-name,
.acc-site-description {
    display: block;
    width: 100%;
    color: #fff;
}


@media (max-width: 576px) {
  img.acc-site-logo {
      width: 80px;
      height: 80px;
      padding: 5px;
      margin-top: -60px;
      margin-bottom: -30px;
  }
}

.accNav {
    background: rgba(0, 0, 0, 0.65);
    color: #ffffffc2;
    position: fixed;
    z-index: 999;
    right: 0px;
	  top: 0px;
    max-height: 100vh;
	  overflow-y: auto;
    width: 0px;
	transition: 0.3s;
}

.accNav:hover { width: 40%;}
@media (max-width: 1200px) { .accNav:hover { width: 45%;} }
@media (max-width: 992px)  { .accNav:hover { width: 50%;} }
@media (max-width: 768px)  { .accNav:hover { width: 55%;} }
@media (max-width: 576px)  { .accNav:hover { width: 60%;} }


.accNav > a {
	display: block;
    padding: 13px 25px 12px;
    border-bottom: 1px solid #ffffff2e;
	  color: #fffc;
    cursor: pointer;
}

/* .accNav > a:last-of-type {
  text-align: center;
  font-weight: bold;
} */


.accNav-menu {
  padding: 11px 18px;
  border-bottom: 1px solid #ffffff2e;
  cursor: pointer;
  width: 50px;
  height: 44px;
  position: fixed;
  background: rgba(0, 0, 0, 0.86);
  margin-left: -50px;
}

.accNav-menu i {
  border-top: 1px solid #ffffffc2;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -8px;
  margin-top: -21px;
}

.accNav-menu span {
  border-top: 1px solid #ffffffc2;
  border-bottom: 1px solid #ffffffc2;
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-left: -8px;
}


.accNav-status,
.accNav-customize {
  background-color: rgba(76, 158, 217, 0.75) !important;
  color: #fff !important;
}



.acc-section:nth-child(odd) {
    background-color: #FFF;
}

.acc-section:nth-child(even) {
    background-color: #f5f5f7;
}

.acc-section {
    padding: 2rem;
    position: relative;
}

.accst{
	max-width: 42rem;
    margin: auto;
    text-align: center;
    padding: 4rem 0rem 0rem;
}

.accsw > div {
	margin-top: 30px;
}

.accsw > .home  {
	margin-top: 0px;
}

.accst h2 {
	font-size: 2.5rem;
	font-weight: 300;
}

.accst p {
	color: #6c757d!important;
    font-size: 1.25rem;
    font-weight: 300;
}

.accsw {
	text-align: center;
}

.accSquare {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative;
}

.accSquare > .accsw-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.accsw-h3 {
    margin-bottom: 0;
}

.accsw-h3,
.accsw-p {
	padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.accsw-h4 {
  font-size: 0.9rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}

.modal-title,
.modal-subtitle {
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.modal-subtitle {
  font-size: 1.2rem;
}

.modal-content {
  width: 100% !important;
}

.modal img {
    width: 100%;
}

.modal-header .close {
    padding: 1.3rem 1rem;
    margin: -1rem -0.6rem -1rem auto;
}

.modal-body {
    padding: 5px;
}

.modal-body div {
    padding: 1.5rem;
    text-align: justify;
}

.modal .btn{
    background: #333;
    color: #ccc;
    padding: .375rem 1.2rem;
    border-radius: 0;
}

.modal .btn:hover {
    background: #222;
    color: #fff;
}


.accsw-fa {
    font-weight: 900;
    font-size: 2rem;
    border-radius: 50%;
    border: 1px solid;
    width: 6.5rem;
    padding: 2rem 0.9rem;
    border-bottom: 3px solid;
    margin-top: 1.5rem;
}

.accsw-fa:hover {
    background: #333;
    color: #fff;
}















/*HOME*/
nav > a {
  border: 3px double #ffffff7a;
  display: block;
  background: #333;
}

.accs-home {
  padding: 0px;
  position: relative;
}

.accst-home {
  position: relative;
  max-width: 85%;
}

.accst-home h2 {
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 0.85rem;
}

.accst-home p {
    color: #fff !important;
}

.accsw-home {
  margin: 0px;
}
.accsw-home img {
    /* margin-top: -30px; */
    margin-bottom: 0;
}



















@media (min-width: 768px) { .accs-gallery .modal-dialog { max-width: 700px; } }
@media (min-width: 992px) { .accs-gallery .modal-dialog { max-width: 900px; } }
@media (min-width: 1200px) { .accs-gallery .modal-dialog { max-width: 1100px; } }

.accsw .accsw-Gallery,
.accsw .accsw-Members {
    padding: 0;
    margin-top: 0;
}

.accsw-Gallery .card,
.accsw-Members .card {
    border: 0;
    margin-right: 1px;
    margin-bottom: 1px;
}

.accsw-Gallery .accsw-h3,
.accsw-Gallery .accsw-p {
	display: none;
}

/* .accsw-Members .card,
.accsw-Members .accsw-img {
    border-radius: 50%;
} */



.accsw img {
	width: 100%;
}

img.accWhatsapp {
	width: 40px;
	margin-left: -13px;
    margin-right: 3px;
}

.modal .fa-caret-left,
.modal .fa-caret-right {
	font-size: 3rem;
    position: absolute;
    top: 41%;
    background: #fff;
    width: 50px;
}

.modal .fa-caret-left {
	left: 0px;
}

.modal .fa-caret-right {
	right: 0px;
}

.modal-footer a {
	color: #fff;
	font-style: italic;
}

.acc-footer .accWhatsapp {
  text-align: center;
}

.acc-footer .accWhatsapp a {
  background-color: #38bd4b;
  color: #fff;
  letter-spacing: normal;
  word-spacing: normal;
}

.fa-whatsapp {
  padding: 26px 0px 25px 5px;
}

.fa-share-alt {
  padding: 25px 0px 25px 5px;
}

.accWhatsapp,
.accShare,
.accCreate {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}

.accCreate span {
  padding: 5px;
  background: steelblue;
  color: #fff;
  line-height: 1.4;
  font-size: 13px;
  height: 66px;
}

/* INFORMATIOIN */
[data-target="#accsw-Info-modal"] {
    cursor: pointer;
    text-align: justify;
}

.accsw-accordion { width: 92%; margin: auto; }
@media (min-width: 576px) { .accsw-accordion { width: 444px; margin: auto; } }
@media (min-width: 768px) { .accsw-accordion { width: 624px; margin: auto; } }
@media (min-width: 992px) { .accsw-accordion { width: 864px; margin: auto; } }
@media (min-width: 1200px) { .accsw-accordion { width: 1044px; margin: auto; } }


.accsw-accordion .card-header {
    padding: 1.5rem 1.25rem 0.95rem;
    margin-bottom: 15px;
    text-align: justify;
    border-radius: 0;
}

.accsw-accordion h3 {
    text-align: left;
}

.accsw-accordion .card-header h4 {
    font-size: 1rem;
}

.accsw-accordion .card-body {
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0px;
    margin: -15px auto 10px;
    text-align: justify;
}





.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

.sl-overlay {
    background: #343a40;
}

.sl-navigation button.sl-prev,
.sl-navigation button.sl-next {
    font-size: 10rem !important;
    color: white;
}

.acc-footer .acc-footer-top {
    background: #0f0f0f;
	  color: #ffffffc2;
	  margin: 0px;
	  padding: 2rem 1rem;
}

.acc-footer-schedule > div {
	font-size: 0.9rem;
}

.acc-footer-schedule b {
    display: inline-block;
    width: 110px;
}

.acc-footer-links li {
    background: #ccc;
    width: 100%;
    border-bottom: 1px solid #ffffffc2;
}
.acc-footer-links li a {
    display: block;
    padding: 26px;
}

.accst-address-send-form {
	width: 100%;
	height: 100px;
    margin: 0 0px 10px;
	border: 1px solid #057b16;
	padding: 10px 15px;
    font-size: 0.95rem;
}

.accst-address-send-btn {
    background-color: #38bd4b;
    color: #fff;
    border: 1px solid #057b16;
    padding: 27px 30px;
    font-style: italic;
    width: 100%;
    display: inline-block;
}

.acc-footer-bottom {
    background: black;
	font-size: 0.9rem;
    margin: 0px;
	padding: 0 15px;
}

@media (max-width: 767px){
  .acc-footer-schedule {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ffffff38;
  }
}

.acc-footer-bottom-login a {
    background: #ccc;
    border-radius: 0px;
    margin: 20px 0;
	padding: 15px 30px;
    min-width: 180px;
}

.acc-footer-bottom-credentials {
    padding: 23px 32px;
    text-align: center;
    color: #ffffff85;
    margin: 15px 0px;
}



@media (max-width: 576px) {
	.acc-footer-send { margin-top: 60px; }
	.acc-footer-bottom-login, .acc-footer-bottom-credentials  { text-align: center; }
	.acc-footer-bottom-credentials  { border-top: 1px solid #ffffff1f; margin: 0px; }
}

.acc-footer-bottom-credentials a {
	color: #ffffff85;
}


/* for small screens */
@media (max-width: 992px) {
	/* img#acc-site-logo {
		width: 80px;
		height: 80px;
		padding: 5px;
		margin: 1px 5px 1px -1px;
	}
	.accsw-home h2 { font-size: 1.5rem; }
	.accst h2 { font-size: 2.0rem; }
	.accst p { font-size: 1.1rem; }
	.accsw-h3 { font-size: 1.25rem; }
	.accsw-p { font-size: 0.95rem; }
	.accsw-h3, .accsw-h4, .accsw-p { padding: 0.70rem; }
	.col-sm-3, .col-sm-4, .col-sm-6 { padding-right: 10px; padding-left: 10px; } */
}

.acc-starter {
  padding-right: 0px;
}

.acc-pro {
  padding-left: 0px;
}

.acc-starter .accsw-p,
.acc-pro .accsw-p {
    padding: 1.5rem 0.8rem;
}





















































.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 55px;
  margin-right: 7px;
}

button, .button {
  /* display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap; */
  /* border-radius: 4px;
  border: 1px solid #ddd; */
  /* cursor: pointer; */
}

button:hover, .button:hover {
  border-color: #cdd;
}

.share-button {
  display: block;
  flex-direction: unset;
}



.copy-link {
  padding-left: 10px;
  padding-right: 10px;
}

.share-button, .share-dialog {
  background: #00C2A9;
  color: #fff;
  width: 100%;
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
