﻿/*
Theme Name: total Child
Description: Child theme for the Total theme
Author: Love F.
Template: total/Total
Version: 0.0.1
*/

@import url("../total/Total/style.css");

body,
body p,
body ul li,
body div,
body a,
body span {
	font-family: Dosis, arial, sans-serif;
}

body div.entry p,
body article,
body div.entry {
	font-family: Dosis, arial, sans-serif;
}

body.page .entry p,
body.page .entry div {
	font-family: Dosis, arial, sans-serif;
}

#sidebar {
    font-size: 14px;
}

b { font-weight: bold; }

#pslist ul {
	list-style-type: none;
}
#pslist ul li {
  display: inline-block;
  float: left;
  height: 100px;
  width: 25%;
  vertical-align: middle;
  line-height: 100px;
}
#pslist ul li img,  #pslist ul li a {
  margin: auto auto;
  vertical-align: middle;
}
.textcenter {
	margin-top: 1em;
}
.blog .page-header-title {
	text-align: center;
}

.blog-entry.large-image-entry-style .blog-entry-media {
	float: left;
	max-width: 350px;
	margin: 0em 1em .5em 0px;
	width: 36%;
}
.blog-entry.format-standard .blog-entry-media img {
  background-color: #F9F9F9;
  padding: .4em;
  border: 1px solid #E8E8E8;
}
.blog-entry.large-image-entry-style {
  border-color: #E7E7E7;
  border-style: dotted;
}
/* body.blog header.clr {
	display: inline-block;
	max-width: 610px;
	width: 64%;
} */
#home-content .vcex-icon-box-three-content.clr {
  text-align: justify !important;
}
#home-content .vcex-icon-box-three-img-alt {
  width: 100%;
  min-height: 112px;
}
img.vcex-blog-entry-img {
  max-height: 150px;
  min-height: 150px;
}
.fb-bit {
	margin-top:40px;
}
h2.vcex-blog-entry-title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  width: 100%;
  height: 40px;
  margin: 0 0 10px auto;
  line-height: 20px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* RevSlider custom styles */
.redHeader, .blueHeader, .greenHeader {
	padding: .2em;
	/*border-radius: 3px;*/
}
.redHeader {
	background-color: #A40234 !important;
}
.blueHeader {
	background-color: #006993 !important;
}
.greenHeader {
	background-color: #77A22F !important;
}
.entry-content h4 {
	background-color: #F6F6F6;
	border: 1px solid #F1F1F1;
	border-radius: 3px;
	padding: 1em;
	margin: 3em auto;
}
.page-id-33 .vc_col-sm-6.wpb_column.column_container {
  display: block;
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.page-id-33 img.vc_box_border_grey.attachment-full {
  max-width: 250px;
  float: left;
  margin: 0 2em .7em 0em;
  box-shadow: 5px 5px 0px #D7D7D7;
  border-radius: 5px;
}
.page-id-33 .wpb_wrapper strong span {
  border-bottom: 2px solid #F7F4F4;
  display: inline-block;
}
.page-id-33 .wpb_wrapper {
	text-align: justify;
}
.page-id-87 .entry img {
	border-radius: 5px;
	/*box-shadow: 5px 5px 0px #F1F1F1;*/
	display: inline-block;
	float: left;
}

body.page-id-87 .entry div strong {
	font-family: "Dosis", arial, sans-serif;
	text-transform: capitalize;
	font-size: 1.2em;
	margin-bottom: 0px;
	border-bottom: 1px dotted #E2E2E2;
	display: block;
}
body.page-who-we-are p span {
	line-height: 1.5;
}
.page-partner-portal input, 
.page-partner-portal textarea,
.page-partner-portal select,
.page-partner-portal .wpcf7-list-item-label {
	font-family: arial;
	padding: .2em;
	line-height: 1em;
	vertical-align: middle;
}
.page-partner-portal b {
	font-weight: bold;
	font-size: 1.2em;
}
.page-partner-portal form p {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px dotted #ccc;
}
.page-partner-portal input.wpcf7-submit {
	padding: .5em 2em;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	box-sizing: content-box;
}
.page-partner-portal p i {
	font-style: italic;
	line-height: 1;
	display: block;
}
.page-partner-portal span.checkbox-616, .page-partner-portal span.date-694 {
	margin-top: .8em;
	display: block;
}

.blog .entry hr, .single .entry hr {
  border-top: 1px dotted #DADADA !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  height: 1px !important;
}

body #site-logo img {
	height: auto !important;
 }
#site-logo {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
#site-logo img {
  max-height: 100%;
  height: auto;
}

/* Added by Love */
img.vcex-blog-entry-img {
    max-height: none;
    min-height: 150px;
}

.vcex-blog-entry-media {
    max-height: 150px;
    overflow: hidden;
}
/* End */

.single #post-media {
	display: none;
}


@media only screen and (max-width: 767px) {

	.blog-entry.large-image-entry-style .blog-entry-media {
		width: 100%;
		float: none;
	}

	body.blog header.clr {
		width: 100%;
		display: block;
	}

}