/* Common */
.profile_widget_body h1, .profile_widget_body h2, .profile_widget_body h3, .profile_widget_body h4, .profile_widget_body h5, .profile_widget_body .is-h5 .profile_widget_body h6, .profile_widget_body .is-h6 {
    font-family: 'Open Sans', sans-serif;
}
.profile_widget_body .col-xs-1, .profile_widget_body .col-sm-1, .profile_widget_body .col-md-1, .profile_widget_body .col-lg-1, .profile_widget_body .col-xs-2, .profile_widget_body .col-sm-2, .profile_widget_body .col-md-2, .profile_widget_body .col-lg-2, .profile_widget_body .col-xs-3, .profile_widget_body .col-sm-3, .profile_widget_body .col-md-3, .profile_widget_body .col-lg-3, .profile_widget_body .col-xs-4, .profile_widget_body .col-sm-4, .profile_widget_body .col-md-4, .profile_widget_body .col-lg-4, .profile_widget_body .col-xs-5, .profile_widget_body .col-sm-5, .profile_widget_body .col-md-5, .profile_widget_body .col-lg-5, .profile_widget_body .col-xs-6, .profile_widget_body .col-sm-6, .profile_widget_body .col-md-6, .profile_widget_body .col-lg-6, .profile_widget_body .col-xs-7, .profile_widget_body .col-sm-7, .profile_widget_body .col-md-7, .profile_widget_body .col-lg-7, .profile_widget_body .col-xs-8, .profile_widget_body .col-sm-8, .profile_widget_body .col-md-8, .profile_widget_body .col-lg-8, .profile_widget_body .col-xs-9, .profile_widget_body .col-sm-9, .profile_widget_body .col-md-9, .profile_widget_body .col-lg-9, .profile_widget_body .col-xs-10, .profile_widget_body .col-sm-10, .profile_widget_body .col-md-10, .profile_widget_body .col-lg-10, .profile_widget_body .col-xs-11, .profile_widget_body .col-sm-11, .profile_widget_body .col-md-11, .profile_widget_body .col-lg-11, .profile_widget_body .col-xs-12, .profile_widget_body .col-sm-12, .profile_widget_body .col-md-12, .profile_widget_body .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.profile_widget_body .col-xs-1, .profile_widget_body .col-xs-2, .profile_widget_body .col-xs-3, .profile_widget_body .col-xs-4, .profile_widget_body .col-xs-5, .profile_widget_body .col-xs-6, .profile_widget_body .col-xs-7, .profile_widget_body .col-xs-8, .profile_widget_body .col-xs-9, .profile_widget_body .col-xs-10, .profile_widget_body .col-xs-11, .profile_widget_body .col-xs-12 {
    float: left;
}

.profile_widget_body:after {
    clear: both;
    content: " ";
    display: table;
}

.profile_widget_body h4, .profile_widget_body .h4, .profile_widget_body h5, .profile_widget_body .is-h5, .profile_widget_body .h5, .profile_widget_body h6, .profile_widget_body .h6, .profile_widget_body .is-h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile_widget_body h1, .profile_widget_body h2, .profile_widget_body h3, .profile_widget_body h4, .profile_widget_body h5, .profile_widget_body h6, .profile_widget_body .h1, .profile_widget_body .h2, .profile_widget_body .h3, .profile_widget_body .h4, .profile_widget_body .h5, .profile_widget_body .is-h5, .profile_widget_body .h6, .profile_widget_body .is-h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.profile_widget_body .col-xs-6 {
    width: 50%;
}
@media (min-width: 768px){        
        .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
           float: left;
        }
        .col-sm-12 {
          width: 100%;
        }
        .col-sm-11 {
          width: 91.66666666666666%;
        }
        .col-sm-10 {
          width: 83.33333333333334%;
        }
        .col-sm-9 {
          width: 75%;
        }
        .col-sm-8 {
          width: 66.66666666666666%;
        }
        .col-sm-7 {
          width: 58.333333333333336%;
        }
        .col-sm-6 {
          width: 50%;
        }
        .col-sm-5 {
          width: 41.66666666666667%;
        }
        .col-sm-4 {
          width: 33.33333333333333%;
        }
        .col-sm-3 {
          width: 25%;
        }
        .col-sm-2 {
          width: 16.666666666666664%;
        }
        .col-sm-1 {
          width: 8.333333333333332%;
        }
}
@media (min-width: 992px){
        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
          float: left;
        }
        .col-md-12 {
          width: 100%;
        }
        .col-md-11 {
          width: 91.66666666666666%;
        }
        .col-md-10 {
          width: 83.33333333333334%;
        }
        .col-md-9 {
          width: 75%;
        }
        .col-md-8 {
          width: 66.66666666666666%;
        }
        .col-md-7 {
          width: 58.333333333333336%;
        }
        .col-md-6 {
          width: 50%;
        }
        .col-md-5 {
          width: 41.66666666666667%;
        }
        .col-md-4 {
          width: 33.33333333333333%;
        }
        .col-md-3 {
          width: 25%;
        }
        .col-md-2 {
          width: 16.666666666666664%;
        }
        .col-md-1 {
          width: 8.333333333333332%;
        }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }  
}
.profile_widget_body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}


