/*
Theme Name:     Morpheus-Customization
Theme URI:      http://demo.cubalicious.net/morpheus/
Description:    Child theme for the Morpheus theme
Author:         sqrt121
Author URI:     http://cubalicious.net
Template:       morpheus
Version:        0.0.1
*/

@import url("../morpheus/style.css");
.contacto-botao {
    display            : inline-block;
    font-family        : 'lato', helvetica, arial;
    font-size          : 13px;
    padding            : 0;

    border-style       : solid;
    font-weight        : 900;
    border-width       : 0px;

    text-transform     : uppercase;

    letter-spacing     : 3px;

    -webkit-transition : all 0.25s ease-out;
    -moz-transition    : all 0.25s ease-out;
    transition         : all 0.25s ease-out;

    color              : #000;
    border-color       : #000;
    background         : linear-gradient(#5EA96B, #7FB06F);

    white-space        : nowrap;
    margin-bottom      : 1em;
	border-radius	   : 5px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.11);
	
}

.pic {
  /*border: 2px solid rgb(255, 255, 255);*/ 
display : inline-block;
    margin  : 10px 10px 16px 10px; 
  /*height: 150px;*/
  /*width: 150px;*/
  overflow: hidden;
   border-radius : 50%;
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;  
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
 
.pic {
  /*border: 2px solid rgb(255, 255, 255);*/ 
display : inline-block;
    margin  : 10px 10px 16px 10px; 
  /*height: 150px;*/
  /*width: 150px;*/
  overflow: hidden;
   border-radius : 50%;
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;  
}

/*SHRINK*/
.morph img {
  /*height: 200px;*/
  /*width: 200px;*/
 
  /*-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
 -webkit-transition: -webkit-filter 0.5s;*/
}
 
.morph img:hover {
border-radius : 50%;
  width: 150px;
  height: 150px;
-webkit-filter: grayscale(100%);	
}

/*caixa notas*/
.caixanota {
margin-top: 0px;
margin-bottom: 0px;
height: 89px;
}

/*dropdown*/
.dropdropcolor{
color:#C3C3C3;
}
.contacto-botao:hover {
	cursor:url(http://pure-portugal.pt/wp-content/uploads/2015/11/iconphone.png), pointer;
	background: linear-gradient(#7FB06F, #5EA96B);	
}

.aviao{
	background-image: url("http://portugaltransfers.pt/i/blue/ico-plane-right.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    padding: 0 45px 0 10px;
	}















