/*
 Theme Name:     Nexus Child
 Theme URI:      https://www.elegantthemes.com/gallery/nexus/
 Description:    Nexus Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Nexus
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

div.globebox-cta{
  border: 4px solid #288942;
  max-width:838px;
  text-align: center;
  background-color:white;
  margin-top:20px;
  margin-bottom:20px;
}

div.globebox-cta h4{
	margin:20px 10px 20px 10px;
    font-size: 120%;
    font-weight: bold;
}

div.globebox-cta p{
	margin:10px 10px 10px 10px;
	font-size: 90%;
}


div.globebox-cta a{
  text-decoration:none;
  color:white;
  font-weight: bold
}

div.globebox-cta button.button-border a{
  text-decoration:none;
  color:#333333;
}

div.globebox-cta button.button-border a:hover{
  text-decoration:none;
  color:white;
  font-weight: bold;
}

div.globebox-cta button.button-red{
  background-color:#288942;
  border:none;
  color:white;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  width: 40%;
  min-width:200px;
  padding:10px 2px 10px 2px;
  margin-top:5px;
  margin-bottom:10px;
  text-transform: uppercase;
  transition-duration: 0.4s;
}

div.globebox-cta button.button-red:hover {
    background-color:#e03127bf;
}

div.globebox-cta button.button-black{
  background-color:#333333;
  border:none;
  color:white;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  width: 40%;
  min-width:200px;
  padding:10px 2px 10px 2px;
  margin-bottom:10px;
  text-transform: uppercase;
  transition-duration: 0.4s;
}

div.globebox-cta button.button-black:hover {
    background-color:#333333bf;
}

div.globebox-cta button.button-border{
  border:2px solid #333333;
  background-color:white;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  width: 40%;
  min-width:200px;
  padding:8px 2px 8px 2px;
  text-transform: uppercase;
  transition-duration: 0.4s;
  margin-bottom:20px;
}

div.globebox-cta button.button-border:hover {
  background-color:#333333;
  color:white;
}

div.globebox-cta img{
  float: left;
  max-width:50%;
  min-width:200px;
  max-height:300px;
  border:15px solid white;
	
}