/*--------------------------------------------------------------
# Webfonts
--------------------------------------------------------------*/

/* nunito-sans-300 - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Nunito Sans Light'), local('NunitoSans-Light'), url('fonts/nunito-sans-v5-latin-300.woff2') format('woff2'), url('fonts/nunito-sans-v5-latin-300.woff') format('woff'); 
	font-display: swap;
}
/* nunito-sans-regular - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url('fonts/nunito-sans-v5-latin-regular.woff2') format('woff2'), url('fonts/nunito-sans-v5-latin-regular.woff') format('woff');
	font-display: swap;

}
/* nunito-sans-600 - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url('fonts/nunito-sans-v5-latin-600.woff2') format('woff2'), url('fonts/nunito-sans-v5-latin-600.woff') format('woff'); 
	font-display: swap;
}
/* nunito-sans-700 - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url('fonts/nunito-sans-v5-latin-700.woff2') format('woff2'), url('fonts/nunito-sans-v5-latin-700.woff') format('woff'); 
	font-display: swap;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
	font-size: 15px;
	color: #707070;
	line-height: 24px;
	font-family: 'Nunito Sans', sans-serif;
	overflow-x: hidden;
}

a {
	color: #303030;
}

a:visited {
	color: #303030;
}

a:hover, a:focus, a:active {
	color: #707070;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #303030;
	font-weight: 600;
	line-height: 1.3;
}

ol, ul {
	padding: 0;
	margin: 0 0 10px 20px;
}

p strong {
	color: #303030;
}

.clear {
	clear: both
}

.container-fluid {
	padding-left: 80px;
	padding-right: 80px;
}

.btn,
.button,
input[type="submit"] {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 26px;
	line-height: 22px;
	color: #ffffff;
	background: #36CAD1;
}

.btn-primary,
.btn-secondary,
input[type="submit"] {
	border: transparent;
	background: #36CAD1;
	border-radius: 0;
}

.btn-secondary {
	background: #E8E8E8;
	color: #303030;
}

.button:hover,
.button:active:hover,
.button:focus,
.button:active,
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
    outline: 0;
}

.button:visited,
.btn-primary:visited {
	color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary.focus, 
.btn-secondary:focus,
.btn-secondary:active {
	background: #303030;
	color: #ffffff;
}

b, strong {
	font-weight: 600;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"],
textarea,
.page-template-template-submission .acf-url input[type="url"],
.page-template-template-submission .acf-field input[type="text"],
.page-template-template-submission .acf-field input[type="email"],
.page-template-template-submission .select2-container--default .select2-selection--single {
	font-size: 14px;
	border: 1px solid rgba(0,0,0,.05);
	padding: 11px 15px 9px 15px;
	border-radius: 0;
	width: 100%;
	outline: 0;
	line-height: 24px;
}

svg {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row:before, 
.row:after {
  display: none !important;
}

.content-area {
	position: relative;
	padding: 60px 0;
}

mark, ins {
	background: #ffffff !important;
}

@media (min-width: 1430px) {
  .container {
    width: 1300px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-main-header {
	display: flex;
	justify-content: space-between;
}

.site-header {
	line-height: 70px;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.header-mobile {
	display: none;
}

/*.site-header .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}*/

.site-branding {
	background: #ffffff;
	position: relative;
    display: inline-block;
    vertical-align: middle;
}

.site-branding p,
.site-branding h1 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.site-branding .site-title {
	margin-top: 0;
	line-height: unset;
}

.site-branding .site-title img {
	width: auto;
	height: 24px;
}

.site-branding .right {
	text-transform: none;
	margin-left: auto;
	text-align: right;
	font-style: italic;
	font-weight: 600;
}

/* Navigation */
.site-main-header .site-main-menu {
    display: table-cell;
    vertical-align: middle;
    margin-left: 60px;
}

.site-main-header .site-main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-main-header .site-main-menu ul li {
	padding: 0 10px;
}

.site-main-header .site-main-menu ul.sub-menu {
    border: 1px solid rgba(0,0,0,.05);
    z-index: 9999;
    line-height: 2;
}

.site-main-header .site-main-menu ul.sub-menu li {
	padding: 0;
	display: block;
}

.site-main-header .site-main-menu ul.sub-menu li > a {
    display: block;
	font-size: 14px;
	color: #707070;
    padding: 10px 22px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    transition: all 0.4s ease-out;
}

.site-main-header .site-main-menu ul.sub-menu li:last-child a {
    border-bottom: none;
}

.site-main-header .site-main-menu ul.sub-menu li.all-freebies {
	position: relative;
	background: #FAFAFA;
}

.site-main-header .site-main-menu ul.sub-menu li.all-freebies a:after {
    content: "\e830";
    font-family: "unicons";
    margin-left: 6px;
    vertical-align: middle;
}

.site-main-header .site-main-menu {
    position: relative;
}

.site-main-header .site-main-menu .sf-menu {
	float: left;
    display: inline-block;
}

.site-main-header .site-main-search {
	margin-left: 30px;
}

.site-main-header .site-main-search form {
	position: relative;	
}

