.f-frond {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 350px;
    margin: 0 auto;	
}

.con-column {
    position: relative;
    margin-top: 20px;
    width: 520px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    box-sizing: border-box;
}

.con-f-name {
	font-size: 15px;
}
.cal-container span {
	font-size: 13px;
}

.cal-container .dashicons {
	font-size: 18px;	
	margin-right: 3px;
}

.con-column i{
	margin-right: 6px;
	font-size: 18px;
}

.con-cotacts img {
    width: 100%;
    height: 200px;
    display: inline-block;
    object-fit: cover;
    object-position: 50% 50%;  
}

.con-cotacts .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.cal-container{
	padding: 30px;
}

.cal-container .button {
    border: none;
    outline: 0;
    display: inline-block;
    color: white;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.f-position {
	font-size:11px;
}

/************ Admin Styles ************/

.f-top{
    padding: 30px 30px 0 30px;	
}
.f-admin b {
    line-height: 30px;
    min-width: 120px;
    display: inline-block;	
}

.f-admin .title-options {
    text-align: center;
}

.f-admin {
    margin: 0 auto;
	width: 500px;
}

.f-admin .con-cotacts {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.f-admin textarea {
	width: 100%;
	min-height: 200px;
	border: 1px solid #C6C6C6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);	
}

.f-admin input {
	border: 1px solid #C6C6C6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.f-admin input:focus, .f-admin textarea:focus {
    outline: 0 !important;
	box-shadow: none;
	border: 1px solid #C6C6C6;
    background: #eee;	
}

.f-admin .title-options {
    font-size: 55px;
    font-weight: 900;
}

.f-admin .cal-shortcode {
    margin: 0 auto;
    min-height: 25px;
    width: 180px;
}

.con-cotacts .slider_remove_img:after,
.con-cotacts .slider_remove_img:focus,
.con-cotacts .upload_image_button:after,
.con-cotacts .upload_image_button:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

.con-cotacts .upload_image_button:hover  {
	opacity: 0.7;
}

.con-cotacts .upload_image_button:active, slider_remove_img:active {
	outline: none;
	border: 0;
	box-shadow: none;
}