/*
 Theme Name:   AmpedPress
 Theme URI:    https://www.ampedvisibility.com/
 Description:  Custom Version of the GeneratePress Theme developed by Amped Visibility
 Author:       Joshua Young
 Author URI:   https://www.ampedvisibility.com/
 Template:     generatepress
 Version:      0.1
*/

.innerheight > .gb-inside-container, .innerheight > .gb-inside-container figure{
	height:100%;
}
.col-list{
    display: grid;
    margin: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	list-style-position: inside;
}

/*Mobile Menu Icon*/
.toggled .icon-menu-bars svg:nth-child(1) {
	  display: block;
}

.icon-menu-bars svg {
	  font-size: 24px;
}

.line {
    fill: none;
    stroke: currentcolor;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.mobile-menu-open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.mobile-menu-open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.mobile-menu-open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

/*Mobile Menu Transition*/
@media (max-width: 768px) {
    .main-navigation .main-nav {
        max-height: 0;
        overflow: hidden;
        transition: max-height 500ms ease-out;

    }

    .main-navigation.toggled .main-nav {
        max-height: 1000px;
        transition: max-height 500ms ease-in;
    }

    .main-navigation .main-nav > ul {
        display: block !important;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin-top: 0;
    }

    .main-navigation .menu-item-has-children .dropdown-menu-toggle {
        float: right;
    }

    .main-navigation .main-nav {
        flex-basis: 100%;
        order: 3;
    }
}
#mobile-header .main-nav > ul{
	height: calc(100vh - 60px);
    overflow: scroll;
}

.menu-item .description {
    display: block;
    line-height: initial;
	font-size:0.8em;
	font-weight:normal;
}

/*Gravity Forms*/
/*Style 1*/
.gfield_label{
	display:none;
}
.gform_fields{
	display:flex;
	flex-wrap:wrap;
}
.gfield--width-half{
	flex-basis:50%;
}
.gfield--width-full{
	flex-basis:100%;
}
.gfield {
	padding:5px 20px;
}
.ginput_container textarea{
	height:100px;
}
.ginput_container input, .ginput_container textarea{
	border:0px;
	border-bottom:1px solid var(--contrast-3);
	width:100%;
}
.gform_footer input[type="submit"]{
	padding:10px 50px;
	margin-left:20px;
	margin-top:20px;
	border-radius:10px;
}
.gfield_select{
	width:100%;
}
.gfield--width-third{
	flex-grow:1;
}
::placeholder{
	color:black;
}

/*Gallery*/
.wp-block-gallery:hover figure:not(:hover){
	opacity:0.8;
}
.wp-block-gallery figure{
	transition:all .2s ease-in-out;
}
/*Responsive Font Sizing
 * 480-1500px
 * h1:35-75
 * h2:25-60
 * h3:23-50
 * h4:20-40
 * 
 * */

    @font-face {
    font-family: 'Mostin Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/ampedpress/fonts/MostinRegular.woff') format('woff');
    }
    @font-face {
    font-family: 'Mostin Bold';
    font-style: normal;
    font-weight: bold;
    src: url('/wp-content/themes/ampedpress/fonts/MostinBold.woff') format('woff');
    }
	@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/ampedpress/fonts/Segoe UI.woff') format('woff');
    }
	@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/ampedpress/fonts/Segoe UI Bold.woff') format('woff');
    }

.img-column figure{
	height:100%;
}
.footercta p{
	max-width:700px;
	margin:auto;
	padding-bottom:25px;
}
.gb-container-image-column img{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gb-container-image-column-right img {
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*New CSS*/

#nav-below {
  padding:20px;
}