/*
Theme Name:     Hestia Child
Theme URI:      https://www.theclassicalmatt.co.uk/wp-themes/hestia-child/
Author:         TheClassicalMatt
Author URI:     https://www.theclassicalmatt.co.uk/
Template:       hestia
Description:    Hestia
Version:        1.1.70
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    hestia-child
*/

.hestia-bottom-footer-content .copyright {
	display: none;
}

.home .main .hestia-about {
	padding-bottom: 2rem;
}

.home .main .hestia-about > .container {
	min-width: 100% !important;
}

/* Start Header*/
.home .page-header{max-height:370px !important;min-height:210px !important;}
.home .page-header>.container{padding:100px 0px 50px;}
.home .page-header>.container div.buttons{display:none;}
.home .page-header>.container .sub-title{margin-bottom:10px;}
@media(max-width:991px)
{
.home .page-header{max-height:310px !important;}
.home .page-header>.container{padding:130px 0px 50px !important;}
.home .page-header>.container .hestia-title{font-size:42px !important;}
.home .page-header>.container .sub-title{font-size:14px !important;}
}
@media(max-width:576px){
.home .page-header{max-height:280px !important;}
.home .page-header>.container .hestia-title{font-size:28px !important;}
.home .page-header>.container .sub-title{font-size:12px !important;}
}
/* End Header*/


.hide-box
{
	display:none!important;
	width:0px!important;
	height:0px!important;
	position:absolute!important;
	top:0px!important;
	left:0px!important;
}

@media (max-width:500px)
{
	.home .feature-no-title  a>.info-title{display:none!important;}
	.home .feature-no-title  a>.icon .fa{font-size:48px!important;}
	.home .feature-no-title>.hestia-info{padding:30px 0px 15px!important;}
	.home .hestia-blogs{padding-top:0px!important;}
	.home .hestia-blog-content .card-blog{margin-top:0px!important;margin-bottom:0px!important;}
}

