/*
Theme Name: Ambicija Augti
Author: VV
Author URI: https://wordpress.org/
Description: This theme is an anchored version of another theme
Version: 1.0.0
*/

.site-title {
  letter-spacing: 0.01em;
}

.site-header {
	padding-top: 1rem;
	padding-bottom: 0rem;
}

.site-description {
  letter-spacing: 0.015em;
}

.entry .entry-header {
	margin-top: 0px;
}

.entry .entry-content a {
  color: #57068c;
}

.entry .entry-content a:hover {
  color: #3a045e;
}
  
.main-navigation .main-menu > li {
  border-radius: 15px;
	/*background: rgba(0, 0, 0, 0.03);*/
	padding: 0.2em;
}

.main-navigation .main-menu > li > a {
  color: #57068c;
}

.main-navigation .main-menu > li > a:hover {
  color: #3a045e;
}

.social-navigation ul.social-links-menu li a {
  border: 1px solid #57068c;
  border-radius: 50%;
  color: #57068c;
  transition:
    background 110ms ease-in-out,
    opacity 110ms ease-in-out;
}

.social-navigation ul.social-links-menu li a:hover {
  background-color: #57068c;
  color: white;
}

.challenges {
  justify-content: space-between;
}

.wp-block-columns.challenges a {
  text-decoration: none;
	color: white;
	background: rgba(0, 0, 0, 0.5);
  border: 3px solid gray;
	border-radius: 25px;
	line-height: 1.3;
	/*margin: 0 auto;*/
	padding: 0.3em;
	text-align: center;
}

.wp-block-columns.challenges a:hover {
  color: white;
}

.highlight {
  transition: all 0.2s;
  /*border-bottom: 2px solid white;*/
  position: absolute;
  top: 0;
  background: rgba(0, 15, 0, 0.5);
  left: 0;
  z-index: -1;
  border-radius: 25px;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.vaivar {
  line-height: 0.8;
}

.vv-write::before {
  content: "vaidotas.v @ ambicijaaugti.eu";
}

.vv-talk::before {
  content: "+370 611 61 841";
}

.socnetw-title::before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
}

.vv-email {
  display: none;
}

/* -----------Laptop Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

    .challenges {
    flex-direction: column;
    flex-wrap: nowrap;
    }
    
  .wp-block-columns.challenges a {
	  text-decoration: underline;
	  border: 2px solid rgb(151, 150, 150);
	  margin-bottom: 3px;
  }

  .entry .entry-content .has-large-font-size {
    font-size: 1em;
  }
  
  figure img.wp-image-9 {
    display: block;
    width: 60%;
    margin: auto;
  }
}

/* Landscape */
@media 
(min-device-width: 768px) 
and	(max-device-width: 1280px) 
and (orientation: landscape) {
  
  .challenges {
    justify-content: space-between;
  }
  
  .wp-block-columns.challenges a {
    margin-right: 3px;
  }

  .entry .entry-content .has-large-font-size {
    font-size: 1em;
  }
}