/*
	Theme Name: Heidi Callier
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: https://madetothrive.com
	Template: genesis
*/



/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}



/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

html {
	height: 100%; 
	font-size: 18px;
}

body {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .075em;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
    background: #f1efed;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
    color: #000;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 45px;
    letter-spacing: 3px;
    font-style: normal;
    margin: 40px auto 40px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;

}

a.entry-image-link {
    display: block;
}

a.entry-image-link img:hover {

    opacity: .9;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Column Classes
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	display: inline-block;
	padding-left: 28px;
	vertical-align: top;
}
 
.first {
	clear: both;
	padding-left: 0px;
}


/* Image Classes
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

/* Site Containers
--------------------------------------------- */
	
.site-container {
    margin: 0px auto 0px;
    width: 1275px;
    margin: 0px auto;
    overflow-x: hidden;
    max-width: 90%;
    position: relative;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
}

.single-portfolio .site-inner, .home .site-inner, .page-template-page-about .site-inner, .page-template-page-press .site-inner, .page-template-page-contact .site-inner {
    display: none;
}

.content, .archive {
	width: 100%;
	float: none;
	text-align: left;
}

.wrap {
    width: 980px;
    margin: 0px auto 120px;
	position: relative;
	max-width: 100%;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 55px auto 95px;
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}

.logo {
    text-indent: -9999px;
    background-image: url(https://heidicaillierdesign.com/wp-content/uploads/2019/02/heidi_logo@2x.png);
    background-repeat: no-repeat;
    background-size: 551px;
    height: 32px;
    position: absolute;
    left: 0;
    width: 551px;
}

.home .logo {
	background-image: url(https://heidicaillierdesign.com/wp-content/uploads/2019/02/Logo-white@2x.png);
}


.logo-mobile {
    text-indent: 9999px;
    background-image: url(https://heidicaillierdesign.com/wp-content/uploads/2019/02/mobile-logo-black@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    margin: 10px auto 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 220px;
}

.home .logo-mobile {
    background-image: url(https://heidicaillierdesign.com/wp-content/uploads/2019/02/mobile-logo-white@2x.png);
}

#responsive-menu-pro-header a:hover {
	opacity: 1;
}


/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    letter-spacing: .1em;
}


/* Navigation
--------------------------------------------- */

.nav-primary {
	margin: 0px auto;
	width: 100%;
	text-align: right;
}

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    margin: 0px auto;
    position: relative;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
}

.nav-primary .genesis-nav-menu a {
    display: block;
    margin: 0 0 0 50px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .125em;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    text-align: right;
    padding-top: 10px;
}

.home .nav-primary .genesis-nav-menu a {
	color: #fff;
}

.current-menu-item a {
    font-weight: 400;
}


/* Custom Pages
--------------------------------------------- */

.slider {
    position: absolute !important;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important;
    visibility: hidden;
	-webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

.slick-initialized { visibility: visible; }


.slider li {
    background-size: cover;
    display: block;
    background-position: center;
    width: 100vw;
    height: 100vh;
}

.about-text {
    width: 420px;
    float: left;
}

.about-form {
    width: 420px;
    float: left;
}

.page-template-page-contact .about-text {
    width: 420px;
    float: right;
}

img.about-image {
    width: 420px;
	float: right;
}

.page-template-page-contact .about-text a {
    color: #000;
}

.page-template-page-press img.about-image {
    float: left;
}

.page-template-page-press .about-text {
    float: right;
}

.page-template-page-contact img.about-image {
    display: none;
}

.col-1 {
    width: calc(100% - 120px);
    float: left;
}

.col-1 a {
	color: #000;
}

.col-2 {
    width: 120px;
    float: right;
    text-align: right;
    color: #5a5a5a;
}

.entry-content, .entry-meta {
    display: none;
}

.portfolio {
    display: inline-block;
    margin: 0 23px 40px;
    width: calc(33.3% - 46px);
    vertical-align: top;
}

.single-portfolio article.portfolio {
    float: left;
}
.single-work-portfolio .wrap {
    margin-bottom: 150px;
    width: 100%;
    max-width: 1275px;
}

.archive .wrap {
    width: calc(100% + 46px);
    margin-left: -23px;
}

.slick-slide {
  height: 100%;
}

.slick-slide img {
    display: block;
    height: auto;
    margin-right: 10px;
    height: 580px;
}

.portfolio-desc {
    position: relative;
    display: table;
    margin: 0px auto;
    margin-left: 0;
}

.portfolio-desc h2 {
    display: inline-block;
    margin-left: 40px;
}

.slick-prev.slick-arrow, .slick-next.slick-arrow {
    cursor: pointer;
}

span.slider-nav {
    position: absolute;
    left: 0;
}

.slick-prev {
    position: absolute;
    top: 10px;
    left: 0;
}

.slick-next.slick-arrow {
    position: absolute;
    top: 10px;
    left: 65px;
}

span.pagingInfo {
    margin-left: 20px;
}


/* Site Footer 
------------------------------------------------------------ */

img.footer-leaf {
    max-width: 54px;
    position: absolute;
    left: 0;
    right: 0;
}

.site-footer .wrap {
    max-width: 1275px;
    width: 100%;
    margin: 0px auto 10px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .075em;
    font-weight: 300;
}

.home .site-footer {
	display: none;
}

.bottom-left {
    width: 45%;
    float: left;
    padding-top: 25px;
	    text-align: left;
}

.bottom-right {
    width: 45%;
    float: right;
    text-align: right;
    padding-top: 25px;
}

.site-footer a {
    color: #000;
}

/* Form Styling
------------------------------------------------------------ */

input,
select,
textarea {
	border: 0px solid #000;
	border-bottom: 1px solid #000;
	background: none;
	text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding: 0 0 10px;
	margin: 0px auto;
}

input:focus,
textarea:focus {
	outline: none;
	-webkit-appearance:none;
	border-radius: 0;
	border-bottom: 1px solid;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
	-webkit-appearance:none;
	border-radius: 0;
	background: none;
	border: 0px;
	float: none;
	clear: none;
	display: block;
	margin: 0px auto;
}

button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
	opacity: .7;
	transition: all 0.4s;
}


::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000 !important;
	font-size: 14px;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
		color: #000 !important;
	font-size: 14px;
}