.site-main-header .site-main-search input[type="text"] {
	width: 200px;
	line-height: 16px;
	transition: all ease 0.1s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-main-header .site-main-search input[type="text"]:focus {
	width: 300px;
}

.site-main-header .site-main-search svg {
	position: absolute;
	top: 25px;
	right: 15px;
}

.site-main-header .site-submit {
	margin-left: auto;
}

.site-main-header .site-submit a {
	border-radius: 99px;
	font-weight: 700;
	text-align: center;
	background-color: #36CAD1;
	vertical-align: top;
	position: relative;
	padding: 4px;
	width: 26px;
	height: 26px;
}

.site-main-header .site-submit svg {
	fill: #ffffff;
	width: 20px;
	height: 17px;
	vertical-align: sub;
}

/* ------------ Menu SF Essentials ------------- */

.sf-menu > li {
    margin: 0 13px;
}

.sf-menu > li > a {
    line-height: inherit;
}

.sf-menu > li.fdr_ads_menu span {
    display: inline-block;
    color: #fff;
    padding: 8px 15px;
    line-height: 20px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: #36cad1;
}

.sf-menu > li.fdr_ads_menu span .fa {
    padding-right: 8px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li{
    display: block;
    position: relative;
}

.sf-menu ul{
    display: none;
    position: absolute;
    background: #fff;
    min-width: 220px;
    top: 100%;
    left: -10px;
    text-align: left; 
}

.sf-menu > li{
    display: inline-block;
    margin: 0 10px;    
}

.sf-menu > li:first-child{
    margin-left: 0;
}

.sf-menu > li > a{
    display: block;
}

.sf-menu > li > a:hover{
    color: #707070;
}   

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul{
    z-index: 9999;
    display: block;    
}

.sf-menu ul ul{
    top: -1px;
    left: 100% !important;
}

.sf-menu > .menu-item-has-children > a{
    padding-right: 9px;
}

.sf-menu > .menu-item-has-children:after{
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -7px;
    content: "\e82d";
    font-family: "unicons";
    font-size: 15px;
    line-height: 1;
    color: #999;
}

/*--------------------------------------------------------------
# Hero Header
--------------------------------------------------------------*/

.home .hero-header {
	background: transparent;
}

.hero-header {
	background: #FAFAFA;
	padding: 100px 0 60px 0;
}

.hero-header .page-title h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}

.hero-header .page-subtitle {
	width: 800px;
	margin-bottom: 30px;
}

.hero-header .page-subtitle p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
}

.page_header .page-title h2 {
	margin: 0 0 30px 0;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Category Header
--------------------------------------------------------------*/

.cat-header {
	background: #FAFAFA;
    background-repeat: no-repeat;
    background-image: url(../images/iconic_pattern.png);
    background-position: top center;
    width: 100%;
    height: 100%;
}

.cat-header .back-download {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 600;
}

.cat-header .back-download a {
	display: inline-block;
	padding-left: 22px;
}

.cat-header .back-download a .svg-icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.cat-header .back-download a svg {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
}

.cat-header .page-subtitle {
	margin-bottom: 0;
}



/*--------------------------------------------------------------
# Category Color
--------------------------------------------------------------*/

.grid-download .download-category {
	font-size: 13px;
	line-height: 1.4;
	vertical-align: middle;
	padding: 0 15px;
}

.grid-download .download-category a {
	color: #A0A0A0;
	position: relative;
}

.grid-download .download-category a:before {
	content: '';
	padding: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #303030;
	border-radius: 100px;
	vertical-align: -1px;
	margin-right: 5px;
}

.download-category a.fonts:before,
.download-category a.free-fonts:before,
.download-category a.script:before,
.download-category a.display:before,
.download-category a.sans-serif:before {
	background: #B8BBC4;
}

.download-category a.mockups:before,
.download-category a.free-mockups:before {
	background: #BCDED5;
}

.download-category a.templates:before,
.download-category a.free-templates:before,
.download-category a.presentations:before,
.download-category a.psd-templates:before,
.download-category a.logo-templates:before {
	background: #A7EDED;
}

.download-category a.graphics:before,
.download-category a.free-graphics:before {
	background: #E4B28E;
}

.download-category a.add-ons:before,
.download-category a.free-add-ons:before {
	background: #B9929C;
}

.download-category a.ui-kits:before,
.download-category a.free-ui-kits:before {
	background: #F89EC4;
}

/*--------------------------------------------------------------
# Category Page and Filter
--------------------------------------------------------------*/

.archive .content-area {
	padding: 0 0 0 0;
	margin-top: 40px;
	border-top: 1px solid rgba(0,0,0,.05);
}

.page-template-template-recommendation .content-area {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.page-template-template-recommendation .site-main {
	border-top: 1px solid rgba(0,0,0,.05);
}

/*.category .grid-download {
	margin-top: 40px;
}*/

.category .grid-download .col-sm-3,
.archive .grid-download .col-sm-3 {
	width: 23%;
}

.category .grid-download .col-sm-9,
.archive .grid-download .col-sm-9 {
	width: 77%;
}

.category .grid-download .grid-download-inner,
.archive .grid-download .grid-download-inner {
	padding-left: 40px;
	padding-top: 40px;
	border-left: 1px solid rgba(0,0,0,.05);
}

.tax-download_category .site-main .sidebar-download,
.category .site-main .sidebar-download,
.archive .site-main .sidebar-download {
	height: 100%;
	position: relative;
	padding-top: 40px;
}

.tax-download_category .site-main .sidebar-download:after,
.category .site-main .sidebar-download:after,
.archive .site-main .sidebar-download:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.05);
}

/* Filter */

.filter,
.side-filter {
	position: relative;
}

.filter .prev,
.filter .next {
	display: none;
}

.topfilter .facetwp-facet {
	margin-bottom: 0;
}

.topfilter {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	line-height: 50px;
}

.topfilter .download-count {
	font-weight: 600;
}

.topfilter .facetwp-sort,
.sort-filter-right .facetwp-sort {
	background: #fff;
	transition: all .2s ease-in-out;
	position: relative;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 0;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
}

.topfilter .facetwp-sort .facetwp-sort-select,
.sort-filter-right .facetwp-sort .facetwp-sort-select {
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 0;
    padding: 0 20px 0 20px;
    cursor: pointer;
    width: 100%;
    color: #303030
}

.topfilter .facetwp-sort .arrow-down,
.sort-filter-right .facetwp-sort .arrow-down {
    position: absolute;
    right: 15px;
    font-size: 9px;
    line-height: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #707070;
}

.topfilter .filter {
	outline: none;
	border-left: 1px solid rgba(0,0,0,.05);
	position: relative;    
	width: 100%;
}

