@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atma:wght@500;600;700&display=swap');

body {
	font-family: 'Comfortaa', Verdana, sans-serif !important;
	color: #212121;
	font-size: 18px;
}

p {
  font-family: 'Comfortaa', Verdana, sans-serif !important;
  font-weight: 600;
}

.spacing-vert {
  margin: 50px auto 40px;
}

.spacing-vert-sm {
  margin: 25px auto;
}

.blue-bg {
  background-color: #4698de;
}

hr.pink {
	border: 1px solid #dd57e6;
	margin: 0 0 2px;
	border-bottom: 0;
}

hr.blue {
	margin: 0;
	border: 1px solid #1a2695;
	border-bottom: 0;
}

.container-fluid {
	padding-right: 0;
  padding-left: 0;
}

.container {
/*	padding-top: 80px;*/
}

.logo-img {
    width: 120px;
}

.logo-text {
	  font-family: 'Atma' !important;
	  color: #1A2696;
    font-size: 44px;
    font-weight: 800;
}


footer {
	  padding: 20px;
    background-color: #f5f5f5;
    color: #212121;
}

a {
    color: #1a2696;
    text-decoration: none;
}


.header-text h1 {
    margin-top: 60px;
}
.header-text h3 {
    margin-bottom: 60px;
}

/* card */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-align: center;
  background: white;
}

.card h2 {
    font-family: 'Atma', 'Comfortaa', Verdana, sans-serif;
    color: #1A2696;
    font-size: 32px;
    font-weight: 600;
    padding: 0 10px 10px;
}

.card p {
    padding: 0 15px 15px;
}

.card .box-contents {
    color:#4698de;
}

.card ul {
    text-align:left;
    margin-left: -10px;
}



.price {
  color: #212329;
  font-size: 24px;
  font-weight: bold;
}

.card button {
  border: none;
  outline: 0;
  padding: 18px;
  color: white;
/*  background-color: #dd57e6;*/
  background-color: #4698de;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  transition: all 0.3s ease-out;
}
.card button:hover {
  opacity: 0.85;
}
/* end card */

/* cta */
.cta-button {
  border: none;
  outline: 0;
  padding: 18px;
  color: white;
  background-color: #4698de;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  transition: all 0.3s ease-out;
}
.cta-button:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}

.team-socials img {
  transition: all 0.3s ease-out;
}
.team-socials img:hover {
  opacity: 0.6;  
}
/* cta */

.modal-content {
	background-color: #f6f6f6;
}

.modal-header {
    border-bottom: 0;
}

.tooltip.top .tooltip-inner {
    max-width: 225px !important;
    padding-top: 14px;
    padding-left: 15px;
    background-color:#1A2696;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #1A2696;
}

/* about */
.page-template-feel-box-about .bg-image {
    background-size: 100% 1000px;
    background-image: url(http://pastry.kiev.ua/wp-content/themes/pastry-child-twentysixteen/feel-box-land/img/feel-box-lines-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
}
.page-template-feel-box-about .bg-image .header-text h1 {
    margin-top: 40px;
    font-size: 48px;
    font-weight: 800;
}
.page-template-feel-box-about .bg-image .header-text {
    margin-top: 80px;
}
/* end about */

.page-template-feel-box-about .separator-block h2 {
  font-size: 38px;
    font-weight: 800;
}
.page-template-feel-box-about .separator-block h4:before, 
.page-template-feel-box-about .separator-block h4:after {
    border-top: 1px solid #404040;
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    width: 10%;
}
.page-template-feel-box-about .separator-block h4:before {
    left: 10%;
}
.page-template-feel-box-about .separator-block h4:after {
    right: 10%;   
}


/* temporary */

  .underlined {
    text-decoration: underline;
  }

  .soc-share-div {
    margin: 0 auto 15px;
    text-align: center;   
  }

  .social-link {
    display:inline-block;
    width:37px;
    height:37px;
    margin:5px;
    vertical-align:middle;
    opacity: 0.8;
  }

  .social-link:hover {
    opacity: 1; 
    /* border: 1px solid #D8D8D8;*/
  }
  
.fb-link {
  background: url("http://pastry.kiev.ua/wp-content/themes/pastry-child-twentysixteen/main-land/img/social.png") -71px -15px no-repeat;
}
.linkedin-link {
  background: url("http://pastry.kiev.ua/wp-content/themes/pastry-child-twentysixteen/main-land/img/social.png") -126px -68px no-repeat;
}
.instagram-link {
  background: url("http://pastry.kiev.ua/wp-content/themes/pastry-child-twentysixteen/main-land/img/social.png") -71px -68px no-repeat;
}
.youtube-link {
  background: url("http://pastry.kiev.ua/wp-content/themes/pastry-child-twentysixteen/main-land/img/social.png") -126px -15px no-repeat;
}

