/*
Theme Name: Titanium Web Consulting Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Cameron Moses
Template: Divi
*/

@import url("../Divi/style.css");

/*
 ***************************
 * Theme Updates
 ***************************
 */

#main-content .container:before {
width: 0;
}

blockquote {
  font-size: 26px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  line-height: 1.4em;
  color: #CACACA;
  border: none;
}

.et_pb_blog_grid .et_pb_post {
	padding: 19px;
	border: 1px dashed  #d8d8d8;
	background-color: #fff;
	word-wrap: break-word;
}

#rotm p {display:none;}

/* ==========================================================================
   DOWN ARROW ANIMATION
   ========================================================================== */
span.scroll-down.et-pb-icon {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  /* text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); */
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}


/* ==========================================================================
   HERB PAGE COLUMNS
   ========================================================================== */
.fifty-split {
    border-bottom: 12px solid #fff;
}

.fifty-split .et_pb_column:nth-child(odd) {
    border-right: 6px solid #fff;
}

.fifty-split .et_pb_column:nth-child(even) {
    border-left: 6px solid #fff;
}

.fifty-split h2 {
    padding-top: 40px;
    padding-left: 40px;
}

.fifty-split p {
    padding: 40px;
}


.et_pb_blurb_content {
	max-width: initial;
}


a.more-link, .pagination a {
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 700;
  padding: 0.6em 2em .3em !important;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a.more-link:hover, .pagination a:hover {
  background-color: #d31145;
  color: #000;
}

/* ==========================================================================
   Divi Blurb Module hover effects by yatesdesign.com.au
   ========================================================================== */

.blurb-hover .et_pb_column:hover {
 background: transparent;
}
 
.blurb-hover .et_pb_blurb p {
 zoom: 1;
 /*filter: alpha(opacity=0);*/
 opacity: 0;
 -webkit-transition: opacity .2s,-webkit-transform .35s;
 transition: opacity .2s,transform .35s;
 -webkit-transform: translate3d(0,40px,0);
 transform: translate3d(0,40px,0);
}
 
.blurb-hover .et_pb_column:hover p {
 color: #000;
 -webkit-transition-delay: .05s;
 transition-delay: .05s;
 -webkit-transition-duration: .35s;
 transition-duration: .35s;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
 zoom: 1;
 /*filter: alpha(opacity=1);*/
 opacity: 1;
}
 
.blurb-hover .et_pb_column:hover h4 {
 color: #d31145;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}
 
.blurb-hover .et_pb_blurb h4 {
 -webkit-transition: -webkit-transform .35s;
 transition: transform .35s;
 -webkit-transform: translate3d(0,40px,0);
 transform: translate3d(0,40px,0);
}
 
.blurb-hover .et_pb_column:hover .et-pb-icon {
 background-color: transparent !important;
 color: #fff !important;
 border-color: #fff !important;
 -webkit-transition-delay: .05s;
 transition-delay: .05s;
 -webkit-transition-duration: .35s;
 transition-duration: .35s;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}
 
.blurb-hover .et_pb_blurb .et-pb-icon {
 background: transparent !important;
 -webkit-transition-delay: .05s;
 transition-delay: .05s;
 -webkit-transition-duration: .35s;
 transition-duration: .35s;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
 /*-webkit-transform: translate3d(0,40px,0);*/
 transform: translate3d(0,40px,0);
}
 
.blurb-hover .et_pb_column {
 position: relative;
}
 
.blurb-hover .et_pb_button {
 zoom: 1;
 /*filter: alpha(opacity=0);*/
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.et_pb_blurb h4 {
    padding-bottom: 20px;
}

/**
	.blurb-image-hover .et_pb_main_blurb_image {
            position: relative;
            overflow: hidden;
	}
 
    .blurb-image-hover img.et-waypoint {
            margin-bottom: -5px;
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            -webkit-transform: scale(.99);
            transform: scale(.99);}
 
    .blurb-image-hover img.et-waypoint:hover {
            -webkit-transform: scale(1.11) rotate(2deg);
            transform: scale(1.11) rotate(2deg);}
 
**/

#footer-info {
	float: none;
	text-align: center;
}

/*
 ***************************
 * Gravity Form Updates
 ***************************
 */

body .gform_wrapper input[type=email], body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text], body .gform_wrapper input[type=url],
body .gform_wrapper textarea.textarea {
    background-color: rgba(255, 255, 255, 0.7); /*transparent;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-style: solid;
    border-width:1px;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #ffe800!important;
    color: #ffffff!important;
    background-color: #adb0d8!important;
}

input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #ffe800!important;
    color: #ffffff!important;
    background-color: #adb0d8!important;
}

::-webkit-input-placeholder {
/*  font-family: @font-primary; */
  color: #000000;
}


/** RECIPE HERO MOD **/
#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul {
	padding: 0 0 23px 5px;
	line-height: 26px;
	list-style-type: none;
}

/** hide title **/
div#mpprecipe-title {
	display:none;
}

div.save-button.mpp-button, div#mpp-buttons-2 {
	display:none;
}

#mpprecipe-serving-size {
	padding-left: 0.3em!important;
	font-size: 22px!important;
}

div#mpp-buttons {
	/** float:none!important; **/

}

.mpp-topright {
	border: none !important;
}


@media all and (max-width: 980px) {
	.hidebgmobile{
		background-image:none;
	}

	div.hidebg.et_parallax_bg {
		background-image:none;
	}

	.et_pb_post .entry-content {
		padding-top: 0px;
	}

	.et_pb_text p:last-of-type {
		padding-bottom: 40px;
	}

	.fifty-split.et_pb_row {
		padding: 12px;
	}

	.fifty-split {
    		border-bottom: 0px solid #fff;
	}

	.fifty-split .et_pb_column:nth-child(odd) {
    		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
	}

	.fifty-split .et_pb_column:nth-child(even) {
    		border-right: 6px solid #fff;
	    	border-left: 6px solid #fff;
	}

}