/*
Theme Name: Keep Guns Off Campus NEW
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



/* -- HEADER -------------------------- */
.kg-header {}
.kg-header .kg-row {
display: flex;
position: relative;
align-items: center;
justify-content: space-between;
padding: 0;
height: 135px;
}
.kg-header-nav {}
.kg-header-nav-desktop {}
.kg-header-nav-mobile {}
.kg-header-logo {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.kg-header-actions {
display: flex;
}
.kc-header-cta {
    display: flex;
    padding: 4px 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 168px;
    height: 60px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    font-size: 20px;
}

.kc-header-cta-blue {
    background: #acdef6;
    color: #000000;
}
.kc-header-cta-blue:hover {
    background: #000;
    color: #fff;
}
.kc-header-cta-red {
    background: #cd071e;
    color: #ffffff;
}
.kc-header-cta-red:hover {
    background: #000;
    color: #ffffff;
}

.kg-header .fusion-custom-menu-item.fusion-main-menu-search.fusion-search-overlay {
    display: none !important;
}

#main .post h2 a {font-size: 20px !important;}
#wrapper #main .fusion-post-content > h2.fusion-post-title {line-height: 1.0;}

/* */
.fusion-footer-widget-area {
    padding: 20px 0px 50px 0px !important;
}

.fusion-footer footer .fusion-row .fusion-columns {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
}

.kg-footer-column-2 .fusion-footer-widget-column:first-child {
    margin-bottom: 20px;
}

.kg-newsletter-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.kg-newsletter-text {
    width: 220px;
    margin-right: 20px;
}

.kg-newsletter-form {
    width: 400px;
}

.kg-newsletter-form .gform_wrapper .gform_footer {
    padding: 0;
}

.kg-newsletter-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.gform_button.button {
    background: #cd071e !important;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 12px 20px;
    float: right; 
    margin-right: 0 !important;
}


span.kg-newsletter-text-style-1 {
    color: #cd071e;
    text-transform: uppercase;
    display: block;
}

span.kg-newsletter-text-style-2 {
    font-family: 'Roboto Slab', monospace, sans-serif;
    color: #000000;
    font-size: 24px;
}

span.kg-newsletter-text-style-3 {
    font-size: 12px;
    font-style: italic;
    color: #878787;
    display: block;
}

#footer {
    padding: 0 0 40px 0;
}

#footer .fusion-copyright-content {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#footer .fusion-copyright-notice {
    display: block;
    max-width: 500px;
	margin-top:15px !important;
}

#footer .fusion-social-links-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 350px;
    text-align: right;
	margin-top:-15px;
}

#footer .fusion-social-links-footer .fusion-social-networks {
    margin-top: 6px;
    margin-right: 20px;
}

.kg-footer-actions {
display: flex;
}

.kc-footer-cta {
    display: flex;
    padding: 4px 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    font-size: 15px;
}

.kc-footer-cta-blue {
    background: #acdef6;
    color: #000000;
}
.kc-footer-cta-blue:hover {
    background: #000;
    color: #fff;
}
.kc-footer-cta-red {
    background: #cd071e;
    color: #ffffff;
}
.kc-footer-cta-red:hover {
    background: #000;
    color: #ffffff;
}

/* Page Title Bar */
.fusion-page-title-bar .fusion-page-title-row h1 {
    font-family: 'Roboto Slab', monospace, sans-serif !important;
}


/* */
.kg-accordion {
    margin-bottom: 10px !important;
}

.kg-accordion .kg-accord-item {
    margin-bottom: 10px;
}

.kg-accordion .handle {
    background: #cd071e !important;
    padding: 24px 20px;
    margin: 0 !important;
    cursor: pointer !important;
}

.kg-accordion .handle h5 {
color: #FFFFFF !important;
font-size: 16px;
letter-spacing: 1px;
}

.kg-accordion .handle h5:after {
    content: '+';
}