.topfilter .filter:first-child {
	border-left: 0;
}

.topfilter .filter .facetwp-counter,
.side-filter .filter .facetwp-counter {
    display: none;
}

.topfilter .filter .facetwp-checkbox,
.side-filter .filter .facetwp-checkbox,
.facetwp-flyout-content .facetwp-checkbox {
	line-height: 1;
	font-size: 14px;
	margin-bottom: 15px;
    background: url(../images/checkbox.png) 0 50% no-repeat;
    background-size: 14px 14px;
    padding-left: 22px;
}

.topfilter .filter .facetwp-checkbox.checked,
.side-filter .filter .facetwp-checkbox.checked,
.facetwp-flyout-content .facetwp-checkbox.checked {
    background-image: url(../images/checkbox-on.png);
}

.topfilter .filter .facetwp-checkbox:last-child,
.facetwp-flyout-content .facetwp-checkbox:last-child {
	margin-bottom: 0;
}

.topfilter .filter [data-value="free-fonts"],
.topfilter .filter [data-value="free-templates"],
.side-filter .filter [data-value="free-fonts"],
.side-filter .filter [data-value="free-templates"] {
  display: none;
}

.side-filter .category-ads {
	margin-top: 30px;
}

.category-free-add-ons .download-properties {
	display: none;
}

.download-reset .reset-filter button {
	background: none;
	border: 0;
	padding: 0;
	margin-bottom: 0;
	outline: 0;
	padding-left: 20px;
	color: #303030;
}

.download-reset .reset-filter button svg {
	width: 14px;
	height: 14px;
	vertical-align: -2px;
	margin-right: 8px;
}

.archive .top-cat-ads {
	text-align: center;
	border: 1px solid rgba(0,0,0,.05);
	width: fit-content;
	display: table;
    padding: 10px;
    margin: 40px auto 0;
}

.archive .top-header-ads,
.single .top-header-ads {
	background: #ee3625;
	padding: 20px;
	color: #ffffff;
}

.archive .top-header-ads .header-ads .shutterstock,
.single .top-header-ads .header-ads .shutterstock {
	display: flex;
	align-items: center;
	justify-content: center;
}

.archive .top-header-ads .header-ads .shutterstock img,
.single .top-header-ads .header-ads .shutterstock img {
	width: 140px;
	margin-right: 20px;
}

