/*
Theme Name: Square-child
Version: 1.0
Description: A child theme of Square
Template: square
Author: Administrator
*/
@import url("../square/style.css");
/* Your awesome customization starts here */

.sq-main-header {
    background-color: #CCC;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0 25px;
    margin-bottom: 25px;
    background-size: cover;
}

#sq-masthead {
    	background: rgba(0, 37, 125, 0.8)!important;
    	position: fixed;
    	left: 0;
    	right: 0;
    	z-index: 999;
    	font-family: "Roboto Condensed", sans-serif;
    	height: 82px;
    	transition: all 0.6s ease-in-out;
    	-moz-transition: all 0.6s ease;
    	-webkit-transition: all 0.6s ease;
    	box-shadow: 0 0px 8px rgba(0,0,0,0.2);
}
.sq-slide-caption {
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	width: 650px;
    	margin-left: -325px;
    	background: rgba(0, 37, 125,0.4)!important;
    	padding: 40px;
    	-ms-transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	transform: translateY(-50%);
    	border-left: 3px solid #ffffff;
    	border-right: 3px solid #ffffff;
	border-radius: 60px;
}
/*.sq-section-title::after {
    	content: "";
    	position: absolute;
    	height: 2px;
    	width: 80%;
    	background: #0651FF;
    	top: 100%;
    	left: 0;
    	margin-top: 10px;
}*/
.widget-area .widget-title::before {
   	 content: "";
   	 position: absolute;
    	left: 0;
    	top: 100%;
    	margin-top: 8px;
    	height: 3px;
    	width: 90%;
    	background: #5bc2ce;
}

.sq-section-title::after,.sq-main-title::after,.sq-main-title::before,.widget-area .widget-title::after {
    	display:none;
	/*content: "";
   	 position: absolute;
   	 left: 0;
   	 top: 100%;
    	margin-top: 12px;
    	height: 1px;
   	 width: 20px;
   	 background: #5bc2ce;*/
}
h2, h3 {
	color: #00257D;
}
h1 {
    	font-size: 2.2rem;
	font-weight: 400;
}
.single-entry-content a {
    	color: #00257D;
	font-weight: 400;
}
.sq-main-navigation ul ul a {

    	font-size: 1.05rem;
}
.sq-main-navigation a {
    	font-size: 1.02rem;
}
#sq-home-slider-section .bx-wrapper .bx-controls-direction a {

    	border-radius: 50%;
}
hr {
    	background-color: /*#00257D;*/ #5bc2ce;
    	height: 2px;
}
/*div.entry-meta,div.entry-readmore {

    	display: none;
}*/

.comment-count {

    	display: none;
}