/* LAYOUT 1 */
/*.profile_widget_body.profile_layout_1 .section-1  > div:first-child {
	min-height: 235px;
}*/
.profile_widget_body.profile_layout_1 .section-1 h6,
.profile_widget_body.profile_layout_1 .section-1 .is-h6 {
  font-weight: normal;
/*  font-size: 120px;*/
	line-height: 82%;
/*  font-family: Georgia, "serif";*/
	text-transform: uppercase;
  word-break: break-word;
}
.profile_widget_body.profile_layout_1 .section-1 span {
	width: 110px;
	height: 3px;
	display: block;
	margin-top: 25px;
}
.profile_widget_body.profile_layout_1 .section-1 .communicator span {
  display: inline;
  margin: 0px;
  width: auto;
  height: auto;
  background-color: transparent;
}
.profile_widget_body.profile_layout_1 .section-1 p {
	margin-top: 20px;
	font-family: Arial, "sans-serif";
	font-size: 15px;
	line-height:150%;
}
.profile_widget_body.profile_layout_1 .top-172 {
	margin-top: 172px !important;
}
.profile_widget_body.profile_layout_1 .section-2 div:not(.reset-edit) {
	height: 540px;
	background-image: url('../templated-profile/structure/layout_1/demoimg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 767px) {
	.profile_widget_body.profile_layout_1 .section-1 h6,
  .profile_widget_body.profile_layout_1 .section-1 .is-h6 {
		font-size: 80px;
	}
	.profile_widget_body.profile_layout_1 .section-1 > div:first-child {
		min-height: 165px;
	}
}



/* LAYOUT 2 */
.profile_widget_body.profile_layout_2 .section-2 div:not(.reset-edit) > div:not(.reset-edit) {
	height: 239px;
	background-image: url('../templated-profile/structure/layout_1/demoimg.jpg');
	margin-bottom: 0px;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.profile_widget_body.profile_layout_2 .section-2 div:first-child > div, .profile_widget_body.profile_layout_2 .section-2 div:first-child + div > div {
  margin-bottom: 25px !important;
}
.profile_widget_body.profile_layout_2 .section-1 {
	text-align: center;
  height: 500px;
}
.profile_widget_body.profile_layout_2 .section-1 h6,
.profile_widget_body.profile_layout_2 .section-1 .is-h6 {
	font-size: 37px;
	font-weight: 700;
	font-family: helvetica, sans-serif;
	text-transform: uppercase;
	display: inline-block;
  padding: 5px 20px 5px;
	margin-top: 135px;
	border: 6px solid;
  display: inline-block;
  margin-bottom: 25px;
}
.profile_widget_body.profile_layout_2 .section-1 span {
	width: 100px;
	height: 3px;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
}
.profile_widget_body.profile_layout_2 .section-1 p {
	width: 80%;
	margin: 0 auto 25px;
	font-family: helvetica, sans-serif;
	letter-spacing: 0.020em;
	min-height: 50px;
}
.profile_widget_body.profile_layout_2 .top-182 {
	margin-top: 182px !important;
}



/* LAYOUT 3 */
.profile_widget_body.profile_layout_3 h6,
.profile_widget_body.profile_layout_3 .is-h6 {
	text-transform: uppercase;
	min-height: 25px;
}
.profile_widget_body.profile_layout_3 h5, 
.profile_widget_body.profile_layout_3 .is-h5 {
	text-transform: uppercase;
	margin-bottom: 35px;
	min-height: 25px;
}
.profile_widget_body.profile_layout_3 p {
	min-height: 50px;
}
.profile_widget_body.profile_layout_3 span {
	width: 200px;
	height: 3px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 25px;
}
.profile_widget_body.profile_layout_3 .top-160 {
	margin-top: 160px !important;
}



/* LAYOUT 4 */
.profile_widget_body.profile_layout_4 h6,
.profile_widget_body.profile_layout_4 .is-h6 {
	text-transform: uppercase;
	padding: 6px 15px;
	margin-bottom: 25px;
}
.profile_widget_body.profile_layout_4 h5,
.profile_widget_body.profile_layout_4 .is-h5 {
	text-transform: uppercase;
	letter-spacing: 3px;
	min-height: 25px;
} 
.profile_widget_body.profile_layout_4 p {
	min-height: 50px;
}
.profile_widget_body.profile_layout_4 .top-160 {
	margin-top: 160px !important;
}
@media (max-width: 767px) {
	.profile_widget_body.profile_layout_4 p {
		margin-bottom: 35px;
	}
  .profile_widget_body.profile_layout_2 .section-2 div > div {
    height: 100px;
  }
}



/* LAYOUT 5 */
.profile_widget_body.profile_layout_5 h6,
.profile_widget_body.profile_layout_5 .is-h6 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.profile_widget_body.profile_layout_5 h5,
.profile_widget_body.profile_layout_5 .is-h5 {
	text-transform: uppercase;
}
.profile_widget_body.profile_layout_5 p {
	margin-top: 25px;
}
.profile_widget_body.profile_layout_5 div.profile-layout-image {
	margin-top: 25px;
	height: 220px;
	background-image: url('../templated-profile/structure/layout_1/demoimg.jpg');
	background-size: cover;
	transform: rotate(-3.5deg);
	-ms-transform: rotate(-3.5deg);
	-webkit-transform: rotate(-3.5deg);
}
@media (max-width: 767px) {
	.profile_widget_body.profile_layout_5 div.profile-layout-image {
		transform: rotate(-2.5deg);
		-ms-transform: rotate(-2.5deg);
		-webkit-transform: rotate(-2.5deg);
	}
  .profile_widget_body.profile_layout_2 .section-1 h6,
  .profile_widget_body.profile_layout_2 .section-1 .is-h6 {
    margin-top: 0px;
  }
}


.profile_widget_body .communicator > span, .profile_widget_body.profile_layout_1 .section-1 .communicator > span {
  position: absolute;
  top: -10px;
  right: -9px;
  margin-top: 0px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  font-size: 85%;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.profile_widget_body .communicator > span:hover, .profile_widget_body.profile_layout_1 .section-1 .communicator > span:hover {
  background-color: #eee;
}

