/*
Theme Name: Corpo WordPress Theme Child 01
Theme URI: 
Description: Child 01 theme for the Corpo WordPress Theme theme
Author: <a href="http://wowothemes.com/">WoWoThemes Team</a>
Author URI: 
Template: copro
Version: 1.3
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 18 Mar 2016 08:54:15 +0000 */ 

h2 {
    font-size: 30px;
}

.header {
    border-bottom: 2px solid rgb(236, 245, 224) !important;
}

.latest-post {
    background-color: rgb(236, 245, 224);
}

.latest-post .read-more {
    color: rgb(142, 197, 73);
    position: relative;
}
.latest-post h3 a:hover,
.latest-post .read-more:hover {
    color: rgb(142, 197, 73);
}
.latest-post .read-more:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: rgb(142, 197, 73);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.latest-post .read-more:hover:after {
    width: 100%;
}

#fullscreen-gallery {
    top: -45px;
}
#menu-footer-menu > li{
    float: left;
    width: 50%;
}
#menu-footer-menu > li > a {
    display: none;
}

.ninja-forms-form-wrap form input[type=submit] {
    background: rgb(142, 197, 73);
}
.ninja-forms-form-wrap form input[type=submit]:hover {
    background: rgb(167, 231, 85) !important;
}

/* Signature */
@font-face {
  font-family: "Monologue-Sequane";
    src: url("/wp-content/fonts/Monologue-Sequane.ttf")
      format("truetype"),
    url("/wp-content/fonts/Monologue-Sequane.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/fonts/Monologue-Sequane.woff") format("woff"),
    url("/wp-content/fonts/Monologue-Sequane.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Sequane";
    src: url("/wp-content/fonts/Poppins-Sequane.ttf")
      format("truetype"),
    url("/wp-content/fonts/Poppins-Sequane.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/fonts/Poppins-Sequane.woff") format("woff"),
    url("/wp-content/fonts/Poppins-Sequane.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
}

.signature {
  height: 26px;
  min-width: 97px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
  display: inline-block;
}

.signature .signature-content {
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -4.5px;
  font-family: "Monologue-Sequane", sans-serif;
  margin: 0;
  position: relative;
}

.signature .signature-content a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
  position: relative;
  letter-spacing: inherit;
  text-transform: inherit;
}

.signature .signature-content .site {
  letter-spacing: 0;
  font-family: "Poppins-Sequane", sans-serif;
  font-size: 16px;
  position: relative;
  top: -5px;
}

.signature .signature-content .relever {
  position: relative;
  top: 26px;
  transition: all 0.3s ease-out;
  height: 100%;
}

.signature:hover .signature-content .relever,
.signature:hover .signature-content {
  top: 0;
  letter-spacing: 0;
}