label.gfield_label, .gform_wrapper .gfield_required {
}

li#field_1_4 label.gfield_label {
    display: block !important;
    font-weight: 300  !important;
    text-transform: uppercase  !important;
    letter-spacing: .075em  !important;
}

.gform_wrapper input {
    width: 100% !important;
    padding: 0 0 8px 0 !important;
    margin-bottom: 30px !important;
    letter-spacing: .075em !important;
}

.gform_wrapper textarea {
	width: 100% !important;
	border: 1px solid #000 !important;
    padding: 0 0 8px 0 !important;
    letter-spacing: .075em !important;
    margin-bottom: 10px !important;
}

.gform_button {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .075em !important;
    text-align: right;
}

.gform_wrapper textarea.medium {
    height: 145px !important;
}

.gform_wrapper .gform_footer {
    padding: 0px 0 !important;
    margin: 0 !important;
}

input#gform_submit_button_1 {
    margin: 0px auto !important;
}

.gform_wrapper {
    margin: 0px auto 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.about-form {
    width: 100%;
    float: left;
}



div#field_2_21 {
    text-align: center;
    border: 1px solid;
    position: absolute;
    right: 0;
    width: 49%;
    padding: 53px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
	border-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-bottom: 8px;
    padding: 0;
}

.gfield_radio input {
    width: 11px !important;
    height: 11px !important;
    border: 1px solid;
    margin-bottom: 0 !important;
    margin-right: 5px;
    border-radius: 100%;
}

.gfield_radio input:checked {
    background: #000;
}

.gchoice.gchoice_2_8_5 br {
    display: none;
}

.gchoice.gchoice_2_8_5 label {
	display: none !important;
}


input#input_2_8_other {
    display: inline-block !important;
    width: 220px !important;
    border: 0;
    height: 25px !important;
    border-radius: 0 !important;
    border-bottom: 0px solid;
    margin-top: 0;
    margin-left: 47px;
    border-bottom: 1px solid;
    padding: 0 !important;
	    vertical-align: top;
}

.about-form p {
	margin-bottom: 50px;
}
.gchoice.gchoice_2_8_5:before {
    content: "Other:";
    position: absolute;
    left: 20px;
    font-size: 15px;
}

fieldset#field_2_8 .gfield_label {
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.gchoice {
    margin-bottom: 4px;
}


.page-template-page-contact .about-text {
    width: 100%;
    float: none;
    margin: 0px auto 50px;
    text-align: center;
    margin-left: 0;
}

.gform_wrapper .gfield_required {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
    display: none !important;
}

.gform_wrapper .gform_validation_errors {
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-width: 1px !important;
    margin-bottom: 50px !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 0 !important;
    border-bottom: 1px solid  !important;
}

.about-form {
    min-height: calc(100vh - 600px);
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: none !important;
    font-weight: 400 !important;
}

div#gform_confirmation_wrapper_2 {
    text-align: center;
}
/* Mobile Styles
--------------------------------------------- */

@media only screen and (max-width: 1280px) {

.logo {
    width: 45%;
    background-size: 100%;
    height: auto;
}

.nav-primary .genesis-nav-menu a {
    padding: 5px 0 10px !important;
    margin-left: 25px;
}



}

@media only screen and (max-width: 1100px) {
	



}
@media only screen and (max-width: 1000px) {
	
	.slick-slide img {
    max-height: 50vh;
}
	
.page-template-page-contact .about-text {
    width: 100%;
    float: none;
	    margin-bottom: 20px;
    text-align: center;
}

.archive .wrap {
    width: 100%;
    margin-left: auto;
}

.slick-slide img {
    display: block;
    height: auto;
    max-height: 800px;
    max-height: 60vh;
    margin: 0px auto;
}

.slider2.slick-initialized.slick-slider {
    max-height: 60vh;
    min-height: 60vh;
}

.portfolio {
    width: calc(50% - 46px);
}

.site-container {
    max-width: 85%;
    overflow-x: hidden;
}

.wrap {
    width: 100%;
    margin: 30px auto 0;
}

.site-header {
	display: none;
}

img.about-image {
    float: none;
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0px auto 40px;
}

.about-text {
    width: 100%;
    float: none;
    text-align: justify;
}

.site-footer .wrap {
    width: 85%;
    margin: 20px auto 0;
}

.bottom-left {
    width: 100%;
    float: none;
    padding-top: 80px;
    text-align: center;
}

.site-footer .bottom-right, .site-footer .bottom-left {
    display: none;
}

.site-footer img.footer-leaf {
    max-width: 54px;
    position: relative;
    margin: 0px auto 50px;
    display: block;
}

.page-template-page-press .about-text, .page-template-page-press img.about-image {
    float: none;
    margin-bottom: 30px;
    display: table;
}

.logo {
    display: none;
}

span.mobile-hide {
    display: none;
}

.bottom-left {
    margin-top: 25px !important;
    display: block;
    font-size: 12px;
}

.bottom-right {
    float: none;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 10px !important;
}


}

@media only screen and (max-width: 680px) {

.portfolio {
    width: 90%;
    margin: 0px auto 40px;
    display: block;
    float: none;
    max-width: 400px;
}
.about-form p br {
    display: none !important;
}

}
