/*
Theme Name: Themify Ultra Child
Theme URI: https://themify.me/themes/ultra
Template: themify-ultra
Author: Themify
Author URI: https://www.themify.me
Description: Use Ultra theme to create professional sites quickly and easily (landing pages, portfolio, blog, corporate, ecommerce, and more). It includes a bunch of header/footer layout options and pre-built demos that you can import to your site. Read Ultra documentation for more information.
Tags: themify,featured-images,translation-ready,custom-menu,sidebar
Version: 2.6.8.1582072998
Updated: 2020-02-19 00:43:18

*/

body {
	font-family: 'Josefin Sans';
}

.home-header-left h4 {
    color: #FFF;
    text-transform: inherit;
    font-size: 16px;
    line-height: 22px;
    margin: 15px auto 20px;
    text-align: left;
    width: 90%;
}

/* Header */
div#headerwrap {
    background: url(https://halversonphoto.com/wp-content/uploads/2020/02/Halverson-Photography-School-Photographer-Iowa-City-products-background.jpg);
    background-position: bottom center;
    background-size: cover;
}
header#header {
    width: 90%;
	text-align: center;
}
.header-icons {
    display: none;
}
.header-bar, #headerwrap.fixed-header .header-bar {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.navbar-wrapper, .header-contact-container, div#mobile-menu {
    display: inline-block;
    vertical-align: middle;
}
.navbar-wrapper {
    padding: 0 30px;
}
.sidemenu-on .navbar-wrapper {
    padding: 0;
}
#site-logo img {
    max-width: 220px!important;
}
#main-nav li a {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
#main-nav .current_page_item>a, #main-nav .current-menu-item>a {
    color: #008FD3;
}
#main-nav a:hover, #main-nav li .sub-menu li a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover {
    color: #008FD3;
}
#main-nav .sub-menu {
    width: 415px!important;
    left: 0!important;
}
.sidemenu-on #main-nav .sub-menu {
    width: auto!important;
}
#main-nav li .sub-menu li a {
    font-size: 18px;
    line-height: 22px;
}
a.header-phone {
    color: #00427B;
    font-size: 32px;
    line-height: 38px;
	text-decoration: none;
}
a.header-phone:hover {
	color: #008FD3;
}
.header-phone i.fas.fa-phone-volume {
    transform: rotate(-45deg);
}
a.header-email {
    display: block;
    margin-top: 10px;
    color: #00427B;
    font-size: 18px;
    line-height: 24px;
	text-decoration: none;
}
a.header-email:hover {
    color: #008FD3;
}

.sidebar-none #content {
    padding: 0;
}

/* Home page */
.home div#content {
    padding: 0;
}
.home-header-left, .home-header-right {
    text-align: center;
}
.home-header-left h1 {
    color: #F6C624;
    font-size: 60px;
    line-height: 68px;
    text-shadow: 1px 1px 5px #000;
    font-weight: 500;
    margin-bottom: 40px;
}
.home-header-left p a {
    background: rgb(199,205,205);
	background: linear-gradient(0deg, rgba(199,205,205,1) 0%, rgba(255,255,255,1) 100%);
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #000;
    padding: 14px 20px 10px;
	text-decoration: none;
}
.home-header-left p a:hover {
    background: rgb(199,205,205);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(199,205,205,1) 100%);
}
.home-header-section:after, .home-about-section:after, .home-products-section:after, .order-online-header:after, .inner-page-header:after {
    content: '';
    display: block;
    position: absolute;
	bottom: -15px;
    width: 100%;
	height: 30px;
    background: rgba(246, 198, 36, 0.25);
    z-index: 9;
}

.home-about-section p {
    color: #FFF;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 0px;
    padding: 0 10%;
    text-shadow: 1px 1px 5px #000;
}