.archive .top-header-ads .header-ads .shutterstock .shutterstock-button a,
.single .top-header-ads .header-ads .shutterstock .shutterstock-button a {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 8px 15px;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

.topfilter .facetwp-facet.facetwp-facet-exclusive {
	border-top: 1px solid rgba(0,0,0,.05);
}

.top-filter {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.top-filter .result-count {
	line-height: 40px;
}

.side-filter {
	padding-top: 40px;
}

.side-filter .facetwp-facet {
	margin-bottom: 0;
}

.side-filter .filter {
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.side-filter .filter:last-child {
	border-bottom: 0;
}

.side-filter h4 {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.side-filter .filter .filter-label {
	color: #A0A0A0;
	margin-bottom: 10px;
}

.sort-filter-right .filter {
	display: flex;
	justify-content: flex-end;
}

.side-filter .download-reset .reset-filter button {
	padding-left: 0;
}

.category .side-filter,
.archive .side-filter {
	height: 100% !important;
}

/*--------------------------------------------------------------
# Grid Download
--------------------------------------------------------------*/

.grid-download .download-image {
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}

.grid-download .download-title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
}

.grid-download .grid-item {
	margin-bottom: 25px;
}

.grid-download .grid-item.grid-ads {
	text-align: center;
	margin: 30px 0 50px 0;
}


/*.grid-download .grid-item .sponsored-product {
	display: flex;
	align-items: center;
	justify-content: center;
}*/

.grid-download .grid-item .paid-ads {
	border-radius: 4px;
	display: inline-block;
	padding: 0;
	background: #3e49d9;
}

.grid-download .grid-item .paid-ads .download-title a {
	color: #ffffff;
}

.grid-download .grid-item .paid-ads .download-title,
.grid-download .grid-item .paid-ads .download-category {
	padding: 0 22px;
}

.grid-download .grid-item .paid-ads .download-category {
	margin-bottom: 15px;
}

.grid-download .grid-item .paid-ads .download-category a:before {
	display: none;
}

.grid-download .grid-item .paid-ads .download-category a {
	color: #eaeaea;
	font-size: 12px;
}

.category .grid-download .grid-item .paid-ads .download-category a,
.archive .grid-download .grid-item .paid-ads .download-category a {
	font-size: 13px;
}

section .title  h3 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
}

/*--------------------------------------------------------------
# Featured Download
--------------------------------------------------------------*/

.content-area .featured-download {
	margin-top: -60px;
}

.featured-download {
	background: #FAFAFA;
	padding: 60px 0 80px 0;
}

.featured-download .featured-title {
	margin-bottom: 30px;
	position: relative;
}

.featured-download .featured-arrow {
	position: absolute;
	top: 0;
	right: 0;
}

.featured-download .featured-arrow div {
	display: inline-block;
	cursor: pointer;
}

.featured-download .featured-arrow svg {
	width: 24px;
	height: 24px;
}

.featured-wrapper {
	position: relative;
}

.featured-wrapper .uil {
	position: absolute;
	top: 0;
}

.featured-download .featured-wrapper .grid-item {
	margin-bottom: 0;
}

.featured-download .featured-wrapper .slick-dots {
    bottom: -50px;
    padding: 0 20px;
    display: none;
}

.featured-download .featured-wrapper .slick-dots li {
    margin: 0;
}

.featured-download .featured-wrapper .slick-dots li button:before {
    font-size: 16px;
}

.featured-download .featured-wrapper .slick-dots li.slick-active button:before {
    opacity: .75;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

/*--------------------------------------------------------------
# All Freebies Page
--------------------------------------------------------------*/

.section-group {
	margin-bottom: 40px;
}

.section-group .category-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-align: left;
	margin-bottom: 25px;
}

.section-group .category-header .category-title {  
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	color: #303030;
}

.section-group .category-header .category-right a {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Latest Download
--------------------------------------------------------------*/

.latest-download {
	padding: 60px 0 0 0;
}

.latest-download .title {
	margin-bottom: 20px;
}

.latest-download .title h3 {
	margin-bottom: 5px;
}

.latest-download .title p {
	margin-bottom: 0;
}

.latest-download .more-download {
	text-align: center;
	margin-top: 40px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
    text-align: center;
    width: 100%;
    margin: 30px 0 60px 0;
}

.pagination .facetwp-pager .facetwp-page {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 2px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 6px;
    border: 1px solid rgba(0,0,0,.05);
}

.pagination .facetwp-pager .facetwp-page.active {
    background: #111111;
    border-color: #111111;
    color: #fff;
}

/*--------------------------------------------------------------
# Single Download Details
--------------------------------------------------------------*/

.single .site-newsletter {
	border-top: 0;
}

.single .entry-header,
.single .entry-content {
	padding: 0 30px;
}

.single .entry-header .meta-category,
.single .entry-header .meta-category a {
	font-size: 14px;
	color: #707070;
}

.single .entry-header .meta-category a:hover {
	color: #303030;
}

.single .entry-header .entry-title {
	font-size: 34px;
	font-weight: 600;
	margin: 8px 0;
	text-transform: capitalize;
}

.single .entry-header .entry-meta {
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.single .entry-header .entry-meta li {
	position: relative;
	display: inline-block;
}

.single .entry-header .entry-meta li+li {
	margin-right: : 8px;
} 

.single .entry-header .entry-meta li.meta-author:after {
	content: '';
	height: 4px;
	width: 	4px;
	background-color: #bbbbbb;
	border-radius: 50%;
	display: inline-block;
	vertical-align: 2px;
	margin: 0 10px;
}

.single .entry-gallery  {
	margin: 30px 0;
}

.single .entry-gallery .slick-slide {
	height: auto;
}

.single .entry-gallery .gallery-wrapper {
	margin-bottom: 15px;
}

.single .entry-gallery .gallery-wrapper .slick-slide img {
	border-radius: 4px;
	margin: 0 auto;
}

.single .entry-gallery .gallery-wrapper-thumbnails .slick-slide {
	opacity: 0.6;
	cursor: pointer;
	margin: 0 2px;
	outline: 0;
	border-radius: 2px;
	overflow: hidden;
}

.single .entry-gallery .gallery-wrapper-thumbnails .slick-slide img {
    border-radius: 2px;
}

.single .entry-gallery .gallery-wrapper-thumbnails .slick-slide:only-child {
	display: none;
}

.single .entry-gallery .gallery-wrapper-thumbnails .slick-active {
	opacity: 1;
}

/*.single .entry-gallery .image img {
	margin-bottom: 10px;
}*/

.single .entry-gallery .image img:last-child {
	margin-bottom: 0;
}

.single .entry-content {
	margin-top: 30px;
}

.single .entry-content .content-inner .nav,
.single .download-widget .widget .nav {
	margin: 0 0 20px 0;
	border: 1px solid rgba(0,0,0,.05);
}

.single .entry-content .content-inner .tab-content {
	position: relative;
}

/*.single .entry-content .content-inner .tab-content .description {
	padding-left: 80px;
}*/

.single .entry-content .content-inner .tab-content .detail-title {
	font-weight: 600;
	color: #303030;
	margin-bottom: 15px;
}

.single .entry-content .content-inner .tab-content p {
	line-height: 1.6;
}

.single .entry-content .content-inner .tab-content .inRead {
	margin-top: 30px;
}

.page-about .entry-content p a,
.page-template-template-thank-you .dlm-downloading-page p a,
.single .entry-content .content-inner .tab-content .description a,
.single .entry-content .content-inner .tab-content .description a strong,
.page-template-default #post-14 p a {
	color: #36CAD1
}

.page-about .entry-content p a:hover,
.page-template-template-thank-you .dlm-downloading-page p a:hover,
.single .entry-content .content-inner .tab-content .description a:hover,
.page-template-default #post-14 p a:hover {
	opacity: 0.8;
}

.single .entry-content .content-inner .nav-tabs>li,
.single .download-widget .widget .nav-tabs>li {
	margin-bottom: 0;
	width: 50%;
	border-left: 1px solid rgba(0,0,0,.05);
}

.single .entry-content .content-inner .nav-tabs>li:first-child,
.single .download-widget .widget .nav-tabs>li:first-child {
	border-left: 0;
}

.single .entry-content .content-inner .nav-tabs>li>a,
.single .download-widget .widget .nav-tabs>li>a {
	border: 0;
	border-radius: 0;
	color: #707070;
	font-weight: 600;
	margin-right: 0;
}

.single .entry-content .content-inner .nav-tabs>li.active>a, 
.single .entry-content .content-inner .nav-tabs>li.active>a:focus, 
.single .entry-content .content-inner .nav-tabs>li.active>a:hover,
.single .download-widget .widget .nav-tabs>li.active>a, 
.single .download-widget .widget .nav-tabs>li.active>a:focus, 
.single .download-widget .widget .nav-tabs>li.active>a:hover {
	color: #303030;
	background: rgba(0,0,0,.05);
	border: 0;
}

.single .entry-content .content-inner .nav>li>a:focus, 
.single .entry-content .content-inner .nav>li>a:hover,
.single .download-widget .widget .nav>li>a:focus, 
.single .download-widget .widget .nav>li>a:hover {
	background: transparent;
	color: #303030
}

.single .entry-content .content-inner .tab-content .type-tools {
	display: flex;
	margin-bottom: 30px;
}

.single .entry-content .content-inner .tab-content .type-tools .set-aligment {
	text-align: right;
}

.single .entry-content .content-inner .tab-content .type-tools > div {
	width: 100%;
	flex: 1; 
	margin: 0 20px;
}

.single .entry-content .content-inner .tab-content .type-tools > div:last-child {
	margin-right: 0;
}

.single .entry-content .content-inner .tab-content .type-tools > div:first-child {
	margin-left: 0;
}

.single .entry-content .content-inner .tab-content .type-tools > div label {
	font-weight: 400;
	margin-bottom: 15px;
}

.single .entry-content .content-inner .tab-content .type-tools .set-aligment span {
	line-height: 48px;
	background: #FAFAFA;
	padding: 12px;
	margin-left: -4px;
}

.single .entry-content .content-inner .tab-content .type-tools .set-aligment span.current {
	background: rgba(0,0,0,.05);
}

.single .entry-content .content-inner .tab-content .type-tools .set-aligment button {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
}

.single .entry-content .content-inner .tab-content .type-tools .ui-slider {
    margin-top: 10px;
    height: 2px;
    position: relative;
    border: none;
    background: rgba(0,0,0,.05);
}

.single .entry-content .content-inner .tab-content .type-tools .ui-state-default, 
.single .entry-content .content-inner .tab-content .type-tools .ui-widget-content .ui-state-default {
	background: #bbbbbb;
	border-radius: 50%;
	outline: none;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	position: absolute;
	top: -9px;
	cursor: pointer;
}

.single .entry-content .content-inner .tab-content .font-sample {
	padding: 15px 0;
}

.single .entry-content .content-inner .tab-content .font-sample .item-title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
	color: #A0A0A0;
}

.single .entry-content .content-inner .tab-content .font-sample .box-container {
	margin-bottom: 40px;
}

.single .entry-content .content-inner .tab-content .font-sample .box {
	font-size: 46px;
	line-height: normal;
	outline: 0;
	color: #303030;
}

.single .entry-content .content-inner .tab-content .entry-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 40px;
}

