/*
Theme Name: Alex Change Blog
Author: Cody Miles
Author URI: https://brandcave.co
Version: 1.1.2
*/

::selection {
    background: #06444B; /* WebKit/Blink Browsers */
    color: #ffffff;
}

::-moz-selection {
    background: #06444B; /* Gecko Browsers */
    color: #ffffff;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&family=Merriweather:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');

body{
    font-family: 'Nunito Sans', sans-serif;
}
a {
    color: #06444B;
}
a:hover {
    color: #05363c;
}

p {
    font-size: 1.1rem;
	color: #454545;
	line-height: 150%;
}

.ff-inter{
    font-family: 'Inter', sans-serif;
}
.rounded-4{
    border-radius: 8px;
}
main{
    min-height: calc(100vh - 149.8px);
}

.pagination {
    justify-content: center!important;
}

.pagination .page-item .page-link{
    margin-right: 8px;
    border-radius: 8px;
    padding: 13px 21px;
} 

.pagination .next, .pagination .prev {
    display: none;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-18{
    font-size: 18px;
}

.fs-34{
    font-size: 34px;
}
.mb-40{
    margin-bottom: 40px;
}

.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn-outline-primary {
    color: #06444B;
    border-color: #06444B;
    font-size: 1.1rem;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #06444B;
    border-color: #06444B;
}
.btn-outline-primary:active{
    color: #fff;
    background-color: #06444B;
    border-color: #06444B;
}
.btn:focus{
    box-shadow: none !important;
}


.btn-primary {
    color: #fff;
    background-color: #06444B;
    border-color: #06444B;
    font-size: 1.1rem;
}
.btn-primary:hover,.btn-primary:focus {
    color: #fff;
    background-color: #053a40;
    border-color: #05363c;
}

.btn-primary:active{
    color: #fff;
    background-color: #05363c;
    border-color: #053338;
}


.page-link {
    background-color: transparent;
    border: 0px;
    color: #06444B;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #06444B;
    border-color: #06444B;
}
.page-link:focus{
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 20px;
}

.footer-nav .nav-link {
    color: #06444B;
    font-size: 20px;
    font-weight: 500;
}

#gform_wrapper_1 {
    width:100%;
}

#gform_wrapper_1 label {
    display: none;
}

#input_1_1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0!important;
    flex: 1 1 auto!important;
}

#gform_submit_button_1 {
    color: #fff!important;
    background-color: #06444B!important;
    border-color: #06444B!important;
    font-size: 1.1rem!important;
    cursor: pointer!important;
    border-radius: 8px!important;
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
    display: inline-block!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%!important;
}

#gform_wrapper_1 .gform-body {
    display: inline-block;
    width:80%;
}

#gform_wrapper_1 .gform_footer {
    display: inline-block;
	width: 19%;
}

@media (max-width: 575.98px) {
    #gform_wrapper_1 .gform-body, #gform_wrapper_1  .gform_footer {
        width:100%;
        margin-bottom:15px;
    }
    #gform_submit_button_1 {
        width:100%;
    }
}

.wp-block-image img {
    width: 100%;
}