body{
	background-color: #f2f7fa !important;
}

/**
 * Shortcode Sections
 */


.qubely-core-filter-search{
	text-align: center;
}


.qubely-core-filter-search input[type="search"]{
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	transition: 300ms;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	width: 445px;
	max-width: 100%;
	outline: none;
	text-indent: 15px;
	margin: 0 auto 15px;
}


.qubely-core-filter-search input[type="search"]:focus{
	outline: none;
	border-color: #0C1FAE;
	box-shadow: 0 0 8px rgba(33, 132, 249, 0.4);
}



.qubely-core-layout-shortcode,
.qubely-core-section-shortcode{
	margin: 0 -15px;
}

.qubely-core-layout-category,
.qubely-core-section-category{
	display: block;
	margin: 0 0 50px;
	padding: 0 15px;
	text-align: center;
}

.qubely-core-layout-category li,
.qubely-core-section-category li{
	list-style: none;
	margin: 7.5px;
	display: inline-block;
}
.qubely-core-layout-category li button,
.qubely-core-section-category li button{
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 0px;
	padding: 6px 13px;
	color: #000000;
	background: #fff;
	border: 1px solid #e4e8eb;
	border-radius: 3px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 400ms;
	line-height: 24px;
}


.qubely-core-layout-category li button:focus,
.qubely-core-layout-category li button:active,
.qubely-core-section-category li button:focus,
.qubely-core-section-category li button:active{
	outline: none;
	border-color: #0C1FAE;
}


.qubely-core-layout-category li button.active,
.qubely-core-section-category li button.active{
	background-color: #0C1FAE;
	border-color: #0C1FAE;
	color: #fff;
}



/*qubely-sections-lists*/

.qubely-core-sections img{
	display: block;
	max-width: 100%;
	height: auto;
}


.qubely-core-section-items{
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.qubely-core-section-thumb{
	position: relative;
	box-shadow: 0 2px 3px rgba(0,0,0,0.08);
	transition: 300ms;
}


.qubely-core-section-thumb:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.3)
}

.qubely-core-section-item-inner a{
	text-decoration: none !important;
}
.qubely-core-section-item-inner h5{
	margin-top: 14px;
	margin-bottom: 0;
	font-size: 13px;
	display: block;
	text-align: center;
	font-weight: 600;
	color: #111;
}

/**
 * Shortcode Layouts
 */

.qubely-core-layout-items{
	width: 33.3333%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.qubely-core-layout-items{
		width: 50%;
	}
}

.qubely-core-layout-item-inner{
	position: relative;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 10px 0 -5px #fff, 0 10px 1px -4px rgba(0,0,0,0.05), 0 20px 0 -10px #fff, 0 20px 1px -9px rgba(0,0,0,0.05);
	margin-bottom: 10px;
	overflow: hidden;
}

.qubely-core-layout-thumb{
	position: relative;
}

.qubely-core-layout-thumb img{
	display: block;
}

.qubely-core-thumb-btn-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: rgba(255, 0, 0, 0.75);*/
	background-image: linear-gradient(-225deg, rgba(33, 132, 249, 0.6) 0%, rgba(33, 132, 249, 0.6) 100%);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 300ms;
}


.qubely-core-layout-item-inner:hover .qubely-core-thumb-btn-wrap{
	opacity: 1;
}

.qubely-core-thumb-btn-wrap button{
	border: 1px solid #FFFFFF;
	background: transparent;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 3px;
	margin: 0;
	transition: 300ms;
}

.qubely-core-thumb-btn-wrap button:active,
.qubely-core-thumb-btn-wrap button:hover{
	background-color: #fff;
	color: #0C1FAE;
}

.qubely-core-layout-meta{
	padding: 15px;
	text-align: center;
}
.qubely-core-layout-meta a:visited,
.qubely-core-layout-meta a{
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	display: block;
	color: #484848;
	text-decoration: none !important;
}

.qubely-core-layout-meta > span{
	margin-top: 10px;
	font-size: 13px;
	line-height: 1;
	font-weight: 300;
	display: block;
	color: #666;
}

.qubely-core-layout-thumb span.qubely-core-pro-tag{
	position: absolute;
	right: 15px;
	top: 16px;
	background: #0C1FAE;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 9px 4px;
	text-transform: uppercase;
	z-index: 9;
}

/*children layout*/
.qubely-core-layout-childern-result{
	margin: 0 -15px;
}
.qubely-core-layout-parent-header{
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 24px;
	color: #87929D;
}

.qubely-core-layout-child-item{
	width: 33.3333%;
	padding: 0 15px 30px;
}
@media (max-width: 768px) {
	.qubely-core-layout-child-item{
		width: 50%;
	}
}

.qubely-core-layout-child-item img{
	display: block;
	width: 100%;
}

.qubely-core-layout-child-inner{
	background-color: #fff;
	-webkit-box-shadow: 0 15px 16px 0 rgba(211,214,220,0.43);
	-moz-box-shadow: 0 15px 16px 0 rgba(211,214,220,0.43);
	box-shadow: 0 15px 16px 0 rgba(211,214,220,0.43);
	transition: 300ms;
}

.qubely-core-layout-child-inner:hover{
	-webkit-box-shadow: 0 15px 16px 0 rgba(211,214,220,0.63);
	-moz-box-shadow: 0 15px 16px 0 rgba(211,214,220,0.63);
	box-shadow: 0 15px 16px 0 rgba(211,214,220,0.63)
}

.qubely-core-layout-child-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
}

.qubely-core-layout-child-footer h4{
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	display: block;
	color: #484848;
	margin: 0;
}


.qubely-core-layout-child-footer a:visited,
.qubely-core-layout-child-footer a{
	font-size: 13px;
	font-weight: 600;
	color: #666666;
	display: block;
	text-decoration: none !important;
}

.qubely-core-layout-parent-desc{
	display: block;
	width: 800px;
	max-width: 100%;
	color: #87929D;
	margin: 0 auto;
}

.qubely-core-layout-parent-meta b{
	font-weight: 600;
	color: #1D252D;
}


.qubely-core-layout-parent-meta > span{
	display: inline-block;
	margin: 10px;
}


.qubely-core-layout-parent-meta {
	margin: 0 -10px 10px;
}

.qubely-core-layout-parent-header h2{
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	margin: 20px 0 20px;
	color: #1D252D;
}

.qubely-core-layout-parent-header h2::before{
	display: none;
}

.qubely-core-back-to-layout{
	display: inline-block;
	padding: 0;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E7EEF2;
	border-radius: 50px;
	font-size: 24px;
	color: #000000;
	transition: all 400ms;
}


.qubely-core-back-to-layout:hover{
	background: #FFFFFF;
	border-color: #0C1FAE;
	color: #0C1FAE;
}


.qubely-ajax-loading::before,
.qubely-ajax-loading::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	z-index: 2;
}


.qubely-ajax-loading::after{
	content: "\f110";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #222;
	z-index: 3;
	animation: qubelyAjaxLoading 1s linear infinite;
	background: transparent;
}

@keyframes qubelyAjaxLoading {
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}