.single .entry-content .content-inner .tab-content .entry-info .column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: inherit;
}

.single .entry-content .content-inner .tab-content .entry-info .inner-info {
	flex: 1;
	padding: 25px;
	height: 100%;
	margin-left: 40px;
	border: 1px solid rgba(0,0,0,.05);
}

.single .entry-content .content-inner .tab-content .entry-info .inner-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single .entry-content .content-inner .tab-content .entry-info .inner-info ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,.05);
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	color: #303030;
}

.single .entry-content .content-inner .tab-content .entry-info .inner-info ul li .right {
	color: #A0A0A0;
	text-align: right;
	font-weight: normal;
}

.single .entry-content .content-inner .tab-content .entry-info .inner-info ul li .right.sf {
	text-align: right;
	text-transform: uppercase;
}

.single .entry-content .content-inner .tab-content .entry-info .inner-info ul li:last-child {
}

/*.single .entry-content .content-inner .tab-content .entry-info .entry-ads {
	margin-left: auto;
}*/

.single .entry-content .content-inner .tab-content .edd_download_purchase_form {
	display: none;
}

.single .entry-content .content-inner .tab-content .inner-download {
	display: flex;
	flex: 1;
	margin-top: 30px;
	margin-bottom: 0;
}

.single .entry-content .content-inner .tab-content .inner-download .download-link {
	display: block;
}

.single .entry-content .content-inner .tab-content .inner-download .download-link,
.single .entry-content .content-inner .tab-content .inner-download .backlink,
.single .entry-content .content-inner .tab-content .inner-download .download-offsite {
	width: 100%;
}

.single .entry-content .content-inner .tab-content .inner-download .download-offsite  {
	margin-right: 0;
}

.single .entry-content .content-inner .tab-content .inner-download .backlink {
	margin-left: 15px;
}

.single .entry-content .content-inner .tab-content .inner-download .button,
.single .entry-content .content-inner .tab-content .inner-download .btn {
	width: 100%;
	text-align: center;
}

.single .entry-content .content-inner .tab-content .subscribe_to_download {
	margin-top: 30px;
}

.subscribe_to_download div.subscribedownload_form_row {
	overflow: unset;
}

.subscribe_to_download div.subscribedownload_form_row h5 {
	margin-top: 0 !important;
	margin-bottom: 5px;
}

.subscribe_to_download div.subscribedownload_container p {
	font-size: 14px;
}

.subscribe_to_download div.subscribedownload_container {
	border: 1px solid rgba(0,0,0,.05);
}

.subscribe_to_download a.subscribedownload-submit {
	border: none !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	padding: 12px 26px !important;
	line-height: 22px !important;
	color: #ffffff !important;
	background: #36CAD1 !important;
	text-shadow: none !important;
	border-radius: 0 !important;
	width: 100% !important;
	text-align: center !important;
}

.subscribe_to_download div.subscribedownload_form_right_column div {
	padding-right: 0 !important
}

.subscribe_to_download div.subscribedownload_form_right_column div input[type="text"] {
	font-size: 14px !important;
	border: 1px solid rgba(0,0,0,.05) !important;
	padding: 11px 15px 9px 15px !important;
	border-radius: 0 !important;
	width: 100% !important;
	outline: 0 !important;
	line-height: 24px !important;
	width: -webkit-fill-available !important;
	margin-bottom: 15px !important;
}

.subscribe_to_download .subscribedownload_signup_form .fdr_form_row_submit a {
	position: relative;
}

.subscribe_to_download .subscribedownload_signup_form img.subscribedownload_loading {
	position: absolute;
	top: 15px;
}

.subscribe_to_download .subscribedownload_error_message {
	margin: 20px 0 0 0;
	border-left: #ffc107 2px solid;
	padding: 7px 14px;
	background: #FAFAFA;
	font-size: 14px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	color: inherit;
	border-radius: 0;
	font-weight: normal;
	font-family: inherit;
}

.subscribe_to_download ul.subscribedownload_error_messages {
	margin-left: 0 !important;
}

