/*
 Theme Name:   S&V Marketing Theme
 Theme URI:    https://svmarketinginc.com/
 Description:  A custom child theme for GeneratePress
 Author:       Anastasiya Goers
 Author URI:   https://www.svmarketinginc.com/
 Template:     generatepress
 Version:      1.0
*/
main#main{
    overflow: hidden;
}
.main-navigation:not(.slideout-navigation) .main-nav li.menu-cta a {
  background-color: var(--contrast-3);
color: var(--contrast);
  border: 0;
  line-height: 24px;
	padding: 6px 24px;
  border-radius: 4px;
  margin-left: 12px;
  transition: all 0.5s ease 0s;
}

.main-navigation:not(.slideout-navigation) .main-nav li.menu-cta a:hover {
  background-color: var(--contrast-2);
color: #ffffff;
  transition: all 0.5s ease 0s;
}
.main-navigation .inside-navigation {
    align-items: end;
}
a.gb-button:hover{
	text-decoration: none;
}

.text-with-check .gb-shape {
    margin-top: 6px;
}

/* PORTFOLIO PAGE */
.post-type-archive-portfolio article {
    width: 30%;
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}
.post-type-archive-portfolio .page-header {
    display: none;
}
@media only screen and (max-width : 1024px){
	
.post-type-archive-portfolio main#main {
    padding: 0 40px;
}
	.post-type-archive-portfolio article {
    width: 46%;
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
	}
}
@media only screen and (max-width : 768px){
	.post-type-archive-portfolio article {
    width: 100%;
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}
}

@media only screen and (max-width : 480px){
	
.post-type-archive-portfolio main#main {
    padding: 0 16px;
}