.kg-accordion .handle.active h5:after {
    content: '-';
}

.kg-accordion .panel {
    margin-top: 10px;
    margin-bottom: 60px;
}

.kg-tr {
    display: flex;
}

.kg-tr.kg-tbody {
    border-bottom: 1px solid #7e7d7d;
}

.kg-tr.kg-tbody:only-child,
.kg-tr.kg-tbody:last-child {
    border-bottom: none !important;
}

.kg-th {
    font-weight: 600;
    text-transform: uppercase;
    color: #cd071e;
}

.kg-td-mobile-label {
    font-weight: 600;
    text-transform: uppercase;
    color: #cd071e;
    margin-right: 20px;
    width: 140px;
    flex: 0 0 140px;
}

.kg-td { }


@media screen and (min-width: 860px) {
.kg-tr.kg-thead { display: flex !important; }
.kg-col-state { flex: 0 0 180px; }
.kg-col-bill { flex: 0 0 180px; }
.kg-desc { flex: 1; }
.kg-status { flex: 0 0 260px; }
.kg-td-mobile-label { display: none; }
}

@media screen and (max-width: 859px) {
    .kg-tr.kg-thead { display: none; }
    .kg-tr.kg-tbody {
        flex-direction: column;
        padding: 10px;
    }
    .kg-col-state {
        font-weight: 700;
        font-size: 18px;
    }
    
    .kg-td {
        display: flex;
        font-size: 12px;
        padding: 6px 0;
    }
    
    
    .kg-td-mobile-label {
        display: block;
    }
}






/* Reasearch Recent Post Styles */
.kg-recent-post-block {
    
}

.kg-recent-post-block .post { }

.kg-recent-post-block .recent-posts-content {
    background-color: #cd071e;
}

/*.kg-recent-post-block .recent-posts-content:after {
    display: block;
    content: 'View + Download';
    background: #333333;
    color: #FFFFFF;
    padding: 10px 20px;
    text-align: center;
}*/

.kg-recent-post-block .recent-posts-content .entry-title,
.kg-recent-post-block .recent-posts-content h4 a,
.kg-recent-post-block .recent-posts-content p.meta {
    color: #FFFFFF !important;
}

.kg-recent-post-block .recent-posts-content h4 {
	font-family: 'Roboto Slab', monospace, sans-serif;
	font-size: 23px;
	font-weight: bold;
}

.kg-recent-post-block .recent-posts-content p.meta {
	padding: 15px 0px 20px 0px !important;
}

.kg-recent-post-block .recent-posts-content h4 a:hover {color: #000 !important;}

/* Dog Ears */
.dog-ears { position: relative; }
.dog-ears::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #000000;
    position: absolute;
    z-index: 9;
    top:0;
    left:0;
}

.dog-ear-red {
    background-color: #cd071e;
}
.dog-ear-blue {
    background-color: #acdef6;
}

/* */
#kc-hero-container {
}

#kc-hero-container .fusion-row {
    justify-content: flex-end;
}

#hero-slider {
    position: absolute;
    z-index: 0;
}

.button.red,
.fusion-button.button-red,
.fusion-button.button-red.wpcf7-submit {
    background: #cd071e !important;
    background-image: linear-gradient(to top,#cd071e,#cd071e) !important;
    border: 1px solid #cd071e !important;
    color: #FFFFFF !important;
}

address {
    font-style: normal;
    line-height: 20px;
    margin-bottom: 20px;
}

.fusion-footer-widget-column.widget.widget_media_image {
    margin-bottom: 28px;
}

.flexslider .fusion-title {
    margin-right: 30%;
}

.flexslider .fusion-title h1 {
    font-size: 50px !important;
    line-height: 52px !important;
}

.flexslider .background.background-image {
    position: relative;
}

.flexslider .background.background-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 226px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.tfs-slider .slide-content-container {
    bottom: 40px;
    z-index: 5;
    transform: none;
    top: auto;
}

.tfs-slider .slide-content-container .tfs-button-1,
.tfs-slider .slide-content-container .tfs-button-2 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    font-weight: 200;
}