.subscribe_to_download ul.subscribedownload_error_messages li {
	padding: 0 !important;
	border-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/

.single .content-area {
	padding-top: 0;
	padding-bottom: 0;
}

.single .content-area .download-content {
	width: 70%;
	padding: 60px 25px 0 15px
}

.single .content-area .sidebar-download {
	width: 25.2%;
}

.single .content-area .sidebar-download {
	position: relative;
	margin-left: auto;
}

.single .content-area .sidebar-download:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -35px;
	bottom: 0;
	background: rgba(0,0,0,.05);
}

.single .download-widget {
	float: right;
}

.single .download-widget .widget {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.single .download-widget .widget:last-child {
	border-bottom: 0;
}

.single .download-widget .widget:after {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 33em;
	background: rgba(0,0,0,.05);
	right: -9.7em;
	/*display: block;*/
}

.single .bsap_adhere {
	background: #FAFAFA;
	padding: 7px 0;
	text-align: center;
	margin-top: -6px;
	font-weight: 600;
	font-size: 14px;
}

.single .content-area .download-content .single-download-ads {
	text-align: center;
	margin: 60px auto 0;
}

.single .content-area .download-pagination {
	display: none;
	margin-top: 60px;
}

.single .content-area .download-pagination .pagination-inner {
	display: flex;
	justify-content: space-between;
	margin: 0 30px;
	padding: 30px 0;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.single .content-area .download-pagination .pagination-inner .previous-download {
	text-align: left;
}

.single .content-area .download-pagination .pagination-inner .next-download {
	text-align: right;
	flex: 1;
}

.single .content-area .download-pagination .pagination-inner .link {
	font-size: 16px;
	font-weight: 600;
}

.single .content-area .download-pagination .pagination-inner .text {
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 4px;
}

.single .content-area .download-pagination .pagination-inner .text,
.single .content-area .download-pagination .pagination-inner .text svg {
	color: #A0A0A0;
	fill: #A0A0A0;
	vertical-align: -3px;
}

.single .content-area .single-download-ga-ads {
	margin: 60px auto;
    text-align: center;
}

.single .content-area .ad-above-content {
/*	width: 800px;
	height: 100px;*/
	margin: 40px auto 0;
	text-align: center;
}

.single .content-area .single-download-sidebar {
	margin-top: 60px;
	height: 100%;
}

.single .content-area .single-download-sidebar .fdr_download_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single .content-area .single-download-sidebar .fdr_download_widget ul li {
	list-style: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.single .content-area .single-download-sidebar .fdr_download_widget ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.single .content-area .single-download-sidebar .fdr_download_widget .widget-entry-item {
	display: flex;
	justify-content: space-between;
}

.single .content-area .single-download-sidebar .fdr_download_widget .widget-entry-item .widget-entry-item-text {
	width: 210px;
}

.single .content-area .single-download-sidebar .fdr_download_widget .widget-entry-item-text .title {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	text-transform: capitalize;
}

.single .content-area .single-download-sidebar .fdr_download_widget .widget-entry-item-text .download-category {
	font-size: 13px;
	vertical-align: middle;
}

.single .content-area .single-download-sidebar .fdr_download_widget .widget-entry-item-text .download-category a {
	color: #A0A0A0;
    position: relative;
    margin-right: 15px;
}

.single .content-area .single-download-sidebar .fdr_download_widget .widget-entry-item-text .download-category a:before {
	content: '';
    padding: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    vertical-align: -1px;
    margin-right: 5px;
}

.single .content-area .single-download-sidebar .fdr_download_widget .widget-entry-item .widget-entry-image {
}

.single .content-area .single-download-sidebar .fdr_download_widget .widget-entry-item .widget-entry-image img {
	width: 74px;
	height: auto;
	border-radius: 3px;
}

.single .content-area .single-download-sidebar .fdr_download_widget .nav-tabs>li {
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
}

.single .content-area .single-download-sidebar .fdr_download_widget .nav-tabs>li:last-child {
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.single .content-area .single-download-sidebar .fdr_download_widget .nav {
	display: flex;
	flex: 1; 
	width: auto;
	margin-bottom: 30px;
	border-bottom: 0;
}

/*--------------------------------------------------------------
# Post Tags
--------------------------------------------------------------*/

.post-tags {
	border-top: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 10px 0;
    margin: 40px 30px 20px 30px;
}

/*--------------------------------------------------------------
# Related Download
--------------------------------------------------------------*/

.single .related {
	background: #FAFAFA;
}

.single .related .related-item {
	padding: 60px 0;
}

.single .related .related-item .title {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

.page-about .content-area p {
	margin-bottom: 30px;
}

.page-about figure,
.page-license figure,
.page-template-template-submission figure {
    position: relative;
    padding-left: 150px;
}

.page-about figure:before,
.page-license figure:before,
.page-template-template-submission figure:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: rgba(0,0,0,.09);
}

.page-about figure+figure {
	margin-top: 40px;
}

.page-about .textwidget .about-team h4 {
	margin: 0 0 3px;
}

.page-template-template-submission ul.acf-radio-list li label {
	display: inline-block;
}

.page-template-template-submission ul.acf-radio-list li input[type="radio"] {
	margin: -4px 8px 0 0;
}

.page-template-template-thank-you .typ-top-ads {
	text-align: center;
	margin-bottom: 80px;
}

.page-template-template-thank-you .dlm-downloading-page {
	text-align: center;
}

.page-template-template-thank-you .dlm-downloading-page h3 {
	margin: 0 0 20px 0;
}

.page-template-template-thank-you .dlm-downloading-page p {
	margin-bottom: 0;
}

.page-template-template-thank-you .latest-download .title {
	text-align: center;
	margin-bottom: 30px;
}

.page-template-template-thank-you .donate-link,
.page-template-template-thank-you .typ-paid-ads {
	display: table;
	margin: 40px auto 30px;
	text-align: center;
}

.page-template-template-thank-you .donate-link {
	border: 1px solid rgba(0,0,0,.05);
	padding: 10px 10px 10px 15px;
}

.page-template-template-thank-you .typ-paid-ads {
	margin-top: 60px;
}

.page-template-template-thank-you .donate-link .btn-gray {
	background: #E8E8E8;
	color: #303030;
	font-size: 10px;
	margin-left: 20px;
	padding: 10px 15px;
}

.page-template-template-thank-you .donate-link .btn-gray img {
	width: 60px;
	height: auto;
    margin-left: 15px;
    vertical-align: middle;
}


/*--------------------------------------------------------------
# Page Submission
--------------------------------------------------------------*/

.page-template-template-submission h4,
.page-template-default #post-12 h4 {
	margin-top: 25px;
}

.page-template-template-submission .acf-fields{
	margin-top: 30px;
}

.page-template-template-submission .acf-fields>.acf-field {
	padding: 0;
	border-top: 0;
	margin-bottom: 30px;
}

.page-template-template-submission .acf-field .acf-repeater .acf-fields {
	padding: 10px !important
}

.page-template-template-submission .acf-field .acf-repeater .acf-fields .acf-field {
	margin-bottom: 0;
}

.page-template-template-submission .acf-fields>.acf-field .acf-repeater .acf-field-image .acf-label {
	display: none;
}

.page-template-template-submission .acf-fields>.acf-field .acf-repeater .acf-actions {
	text-align: left;
	margin-top: 20px;
}

.page-template-template-submission .acf-fields>.acf-field .acf-repeater .acf-actions .acf-button {
	margin-left: 0;
}

.page-template-template-submission .acf-fields>.acf-field .acf-image-uploader .acf-button,
.page-template-template-submission .acf-fields>.acf-field .acf-repeater .acf-row-handle.order+td .acf-button {
    padding: 4px 14px;
    font-size: 10px;
    margin-left: 10px;
}

.page-template-template-submission .acf-fields>.acf-field .acf-image-uploader .image-wrap img {
    width: 100px;
    height: auto;
}

.page-template-template-submission hr {
	margin: 50px 0;
}

.page-template-template-submission .acf-field .acf-label label {
	color: #303030;
	font-weight: 600;
}

.page-template-template-submission .acf-field input[type="text"],
.page-template-template-submission .acf-url input[type="url"],
.page-template-template-submission .select2-container--default .select2-selection--single {
	height: auto;
}

.page-template-template-submission .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 25%;
	right: 15px;
}

.page-template-template-submission .select2-dropdown {
	border: 1px solid rgba(0,0,0,.05);
}

.page-template-template-submission .select2-search--dropdown {
	padding: 8px 20px;
}

.page-template-template-submission .select2-results__option {
	padding: 0 20px;
}

.page-template-template-submission .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0,0,0,.05);
}