.home-products-section {
    text-align: center;
}
.home-products-section h2 {
    color: #00427B;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
}
.home-products-section .products-box {
    height: 427px;
    position: relative;
}
#cca-ic-box {
	border-radius: 15px;
    box-shadow: 2px 2px 10px grey;
}
.home-products-section .products-box .tb_text_wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    min-height: 324px;
    width: 80%;
    max-width: 270px;
}
.products-box h3 {
    font-size: 46px;
    line-height: 60px;
    color: #FFF;
    text-shadow: 1px 1px 5px #000;
    min-height: 140px;
}
.products-box h3 img {
    display: inline-block;
    width: 47%;
}
.home-products-container {
	max-width: 1500px;
    margin: 0 auto;
}
.home-products-section .products-box p a {
    font-size: 24px;
    line-height: 28px;
	color: #FFF;
	text-shadow: 1px 1px 5px #000;
	border-radius: 10px;
    box-shadow: 1px 1px 5px #000;
    padding: 14px 20px 10px;
    text-decoration: none;
    display: block;
}
.home-products-section .products-box p:nth-child(2) {
    margin-bottom: 30px;
}
.home-products-section .products-box p a {
    background: rgb(199,205,205);
	background: linear-gradient(0deg, rgba(199,205,205,1) 0%, rgba(255,255,255,1) 100%);
	color: #000;
	text-shadow: none;
}
.home-products-section .products-box p a:hover {
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(199,205,205,1) 100%);
}

.mobile-break {
	display: none;
}

/* Footer */
div#footerwrap {
    background: url(https://halversonphoto.com/wp-content/uploads/2020/03/Halverson-Photography-School-Photographer-Iowa-City-blue-footer-background.jpg);
	border: none;
    padding: 10px 0;
	background-repeat: no-repeat;
    background-size: cover;
}
footer#footer {
    padding: 10px 0;
}
div#text-2 p, div#text-2 p img {
    margin-bottom: 0!important;
    margin-left: -10px;
}
div#text-2 {
    text-align: left;
}
div#text-3 p {
	font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
	color: #FFF;
}
div#text-3 p a {
	color: #FFF;
}
div#text-4 p a {
	font-size: 48px;
    line-height: 56px;
    color: #FFF;
}
#text-4 i.fas.fa-phone-volume {
    transform: rotate(-45deg);
}

#custom_html-2 h3 {
    color: #FFF;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}
#frm_form_1_container label {
    color: #FFF;
    font-family: 'Josefin Sans';
}
#frm_form_1_container input, #frm_form_1_container textarea {
    padding: 10px 10px!important;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Josefin Sans';
	border-radius: 5px;
}
#frm_form_1_container input::placeholder, #frm_form_1_container textarea::placeholder {
    color: #000;
    font-size: 22px;
	line-height: 24px;
    font-family: 'Josefin Sans';
}
@-moz-document url-prefix() {
    #frm_form_1_container input::placeholder, #frm_form_1_container textarea::placeholder {
		line-height: 4px;
	}
}
#frm_form_1_container textarea {
    min-height: auto;
}
#frm_form_1_container .frm_submit {
	text-align: center;
}
#frm_form_1_container button.frm_button_submit {
	background: rgb(199,205,205);
	background: linear-gradient(0deg, rgba(199,205,205,1) 0%, rgba(255,255,255,1) 100%);
	color: #000;
    font-size: 22px;
    line-height: 24px;
    border: none;
    box-shadow: 1px 1px 5px #000;
	padding: 10px 20px;
    text-transform: inherit;
    font-family: 'Josefin Sans';
    border-radius: 10px;
    letter-spacing: 0px;
}
#frm_form_1_container button.frm_button_submit:hover {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(199,205,205,1) 100%);
}
#frm_form_1_container label {
    color: #000;
    font-family: 'Josefin Sans';
    font-size: 20px;
    line-height: 30px;
}
#frm_form_1_container .frm_label_float_top label {
    color: #FFF!important;
    line-height: 20px;
}

.one {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
}
.one a {
    color: #FFF;
	text-decoration: none;
}
.one a:hover {
    color: #008FD3;
}

/* Inner pages */
div#content {
    padding: 0;
}
h1.page-title {
    padding-top: 30px;
}
.inner-page-header {
    padding: 8% 0;
}
.inner-page-header h1 {
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 5px #000;
    margin: 0;
}