.news-ticker p {
    margin: 0 !important;
}

.news-ticker p a {color: #fff;}
.news-ticker p a:hover {color: #000;}

.mod-box-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mod-box-take-action,
.recent-posts-content {
    padding: 20px 40px;
}

.mod-box-item h4 {
    margin: 0 0 30px 0 !important;
    font-size: 28px !important;
    line-height: 30px !important;
    font-weight: 800 !important;
}

.mod-box-take-action h4 {
    max-width: 400px;
}

.mod-box-item p,
.fusion-recent-posts .columns .column .meta {
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
}

.mod-box-red {
    background-color: #cd071e;
    color: #FFFFFF !important;
}

.mod-box-red h4 {
    color: #FFFFFF !important;
}

.mod-box-blue {
    background-color: #acdef6;
    color: #000000 !important;
}

.mod-box-blue h4 a {
    color: #000000 !important;
}

.mod-box-take-action {
}

.mod-box-blog {
}

.mod-box-take-action,
.mod-box-item.fusion-recent-posts {
    margin-bottom: 20px !important;
}


/* Action Network Overrides */
#can_embed_form_inner h2,
#can_embed_form_inner h4 {
    display: none !important;
}
/*
#can_embed_form .floatlabel-wrapper .floatlabel-label-inactive {
    top: -22px;
    left: 0;
    opacity: 1;
    background: none;
}

#can_embed_form .floatlabel-wrapper .floatlabel-label:after {
    display: none;
}*/

.mb-0 p {
    margin-bottom: 0 !important;
}


/* HOME PAGE FORM*/
#can_embed_form .action_info_user {display: none !important;}
#can_embed_form .js-d_sharing ul {margin: 0px !important;}
#can_embed_form #form_col1 .custom_fields {font-size:12px !important; margin-top: 0px !important}
#can-form-area-join-the-campaign-to-keep-guns-off-campus #can_embed_form #form_col1 .core_field #form-zip_code:not(.mb_needed) {margin-bottom:0px !important;}
#can_embed_form #form_col1 .core_field input {margin:0px !important;}
#can_embed_form #mobile_opt_in_default {font-size: 12px !important;}
#can-form-area-join-the-campaign-to-keep-guns-off-campus #can_embed_form .check_radio_field {margin: 0px !important;}
#can-form-area-join-the-campaign-to-keep-guns-off-campus #can_embed_form .check_radio_field label {font-size: 12px !important;}
#petition-form {
    /*position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;*/
    margin-right: calc(20px + 2%);
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

#petition-form::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 36px;
    border-top-width: 0px;
    border-left: 36px solid #60b2d9;
}

#petition-form .fusion-column-wrapper {
    position: relative;
    margin: 0;
    padding: 60px 45px 20px 45px !important;
    clip-path: polygon( 0 50px, 50px 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 0%, 0% 0% );
}

#petition-form h5 {
    font-weight: 800;
}


@media screen and (max-width: 1024px) { 
	#petition-form {
		margin-top:550px;
		width: 100% !important;
	}
}

@media screen and (max-width: 800px) {
	.kc-header-cta {width: 80px !important; font-size: 15px;}
	.kg-header-actions {display: block !important;}
}


.page-id-1925 .fusion-posts-container article:nth-of-type(1) {display:none;}
.page-id-1925 .fusion-posts-container article:nth-of-type(2) {display:none;}
.page-id-1925 .fusion-posts-container article:nth-of-type(3) {display:none;}
.page-id-1925 .fusion-posts-container article:nth-of-type(4) {display:none;}
.research-grid .fusion-columns {display: flex !important;}
.research-grid .fusion-columns article {display: inline-flex !important;}