.page-template-template-submission .acf-url i {
	top: 15px;
	left: 15px;
}

.page-template-template-submission .acf-url input[type="url"] {
	padding-left: 38px !important;
}

.page-template-template-submission ul.acf-checkbox-list li input[type="checkbox"] {
	margin: -4px 4px 0 0;
}

.page-template-template-submission .acf-form-submit input[type=submit] {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 26px;
	line-height: 22px;
	color: #ffffff;
	background: #36CAD1;
	border: 0;
	border-radius: 0;
}

.page-template-template-submission .acf-field p.description {
	font-size: 13px;
}

.page-template-template-submission .acf-taxonomy-field .categorychecklist-holder {
	border: 1px solid rgba(0,0,0,.05);;
}

/* 404 */
.error404 .site-content #searchform {
	width: 500px;
	margin-top: 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-newsletter {
	border-top: 1px solid rgba(0,0,0,.05);
	padding: 80px 0;
}

.footer-top .newsletter-wrapper {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}

.footer-top .newsletter-wrapper .flex-item {
	
}

.footer-top .newsletter-wrapper .newsletter-left {
	margin-right: 40px;
}

.footer-top .newsletter-wrapper .newsletter-left .widget-title {
	font-size: 18px;
	line-height: 1.3;
	text-align: right;
	margin: 0;
	font-weight: 300;
}

.footer-top .newsletter-wrapper .newsletter-left .widget-title strong {
	font-weight: 600;
}

.footer-top .newsletter-wrapper .newsletter-right {
	width: 400px;
}

.footer-top .newsletter-wrapper .newsletter-right .input-group {
	margin-bottom: 10px;
}

.footer-top .newsletter-wrapper .newsletter-right label {
	font-size: 14px;
	position: relative;
	font-weight: 500;
}

.footer-top .newsletter-wrapper .newsletter-right label input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
}

.footer-top .newsletter-wrapper .newsletter-right label span {
	padding-left: 20px;
	display: block;
}

.footer-top .newsletter-wrapper #subscribe-result div {
	margin: 20px 0;
	border-left: #ffc107 2px solid;
	padding: 7px 14px;
	background: #FAFAFA;
	font-size: 14px;
}

.footer-bottom {
	padding: 60px 0;
	text-align: center;
	background: #fdfdfd;
}

.footer-bottom span {
	color: #9a9a9a;
	display: block;
}

.footer-bottom .site-info .logo {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.footer-bottom .site-info {
	color: #303030;
}

.footer-bottom .site-info .logo a {
	font-weight: 700;
}

.footer-bottom .site-info .logo a,
.footer-bottom .site-info .logo a:hover {
	color: #303030;
}

.footer-bottom .site-copyright {
	font-size: 14px;
}

.footer-bottom .site-footer-nav {
	margin-bottom: 25px;
}

.footer-bottom .site-footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bottom .site-footer-nav ul li {
	display: inline-block;
}

.footer-bottom .site-footer-nav ul li+li {
	margin-left: 10px;
}

.footer-bottom .site-footer-nav ul li+li:before {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    vertical-align: 2px;
    margin-right: 15px;
}

.facetwp-template {
	position: relative;
}

.facetwp-template .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}

