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

/* CF7 tweak */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus {
	background:none;
	color:#ffffff !important;
	border-bottom:1px solid #fff;
	border-top:none;
	border-right:none;
	border-left:none;
	border-radius:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom: 20px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff !important;
    opacity: 1;
}

/*.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:#725f4c;
width:100%;
text-align:center;
text-transform:uppercase;
}*/

/* fa-icons alignment */

.with-icon {
	
}
.with-icon p {
	margin-left:24px !important;
}

.with-icon .fa{
	float: left;
	display: block;
	position: absolute;
    margin-top: 5px;
    margin-left: -24px;
	color: #999999;
}

.activity-small-icon{
	color: #a5a5a5;
	margin-right:7px;
}

.post-icon {
	padding: 18px 5px 5px 5px;
    position: ;
    background-color: #EF4137;
    width: 42px;
	height: 55px;
    margin-bottom: -55px;
    margin-left: 20px;
    z-index: 2;
}

.post-icon-date {
	padding: 18px 5px 5px 5px;
    position: relative;
    background-color: #EF4137;
    width: 42px;
	/*height: 55px; */
    margin-bottom: -55px;
    margin-left: 20px;
    z-index: 2;
	color:#fff;
}

.latest-post-icon-date {
	padding: 10px 5px 10px 5px;
    background-color: #EF4137;
    width: 42px;
	/*height: 55px; */
    z-index: 2;
	color:#fff;
}

.post-icon-date-day p {
	margin:0px !important;
	font-weight:900 !important;
	font-size:20px !important;
	line-height:1;
}

.post-icon-date-month p {
	margin:2px 0px 0px 0px !important;
	text-transform:uppercase !important;
	font-size:10px;
	line-height:1;
}