/* Order Online page */
.order-online-header {
    padding: 8% 0;
	text-align: center;
}
.order-online-header form {
    max-width: 800px;
    margin: 0 auto;
}
form.is-search-form.is-form-style.is-form-style-1.is-form-id-49 label {
    position: relative;
}
.is-form-id-49 label:before {
	content: '\f002';
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 99;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
	color: #000;
}
form.is-form-style input.is-search-input {
	padding-left: 40px;
	border-radius: 10px;
    box-shadow: 1px 1px 5px #000;
	color: #000;
}
form.is-form-style input.is-search-submit {
    vertical-align: top!important;
}
.order-online-header form.is-form-style input.is-search-submit {
    background: rgb(199,205,205);
	background: linear-gradient(0deg, rgba(199,205,205,1) 0%, rgba(255,255,255,1) 100%);
    color: #000;
    text-transform: unset;
    font-size: 20px;
    line-height: 22px;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #000;
    padding: 8px 20px!important;
}
.order-online-header form.is-form-style input.is-search-submit:hover {
    background: rgb(199,205,205);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(199,205,205,1) 100%);
}
div#is-ajax-search-result-49 {
    left: 50%!important;
    transform: translateX(-50%);
}
.order-online-header p {
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    max-width: 500px;
    margin: 50px auto 0;
    text-align: left;
	text-shadow: 1px 1px 5px black;
}

.order-online-school-district-container p {
    background: #00427b;
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 0px 10% 30px;
}
.order-online-school-district-container p:hover {
    background: #008FD3;
}
.order-online-school-district-container p a {
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    display: block;
    padding: 10px 5%;
}
.category-7 h1.page-title, .category-11 h1.page-title {
    margin-bottom: 20px;
}
.category-7 .order-online-school-district-container p, .category-11 .order-online-school-district-container p {
    margin: 0px 0% 30px;
}
.page-id-514 .pciwgas-cat-desc {
    display: none;
}


.category div#body, .search div#body {
    background: url(https://halversonphoto.com/wp-content/uploads/2020/02/Halverson-Photography-School-Photographer-Iowa-City-products-background.jpg);
	background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.order-online-body .builder-posts-wrap, .order-online-school-district-container {
    max-width: 1300px;
    margin: 0 auto;
}
.order-online-body article.post {
	margin-bottom: 40px!important;
}
.order-online-school-district h3 {
    font-family: 'Crimson Text';
    color: #FFF;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    padding: 30px 0;
}
.order-online-school-district-container h3 {
	color: #000;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    padding: 30px 0;
}
.category h2.post-title.entry-title {
    font-size: 22px!important;
    line-height: 24px;
}
.order-online-body .post-title a {
    color: #FFF;
}
.order-online-body .post-title a:hover {
    color: #000;
}
.district-header-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0 0;
}
.sale-info-text {
    width: 48%;
    margin-right: 3%;
}
.sale-info-text p, .school-notice p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
}
.school-notice {
    width: 47%;
    background: #fdeca5;
    padding: 1% 1% 0%;
}
.school-notice p span {
    color: red;
}
p.school-address, p.school-city-zip {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #000;
}
.sale-buttons-container {
    margin-top: 15px;
}
.sale-button {
    display: inline-block;
    width: 46%;
	font-size: 16px;
    line-height: 20px;
    background: blue;
    margin: 5px 1%;
	border-radius: 5px;
}
.sale-button a {
	color: #FFF;
	display: block;
    text-decoration: none;
	padding: 10px 0px;
	text-align: center;
}
.sale-button a:hover {
    color: #000;
}
p#spring-presale {
    background: #55B9A7;
}
p#spring-aftersale {
    background: #F6C624;
}
p#fall-presale {
    background: #00427B;
}
p#fall-aftersale {
    background: #008FD3;
}

.loops-wrapper.grid4 .post-image img {
    border-radius: 0;
}