.facetwp-template .loading {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #303030; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

/*.side-filter .category-ads.facetwp-template .loading {
	display: none;
}*/

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Mobile Navigation */
.header-mobile .window {
	position: relative;
	border-bottom: 2px solid #FAFAFA;
}

.header-mobile .window .header {
	display: block;
	top: 0;
	left: 0;
	height: 55px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	transition: all 0.5s ease-out, background 1s ease-out;
	transition-delay: 0.2s;
	z-index: 1;
}

.header-mobile .window .header .burger-container {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	left: 10px;
	top: 2px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	      transform: rotate(0deg);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.header-mobile .window .header .burger-container #burger {
	width: 18px;
	height: 8px;
	position: relative;
	display: block;
	margin: -4px auto 0;
	top: 50%;
}

.header-mobile .window .header .burger-container #burger .bar {
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background: #303030;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0s;
}

.header-mobile .window .header .burger-container #burger .bar.topBar {
	-webkit-transform: translateY(0px) rotate(0deg);
	      transform: translateY(0px) rotate(0deg);
}

.header-mobile .window .header .burger-container #burger .bar.btmBar {
	-webkit-transform: translateY(6px) rotate(0deg);
	      transform: translateY(6px) rotate(0deg);
}

.header-mobile .window .header .icon {
	display: inline-block;
	position: absolute;
	height: 100%;
	line-height: 55px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	      transform: translateX(-50%);
}

.header-mobile .window .header .icon.icon-bag {
	right: 0;
	top: 0;
	left: auto;
	-webkit-transform: translateX(0px);
	      transform: translateX(0px);
	transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0.65s;
}

.header-mobile .window .header ul.menu {
	position: relative;
	display: block;
	padding: 0px 30px;
	list-style: none;
	margin: 0;
	border-top: 2px solid #FAFAFA;
}

.header-mobile .window .header ul.menu li.menu-item {
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin-top: 5px;
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header-mobile .window .header ul.menu li.menu-item a {
	display: block;
	position: relative;
	color: #303030;
	font-weight: 100;
	text-decoration: none;
	font-size: 16px;
	line-height: 2.6;
	font-weight: 200;
	width: 100%;
}

.header-mobile .window .header.menu-opened {
	height: 100vh;
	background-color: #ffffff;
	transition: all 0.3s ease-in, background 0.5s ease-in;
	transition-delay: 0.25s;
}

.header-mobile .window .header.menu-opened .burger-container {
	-webkit-transform: rotate(90deg);
	      transform: rotate(90deg);
}

.header-mobile .window .header.menu-opened .burger-container #burger .bar {
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0.2s;
}

.header-mobile .window .header.menu-opened .burger-container #burger .bar.topBar {
	-webkit-transform: translateY(4px) rotate(45deg);
	      transform: translateY(4px) rotate(45deg);
}

.header-mobile .window .header.menu-opened .burger-container #burger .bar.btmBar {
	-webkit-transform: translateY(3px) rotate(-45deg);
	      transform: translateY(3px) rotate(-45deg);
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item {
	-webkit-transform: scale(1) translateY(0px);
	      transform: scale(1) translateY(0px);
	opacity: 1;
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
  	transition-delay: 0.27s;
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
  	transition-delay: 0.34s;
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
  	transition-delay: 0.41s;
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
  	transition-delay: 0.48s;
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
  	transition-delay: 0.55s;
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
  	transition-delay: 0.62s;
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
  	transition-delay: 0.69s;
}

.header-mobile .window .header.menu-opened ul.menu li.menu-item:last-child {
	border-bottom: 0;
}

.header-mobile .window .header.menu-opened .icon.icon-bag {
	-webkit-transform: translateX(75px);
	      transform: translateX(75px);
	transition-delay: 0.3s;
}

@media (max-width: 600px) {
	.header-mobile .window {
		width: 100%;
		margin: 0;
		border-radius: 0px;
	}
}

.monstr-select {
	display: none;
}

/* Social Share */

.single .entry-content .content-inner .tab-content .sosial-share {
	position: absolute;
	top: 6px;
	left: 0;
}

.share-buttons {
    margin: 0;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.share-buttons li {
	width: 44px;
    height: auto;
    margin-bottom: 3px;
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.share-googleplus svg {
    width: 20px;
    height: 16px;
}

.share-buttons a {
    display: block;
    padding: 10px 14px 10px;
    text-align: center;
    background: #FAFAFA;
}

.share-twitter svg	{
    fill: #1da1f2;
}

.share-facebook	svg {
    fill: #3b5998;
}

.share-googleplus svg {
    fill: #db4437;
}

.share-pinterest svg {
    fill: #b5071a;
}

/* Placehodler */
.image-container {
  position: relative;
  overflow: hidden;
}

.image-container .img-big {
	position: absolute;
	left: 0;
	top: 0;
}

.placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  transform: scale(1);
}

.picture {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s linear;
}

.picture.loaded {
  opacity: 1;
}

.facetwp-flyout-open {
	display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
	.facetwp-flyout-open {
		display: block;
	}

	.facetwp-flyout-content [data-value="free-fonts"],
	.facetwp-flyout-content [data-value="free-templates"] {
	 	display: none;
	}
}

.facetwp-flyout-content {
	padding: 30px !important;
}

.facetwp-flyout-close {
	padding: 10px 15px !important;
}

.facetwp-flyout-content:before {
	content: 'Filter by';
	display: block;
    font-size: 16px;
    margin: 0 0 20px 0;
	color: #303030;
	font-weight: 600;
}

.facetwp-flyout-content h3 {
    color: #A0A0A0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: normal;
}

.facetwp-flyout-content .flyout-row {
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.facetwp-flyout-content .flyout-row:last-child,
.facetwp-flyout-content .facetwp-facet {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}