.clm-yt-responsive
{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.clm-yt-responsive>iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clm-yt-responsive:after
{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

/* -- */

.h3-smu>small
{
	font-weight: 400;
	text-decoration: underline;
}

.h3-smu
{
	margin-bottom: 5px !important;
}

.page-content-wrap,
.single-post-wrap>.section,
.blog-post-wrapper article.section
{
	margin-bottom: 52px;
}

.page-content-wrap a:not(.btn),
.single-post-wrap>article.section a:not(.btn),
.artisec a:not(.btn)
{
    color: #1188ff;
}

.topm { margin-top: 1.2em !important; }

.page-content-wrap a:hover,
.single-post-wrap>article.section a:hover,
.artisec a:hover
{
    text-decoration: underline;
}

.single-post-wrap>article.section .seperator,
.single-post-wrap>article.section .seperator,
.artisec .seperator,
.artisec .separator
{
	width: 100%;
    height: 1px;
    border: none;
    border-bottom: solid 1px #1188ff;
    padding-top: 10px;
    margin-bottom: 28px;
	clear: both;
}

.page-content-wrap .table th,
.single-post-wrap>article.section .table th,
.artisec .table th
{
	font-size: 12px;
    font-weight: bold;
}

.page-content-wrap .table *,
.single-post-wrap>article.section .table *,
.artisec .table *
{
	font-size: 14px;
	text-align: left;
}

.wpcf7 label { width: 100%; }

.card-avatar img.avatar
{
	margin: 0;
}

.secDelete
{
	color: red !important;
	font-weight: bold;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.fb-em-post
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mlist
{
	margin: 0 auto;
}

.mlist>li
{
	margin-bottom: 15px;
}

.mlbl-s{text-transform:none;color:#fff;background-color:#5cb85c;}
.mlbl-w{text-transform:none;color:#fff;background-color:#f0ad4e;}
.mlbl-i{text-transform:none;color:#fff;background-color:#5bc0de;}

.mlist:before,
.mlist:after
{
	content: "";
	display: block;
	clear: both;
	height: 20px;
}

/* --- Callout --- */
.callout{position:relative;display:block;padding:0px 20px;margin:20px 0px;border:1px solid #eeeeee;border-left-width:5px;border-radius:3px;box-sizing:border-box;}

.callout-success{border-left-color:#5cb85c;}
.callout-info{border-left-color:#5bc0de;}
.callout-warning{border-left-color:#f0ad4e;}
.callout-danger{border-left-color:#d9534f;}

.callout > h4 { margin-top: 15px !important; }

.callout-success h4,.callout-success h3,.callout-success h2,.callout-success h1,.callout-success h4 *,.callout-success h3 *,.callout-success h2 *,.callout-success h1 *{color:#5cb85c !important;}

.callout-info h4,.callout-info h3,.callout-info h2,.callout-info h1,.callout-info h4 *,.callout-info h3 *,.callout-info h2 *,.callout-info h1 *{color:#5bc0de !important;}

.callout-warning h4,.callout-warning h3,.callout-warning h2,.callout-warning h1,.callout-warning h4 *,.callout-warning h3 *,.callout-warning h2 *,.callout-warning h1 *{color:#f0ad4e !important;}

.callout-danger h4,.callout-danger h3,.callout-danger h2,.callout-danger h1,.callout-danger h4 *,.callout-danger h3 *,.callout-danger h2 *,.callout-danger h1 *{color:#d9534f !important;}

.callout{margin-top:28px;}
.callout+.callout{margin-top:10px;}
.callout>p:first-child{margin:15px 0px !important;}

.callout>p{font-size:1.1em !important;}

/* Table Styles*/

.contact-cap>caption{padding:5px 10px;color:#1188ff !important}
.contact-cap>caption:before{content:"— ";}
.contact-cap tr>td:not([colspan]){width:33.33%;}




/* yt-template */


.type-yt-header
{
	height: 70px;
}

.clm-yt-bar
{
	position: relative;
	width: 100%;
	min-height: 60px;
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0 8px 0;
	margin-bottom: 15px;
}

.clm-yt-bar .ytd-title
{
	display: block;
	max-height: 4.8rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 2.4rem !important;
	margin: 0px !important;
	font-size: 1.8rem !important;
	color: #333333 !important;
}

.clm-yt-bar .ytd-m
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
}

.clm-yt-bar .ytd-scope
{
	min-height: 40px;
	line-height: 40px;
	margin-top: 5px;
}

.clm-yt-bar .ytd-count
{
	display: inline-block;
	font-size: 1.6rem !important;
	font-weight: 400;
	padding-left: 10px;
	color: rgba(17, 17, 17, 0.6);
}

.clm-yt-bar .ytd-menu
{
	width: 100%;
	height: 40px;
	text-align: right;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.clm-yt-bar .ytd-menu .ytd-icon
{
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	text-align: center;
	color: rgba(17, 17, 17, 0.6);
	border-radius: 5px;
	font-weight: 400;
}

.clm-yt-bar .ytd-menu .ytd-likes
{
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	border: none;
}

.clm-yt-bar .ytd-menu .ytd-likes>.ytd-bar
{
	position: absolute;
	top: auto;
	left: 5px;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background: #f5c6cb;
	border-radius: 2px;
}

.clm-yt-bar .ytd-menu .ytd-likes>.ytd-bar>.ytd-bar-like
{
	background: #c3e6cb;
	height: 4px;
	border-radius: 2px;
}

.clm-yt-bar .ytd-menu .ytd-icon>.fa
{
	padding-right: 5px;
}

@media(max-width:768px)
{
	.clm-yt-bar .ytd-count,
	.clm-yt-bar .ytd-menu
	{
		width: 100%;
		height: 40px;
		text-align: center;
	}
}

.ytd-cache
{
	position: absolute;
	top: auto;
	left: 5px;
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 0.6;
}

.yt-cached-no
{
	border: 1px solid #004085;
	background: #cce5ff;
}

.yt-cached-yes
{
	border: 1px solid #155724;
	background: #d4edda;
}

.ytd-publish
{
	position: relative;
	padding: 0 0 0 50px;
	width: 100%;
	color: rgba(17, 17, 17, 0.6);
	font-size: 1.3rem !important;
	font-weight: 400;
	height: 40px;
	line-height: 20px;
	margin-bottom: 25px;
}

.ytd-publish-logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.ytd-publish-content
{
	
}

.clm-loader
{
	position: relative;
}

.clm-loader:after
{
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 14px;
	clear: both;
}

.clm-form
{
	position: relative;
	max-width: 320px;
	margin: 20px auto;
	padding: 15px;
	border: solid 1px #99ccff;
	border-radius: 5px;
	box-sizing: border-box;
}

.clm-loader>.loader,
.clm-form>.loader
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 50px 10px 20px;
	background-color: rgba(255,255,255,.8);
	z-index: 10;
	text-align: center;
}

.clm-form .form-control,
.clm-form .control-label,
.clm-form .form-group
{
	width: 100%;
}

.clm-form .is-empty input.form-control
{
	text-align: right;
}


/** My Section **/

.home .hestia-blogs 
{
	padding-bottom: 30px !important;
}

.hestia-my_section
{
	padding: 0 0 100px !important;
}

@media (max-width: 1199px)
{
	.hestia-my_section .row
	{
		padding: 0 15px;
	}
}

@media (max-width: 991px)
{
	.hestia-my_section .text-area
	{
		margin: 0 0 10px;
	}
}

@media (min-width: 769px)
{
	.hestia-my_section .text-area
	{
		margin-bottom: 20px;
	}
	
	.hestia-my_section
	{
		padding-top: 0 30px 30px;
	}
	
	.hestia-my_section .widget_sow-image .panel-widget-style
	{
		margin-top: -60px;
		padding: 0 0 60px 0 !important;
	}
}

.clm-sec-client .row > div
{
    padding: 30px;
}

.clm-sec-client img
{
	max-height: 80px;
	max-width: 256px;
}

@media (min-width: 480px)
{
	.home .clm-sec-client .col-md-3
	{
		display: inline-block;
		float: none !important;
		margin-right: -4px;
		margin-left: -4px;
		vertical-align: top;
	}
}

@media (min-width: 992px)
{
	.home .clm-sec-client .col-md-3
	{
		display: inline-block;
		float: none !important;
		margin-right: -4px;
		margin-left: -4px;
		vertical-align: top;
	}
}


/* Channel Box */

.yt-ch
{
	padding-top: 20px;
	margin: 0px auto;
}

.yt-ch > article.section
{
	padding-top: 20px !important;
}

.yt-ch > .yt-ch-head
{
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 0px auto;
	margin-top: 0px;
    padding: 0;
	width: 100%;
	border-radius: 3px;
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

.yt-ch-head .yt-ch-act
{
	font-size: 0;
	margin: 0 auto;
	height: 38px;
	line-height: 38px;
	opacity: 0.75;
	display: inline-block;
}

.yt-ch-head .yt-ch-act > span,
.yt-ch .yt-ch-d-lbl
{
	color: #000;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
}

.yt-ch-act > .fa,
.yt-ch-act > .fatxt
{
	padding-left: 10px;
}

.yt-ch .yt-ch-description
{
	padding-top: 30px;
}

.yt-ch .yt-ch-d-text
{
    font-size: 15px;
}

/*.page-template-template-yt-fullwidth .header
{
	padding:0;
	margin:0;
	min-height:0;
	max-height:70px;
	height:70px;
}

.page-template-template-yt-fullwidth .header .hestia-title,
.page-template-template-yt-fullwidth .header .header-filter:before
{
	display: none;
}*/

.header .header-filter
{
	background-position: center 4%;
}

.home .header .header-filter
{
	background-position: center 10%;
}
