/*
 Theme Name:   soledad child
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

@import url("../soledad/style.css");

/* = Theme customization your go here
-------------------------------------------------------------- */
iframe.instagram-media {position:initial !important;}

.singlePostEntry{margin-bottom: 0px;}
.singlePost .post{margin-bottom: 15px;}
.ctaSection{margin-top: 25px;}
.ctaSection .btn-action{
  border: 0;
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  background: #2DB300;
  font-weight: 800;
  color: #FFFFFF;
  font-family: Roboto, Arial, sans-serif;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 10px;
}
.ctaSection .btn-action:hover{
  background: #259400;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 479px){
  .ctaSection .btn-action{width: 100%;}
}