/* FAQ Page */
.faq-accordion .accordion-title {
    background: #00427B;
    background: linear-gradient(90deg, #00427B 0%, #008FD3 100%);
}
.faq-accordion .accordion-title:hover, .ui.module-accordion li:hover .accordion-title, .faq-accordion .builder-accordion-active .accordion-title {
    background: #00427B!important;
}
.faq-accordion .accordion-title a {
    padding: 15px!important;
}
div.faq-accordion div.accordion-title .tb_title_accordion {
    color: #FFF;
	font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}
.module-accordion .accordion-title i {
    color: #FFF;
    font-weight: 700;
}
.faq-accordion .accordion-content {
    font-size: 20px;
    line-height: 24px;
    color: #000!important;
    padding-bottom: 5px;
	background: url(https://halversonphoto.com/wp-content/uploads/2020/02/Halverson-Photography-School-Photographer-Iowa-City-products-background.jpg) !important;
	background-position: bottom center!important;
	background-size: cover!important;
}

/* Fall and Spring Products Pages */
.products-row {
	padding-bottom: 20px;
}
.inner-page-subheader h2 {
    margin-top: 40px;
	color: #00427B;
}
.image-caption.tb_text_wrap {
    color: #000!important;
    font-size: 18px;
    line-height: 22px;
}

/* Sports and Activities Page */
.sports-top-text {
    margin-top: 20px;
}
.sports-top-text p, .inner-page-subheader p {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.products-order-online-button, .order-online-button {
	text-align: center;
    margin: 10px 0 20px;
}
.products-order-online-button a, .order-online-button a {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    padding: 15px 40px;
    background: rgb(199,205,205);
	background: linear-gradient(0deg, rgba(199,205,205,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 10px;
    box-shadow: 1px 1px 5px #000;
    text-decoration: none;
}
.products-order-online-button a:hover, .order-online-button a:hover {
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(199,205,205,1) 100%);
}

/* Mobile */
.menu-icon-inner {
    border-bottom: 2px solid;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 1.25em;
    height: 1em;
    overflow: hidden;
    vertical-align: middle;
}
@media only screen and (max-width: 1226px) {
	.home-products-section .products-box .tb_text_wrap {
		width: 74%;
	}
	.products-box h3 {
		font-size: 34px;
		line-height: 50px;
		min-height: 120px;
	}
	.home-products-section .products-box p a {
		font-size: 18px;
		line-height: 28px;
		padding: 14px 10px 10px;
	}
}

@media only screen and (max-width: 1075px) {
	.order-online-school-district-container p {
		width: 40%;
		margin: 0px 5% 30px;
	}
}

@media only screen and (max-width: 1020px) {
	.products-box h3 img {
		display: inline-block;
		width: 75%;
		margin: 0 0 5px;
	}
}

@media only screen and (max-width: 806px) {
	.order-online-school-district-container p {
		width: 90%;
		margin: 10px 4% 20px;
	}
}

@media only screen and (max-width: 768px) {
	input#field_vk40k::placeholder {
		font-size: 16px;
	}
	#cca-ic-box {
		max-width: 82%;
		margin: 0 auto 20px;
	}
	
	.district-header-info {
		flex-direction: column;
	}
	.sale-info-text {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.school-notice {
		width: 100%;
	}
}

@media only screen and (max-width: 430px) {
	.home-header-left h1 {
		font-size: 40px;
		line-height: 58px;
	}
	.home-about-section p {
		font-size: 22px;
		line-height: 30px;
	}
	.home-products-section .products-box {
		margin-bottom: 20px;
	}
	
	#frm_form_1_container input, #frm_form_1_container textarea {
		font-size: 20px;
		line-height: 24px;
	}
	#frm_form_1_container input::placeholder, #frm_form_1_container textarea::placeholder {
		font-size: 18px;
		line-height: 22px;
	}
	input#field_vk40k::placeholder {
		font-size: 16px;
	}
	
	.inner-page-header h1 {
		font-size: 40px;
		line-height: 46px;
	}
	.products-row .module-image {
		text-align: center;
		margin-bottom: 20px;
	}
	.sports-top-text p, .inner-page-subheader p {
		font-size: 20px;
		line-height: 28px;
	}
	form.is-form-style input.is-search-input {
		margin: 0 auto 15px;
	}
	.order-online-header p {
		font-size: 22px;
		line-height: 30px;
		width: 90%;
	}
	.category article, .search article {
		margin-bottom: 50px!important;
	}
	
	.mobile-break {
		display: block;
	}
}

@media only screen and (max-width: 375px) {
	input#field_vk40k::placeholder {
		font-size: 15px;
	}
}

@media only screen and (max-width: 320px) {
	input#field_vk40k::placeholder {
		font-size: 12px;
	}
}