/*
 Theme Name:   BeautyWork
 Description:  Heat Child Theme
 Author:       grupa Tense
 Template:     heat
 Text Domain:  heat
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,300,200italic,100italic,100,200&subset=latin,latin-ext);
@font-face {
    font-family: 'DroidSans';
    src: url(fonts/DroidSans.ttf);
}

.contact-link {
display: inline-block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 10px 10px 0;
    border: none;
    color: white;
    background-color: #111;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    cursor: pointer;
    width: auto !important;
    padding: 5px 14px;
}

.contact-link:hover {
background: whitesmoke;
color: #cfcfcf;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'DroidSans', sans-serif;
}
body {
	font-family: 'DroidSans', sans-serif;
}

.sf-menu a {
font-size: 105%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif!important;
}
h1.entry-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 600!important;
}
#filters a, .entry-category, .portfolio-meta,
.cat-links, .nav-previous, .nav-next, input[type="submit"] {
	font-family: 'DroidSans', sans-serif;
}
.menu-heat-container ul li {
	font-family: 'DroidSans', sans-serif!important;
}
.post-thumbnail h1 {
	font-weight: 600!important;
}
.page-template-page-contact h2 {
	font-weight: 600;
}
.singular h1.entry-title {
	font-weight: 600;
}
p {
	font-family: 'DroidSans', sans-serif!important;
}
header #site-title-custom {
	padding: 18.5px 0;
}
#access ul li {
	vertical-align: middle;
}
#site-title-custom img {
	width: 220px;
}
.content-text img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.content-text p {
	text-align: justify;
}
.page-id-670 #content, .page-id-678 #content, .page-id-90 #content, .blog #content {
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.page h1 {
	font-size: 40px;
	display: inline-block;
	margin-top: 0;
	font-weight: 700;
}
.page .images-box {
	width: 100%;
	padding-top:20px;
	padding-bottom: 20px;
}
.page .images-box img {
	width: 33%;
	display: inline-block;
}
.page .person-box figure {
	width: 24.33%;
	display: inline-block;
	margin: 20px 0;
}
.page .person-box figure img {
	width: 100%;
}
.page .person-box figure figcaption{
}
.page .person-box figure figcaption p {
	font-weight: 600;
	margin: 0;
	font-size: 15px;
}
.iosSlider.clearfix {
	max-height: 600px!important;
	overflow: hidden!important;
}
.portfolio .iosSlider .slider .item img {
	width: auto;
	max-width: none;

}
.portfolio .iosNext{
	right: 5px;
}
.portfolio .iosPrev{
	left: 5px;
}

@media (max-width:768px) {
	.page .images-box img {
		width: 100%;
	}
	.page .person-box figure {
		width: 100%;
	}
	#content {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media (max-width:1200px) {
	.single-portfolio .portfolio-media {
		background-color: rgb(245, 245, 245);
	}
}

.rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
	background: #F5F5F5 !important;
}

.rsMinW .rsBullet {
    background: #232222 !important;
    border: 2px solid #000 !important;
}

.rsMinW .rsBullet.rsNavSelected {
	background: white !important;
}