.page-template-comic-con header, 
.page-template-comic-con footer {
    display : none !important;
}
.comic-con-banner {
    background-color: #000000;
    padding: 50px 0px;
}
.comic-con-wrapper {
    text-align: center;
}
.comic-con-wrapper .comic-con-logo {
    margin-bottom: 20px;
}
.comic-con-wrapper .comic-con-logo a img {
	width: 350px;
}
.comic-con-wrapper .comic-con-profile {
    width: 80%;
    margin: 0 auto;
}
.comic-con-wrapper .comic-con-profile .profile-img {
    margin-bottom: 25px;
	width: 175px;
}
.comic-con-wrapper .comic-con-profile p {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    margin-bottom: 20px;
}
.comic-con-wrapper .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.comic-con-wrapper .art-gallery-btn {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    padding: 15px 65px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.comic-con-wrapper .art-gallery-btn:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.comic-con-wrapper .art-gallery-btn:focus {
    background-color: #fff !important;
	color: #000;
}
.comic-con-wrapper .comic-con-profile h2 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.comic-con-wrapper .app-stores {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.comic-con-wrapper .app-stores li img {
    width: 275px;
}
.comic-con-wrapper .comic-con-profile h3 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 0px;
}
.comic-con-wrapper .comic-con-profile h3 img {
    padding-left: 15px;
	width: 125px;
}
.comic-con-footer {
    background-color: #0088a7;
    padding: 20px 0px;
}
.comic-con-footer .copyright-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comic-con-footer .copyright-wrapper p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 0px;
}
.comic-con-footer .copyright-wrapper p.powered-by {
    font-size: 20px;
    line-height: 24px;
}
.comic-con-footer .copyright-wrapper p.powered-by a {
    display: inline-block;
    padding-left: 12px;
    width: 90px;
}

@media only screen and (min-width: 768px) {
    .comic-con-image-gallery .comic-con-image .mobile-img {
        display: none;
    }
	.comic-con-wrapper .comic-con-profile h2 br {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.comic-con-wrapper .comic-con-profile p br {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.comic-con-banner {
		padding: 40px 0px 50px;
	}
    .comic-con-wrapper .comic-con-logo {
        padding: 0px 40px;
    }
	.comic-con-wrapper .comic-con-logo a img {
		width: 250px;
	}
	.comic-con-wrapper .comic-con-profile {
		width: 90%;
	}
	.comic-con-wrapper .comic-con-profile .profile-img {
		width: 145px;
	}
	.comic-con-wrapper .comic-con-profile p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}
    .comic-con-wrapper .comic-con-profile p br {
        display: none;
    }
	.comic-con-wrapper .social-icons {
		column-gap: 25px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.comic-con-wrapper .art-gallery-btn {
		margin-bottom: 25px;
		padding: 15px 60px;
	}
	.comic-con-wrapper .comic-con-profile h2 {
  		font-size: 20px;
		line-height: 24px;
	}
    .comic-con-wrapper .app-stores {
        display: block;
        margin-bottom: 10px;
    }
	.comic-con-wrapper .app-stores li img {
		width: 250px;
		margin-bottom: 25px;
	}
    .comic-con-wrapper .app-stores img {
        margin-bottom: 35px;
    }
    .comic-con-wrapper .comic-con-profile h3 {
        font-size: 18px;
		line-height: 22px;
    }
    .comic-con-wrapper .comic-con-profile h3 a {
        margin-top: 10px;
        display: block;
    }
	.comic-con-wrapper .comic-con-profile h3 a img {
		padding-left: 0;
		width: auto;
	}
    .comic-con-image-gallery .comic-con-image .desktop-img {
        display :none;
    }
    .comic-con-footer {
        background-color: transparent;
        padding: 0;
    }
    .comic-con-footer .col-md-12 {
        padding: 0;
    }
    .comic-con-footer .copyright-wrapper {
        display: block;
        text-align: center;
    }
    .comic-con-footer .copyright-wrapper p.copyright {
        background-color: #000;
        padding: 20px 0px;
        font-size: 16px;
        line-height: 20px;
    }
    .comic-con-footer .copyright-wrapper p.powered-by {
        background-color: #0088a7;
        padding: 15px 0px;
        font-size: 20px;
        line-height: 24px;
    }
    .comic-con-footer .copyright-wrapper p.powered-by a {
        padding-left: 10px;
    }
}