/* [Layout] */

/*----------
	
	## Font List		
		- font-family: 'Pacifico', cursive;
		- font-family: 'Lora', serif;
		- font-family: 'Open Sans', sans-serif;
		- font-family: 'Playfair Display', serif;

	## Global
	
		- Padding/Margin
		- Section Padding
		
	## Site Header
	
		- Navigation Menu
			-- Nav Main
			-- Nav Header
			-- Nav Toggle
			-- Nav Switch
			-- Nav Items
			-- Nav Dropdown

	
	## Widgets
	
	## Responsive
	- Min Width : 992px & Max Width 1200px
	
	- Min Width : 992px
	
		## Navigation Menu
		- Nav Main
		- Nav Header
		- Nav Toggle
		- Nav Switch
		- Nav Items
		- Nav Dropdown
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
		
----------*/

/* ## Global ******************************************* */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #444444;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins ] */
/* ========================================================================== */
/* ========================================================================== */
/* - Theme Switcher */
.color-switcher {
    width: 230px;
    position: fixed;
    left: 0;
    top: 180px;
    z-index: 1001;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.color-switcher h5 {
    font-size: 15px;
    margin-top: 0;
    padding: 0 20px 0;
}
.color-switcher p {
    background-color: #fff ;
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.color-switcher ul {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    width: 100%;
}
.color-switcher ul li {
    float: left;
}
.color-switcher-block li a img {
	border: 2px solid transparent;
}
.color-switcher-block li.active a img {
	border-color: #000;
}
.color-switcher ul li a {
    display: block;
    width: 35px;
    height: 35px;
    outline: none;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
.color-switcher ul li a.blue {
	background-color: #1B88CE;
}
.color-switcher ul li a.green {
	background-color: #7AA026;
}
.color-switcher ul li a.red {
	background-color: #FB2943;
}
.color-switcher ul li a.orange {
	background-color: #FF7D26;
}
.color-switcher ul li a.coral {
	background-color: #FF8C63;
}
.color-switcher ul li a.cyan {
	background-color: #1AD2D2;
}
.color-switcher ul li a.khaki {
	background-color: #B6AF55;
}
.color-switcher ul li a.pink {
	background-color: #E98CC1;
}
.color-switcher ul li a.yellow {
	background-color: #FAB327;
}
.color-switcher ul li a.gold {
	background-color: #E3B033;
}
.picker_close {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    background: #fff;
	line-height: 53px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #000;
}
.picker_close i {
    font-size: 22px;
}
.position {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.style-picker {
	left: 0px;
	position: relative;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.position .style-picker {
    display: table;
	left: 50px;
}
.style-picker,
.layouts,
.backgrounds,
.choose-header,
.choose-footer {
	display: none;
	text-align: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.style-picker h3 {
	border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin: 12px 0 0;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    text-transform: uppercase;
}
.layouts a,
.choose-header a,
.choose-footer a {
    display: inline-block;
    text-align: center;
    width: 40%;
    margin: 0 5px 0 0;
    color: #5d5d5d;
    font-size: 15px;
    border: 1px solid #e7e7e7;
    padding: 5px 7px 2px;
}
.layouts a:hover,
.choose-header a:hover,
.choose-footer a:hover {
    border: 2px solid #a9a9a9;
    padding: 4px 5px 1px;
}
.styleswitcher {
    position: fixed;
    width: 120px;
    background: #ffffff;
    color: #595959;
    top: 150px;
    right: -123px;
    z-index: 999;
}
.styleswitcher p {
    color: #000 !important;
}
.styleswitcher.ackapa {
    left: 0;
}
.styleswitcher .switch {
    padding-left: 15px;
    padding-bottom: 10px;
}
.styleswitcher .switch h5 {
    margin-top: 20px;
}
.styleswitcher .switch p {
    margin-top: 10px;
}
.stylebutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -40px;
}
.styleswitcher a {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
    position: relative;
    z-index: 999;
}
.color-switcher ul li {
    margin: 2px;
}
.color-switcher-block {
	max-width: 195px;
	margin: 0 auto;
}

/* ## Site Loader */
.load-position .logo {
	margin: 0 auto;
	width: 150px;
}
.load-complete .line-scale {
	margin: 0 auto;
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.load-complete .line-scale > div {
	display: inline-block;
	border-color: #fb2943 #fb2943 transparent;
	background-color: #fb2943;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins Over ] */
/* ========================================================================== */
/* ========================================================================== */

/* --------------------------------------------------------------------------------------------------------------------------------------------*/

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */

/* ==================================================================== */
/* ==================================================================== */
						/* [Table of contents] */
/* ==================================================================== */
/* ==================================================================== */

/*
	+ Header	
	+ Footer
	+ Section Header
	+ Page Banner
	+ Pagination
	+ Shortcodes
		- Slider Section
		- Category Section
		- Recent Updates
		- Type Post
		- Blog Parallel
		- Blog Masonry
		- Blog Single
		- About Author
		- Comment Area
		- About Section
		- Video Block
		- Map Section
		- Contact Form
		- Client Section
		- 404 page
		
		
	+ Responsive
		- min-width: 1366
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min to max: 992 to 1199
		- max-width: 991
		- min to max: 768 to 991
		- max-width: 767
		- max-width: 639
		- max-width: 575
		- max-width: 479
*/

/* + Header */
.header_s {
	background-color: #fff;
}

/* - Header 1 */
/* - Top Header */
.header_s .top-header {
	border-bottom: 1px solid rgba(18,18,18,0.3);
}
.header_s .top-header .top-left > span {
	color: #fb2943;
	display: inline-block;
	margin: 10px 0;
	letter-spacing: 0.63px;
	line-height: 1.857;
}
.header_s .top-header .top-left > span > i {
	font-size: 16px;
	margin-right: 6px;
}
.header_s .top-header .top-left > span > a {
	color: #444;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header_s .top-header .top-left > span > a::before {
	content: "|";
	color: #afafaf;
	margin: 0 17px 0 15px;
}
.header_s .top-header .top-left > span > a:first-of-type::before {
	display: none;
}
.header_s .top-header .top-left > span > a:hover {
	color: #fb2943;
}

/* - Top Right */
.top-header .top-right {
	margin: 10px 0;
	text-align: right;
}
.top-header .top-right > ul {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.top-header .top-right > ul > li:nth-child(3)::after {
	content: "|";
	bottom: 0;
	color: #afafaf;
	margin: 0 7px 0 15px;
}
.top-header .top-right > ul li:nth-child(3) {
	margin-right: 5px !important;
}
.top-header .top-right ul > li {
	display: inline-block;
	margin-right: 25px;
}
.top-header .top-right ul > li:last-child {
	margin-right: 0;
}
.top-header .top-right li > a {
	color: #444444;
	font-size: 13px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .top-right li > a > i {
	vertical-align: middle;
}
.top-header .top-right li > a:hover {
	color: #fb2943;
}
.header_s .top-header .lang-dropdown {	
	display: inline-block;
}
.header_s .top-header .lang-dropdown .dropdown-toggle::after {	
	display: none;
}
.header_s .top-header .lang-dropdown .form-group {
	margin-bottom: 0;
}
.header_s .top-header .lang-dropdown .btn-default {
	background-color: transparent;
	padding: 0;
	color: #444444;
	font-size: 14px;
	letter-spacing: 0.84px;
	line-height: 1.857;
	border: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.header_s .top-header .lang-dropdown .btn-default > span:first-child {
	float: left;
}
.header_s .top-header .lang-dropdown .btn-default > span i.flagstrap-icon {
	float: left;
	margin-left: 0;
	margin-top: 7px;
}
.header_s .top-header .lang-dropdown .btn-default > span.caret {
    border: medium none;
    float: right;
    height: 12px;
    width: 14px;
    line-height: 12px;
	margin-top: 7px;
}
.header_s .top-header .lang-dropdown .btn-default > span.caret::before {
	content: "\f107";
	font-family: FontAwesome;
}
.header_s .top-header .lang-dropdown .dropdown-menu {
	left: auto;
	right: 0;
	padding: 1rem;
	min-width: 11rem;
	transform: none !important;
	top: 100% !important;
}

.header_s .logo-block {
	text-align: center;
	padding-bottom: 38px;
	padding-top: 24px;
}
.header_s .logo-block a {
	color: #fb2943;
	display: inline-block;
	font-family: 'Pacifico', cursive;
	font-size: 46px;
	letter-spacing: 1.38px;
	line-height: 1.85;
	text-decoration: none;
}
.header_s.fixed-top .logo-block {
	display: none;
}
/* - Menu Block */
.header_s .menu-block {
	background-color: #fff;
	border-top: 1px solid #fb2943;
}
.header_s .menu-block .container {
	position: relative;
}
.header_s.fixed-top .menu-block {
	border-top: none;
}
.header_s .menu-block .ownavigation {
	padding: 0;
}
.header_s .menu-block .ownavigation .navbar-brand {
	color: #fb2943;
	display: inline-block;
	font-family: 'Pacifico', cursive;
	font-size: 46px;
	letter-spacing: 1.38px;
	line-height: 1.85;
	text-decoration: none;
}
.header_s .menu-block .ownavigation .navbar-nav > li a {
	color: #444444;
	font-family: 'Lora', serif;
	font-size: 16px;
	letter-spacing: 0.96px;
	line-height: 2;
	text-transform: uppercase;
}
.header_s .menu-block .ownavigation .navbar-nav > .active > a, 
.header_s .menu-block .ownavigation .navbar-nav > .active > a:focus, 
.header_s .menu-block .ownavigation .navbar-nav > .active > a:hover, 
.header_s .menu-block .ownavigation .navbar-nav li:hover > a, 
.header_s .menu-block .ownavigation .navbar-nav li a:hover {
	color: #d31844;
}
.header_s .ownavigation .navbar-nav li .dropdown-menu li > a { 
	color: #444444;
	font-size: 13px;
	text-transform: uppercase;
}
.header_s .ownavigation .navbar-nav li .dropdown-menu li > a:hover { 
	color: #d31844;
}
.user-info {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	display: inline-block;
}
.user-info > li {
	display: inline-block;
	position: relative;
}
.user-info > li > a {
	color: #fb2943;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
}
.user-info > li > a > i {
	vertical-align: middle;
}

/* - Header 2 */
.header_s2 .top-header .container {
	position: relative;
}
.header_s2 .logo-block {
	padding-bottom: 33px;
	padding-top: 17px;
}
.header_s2 .menu-block {
	background-color: #373737;
	border-top: none;
}
.header_s2 .menu-block .ownavigation .navbar-nav > li > a {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
}
.header_s2 .menu-block .ownavigation .navbar-nav > .active > a, 
.header_s2 .menu-block .ownavigation .navbar-nav > .active > a:focus, 
.header_s2 .menu-block .ownavigation .navbar-nav > .active > a:hover, 
.header_s2 .menu-block .ownavigation .navbar-nav li:hover > a, 
.header_s2 .menu-block .ownavigation .navbar-nav li a:hover {
	color: #fff;
}
.header_s2 .top-header .top-right > ul.user-info::after {
	float: left;
}
.header_s2 .user-info > li > a {
	font-size: 14px;
}
.header_s2 .user-info > li > a.search {
	display: inline-block;
	width: 10px;
}

/* - Header 3 */
.header_s3 .top-header {
	background-color: #121212;
}
.header_s3 .top-header .container {
	position: relative;
}
.header_s3 .top-header .top-left > span > a,
.header_s3 .top-header .top-right >ul > li > a,
.header_s3 .top-header .lang-dropdown .btn-default > span {
	color: #fff;
}
.header_s3 .top-header .top-right > ul:not(.user-info) > li > a:hover {
    color: #fb2943;
}
.header_s3 .top-header .top-right > ul.user-info::after {
	float: left;
}
.header_s3 .menu-block {
	border-bottom: 1px solid rgba(55,55,55,0.3);
	border-top: none;
}
.header_s3 .top-header .top-right li > a.search {
	width: 10px;
	display: inline-block;
}

/* - Header 4 */
.header_s4 .top-header {
	background-color: #121212;
	border-bottom: none;
}
.header_s4 .top-header .top-left > span > a,
.header_s4 .top-header .top-right > ul > li > a,
.header_s4 .top-header .lang-dropdown .btn-default > span {
	color: #fff;
}
.header_s4 .top-header .top-right > ul > li > a:hover {
	color: #fb2943;
}
.header_s4 .top-header .top-right > ul.user-info::after {
	float: left;
}
.header_s4 .user-info > li > a {
	color: #fff;
	font-size: 14px;
}
.header_s4 .menu-block {
	border-top: none;
}

.header_s4.fixed-top .menu-block .ownavigation > a.navbar-brand {
	display: none;
}

/* + Footer */
.footer-main {
	background-color: #fff;
}

/* - Instagram Block */
.instagram-block {
	position: relative;
}
.instagram-block > span {
	position: absolute; 
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
}
.instagram-block span a {
	background-color: rgba(0,0,0,0.8);
	font-size: 16px;
	line-height: 1.62px;
	letter-spacing: 0.72px;
	color: #ffffff;
	padding: 14px 35px;
	text-decoration: none;
}
.instagram-carousel {
	direction: ltr;
}
.instagram-carousel .item > a {
	float: left;
	margin-left: -0.5px;
	margin-right: -0.5px;
}

/* - Footer social */
.footer-1 .ftr-social > ul {
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
.footer-1 .ftr-social ul > li {
	display: inline-block;
}
.footer-1 .ftr-social ul > li > a {
	background-color: #000;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 17px;
	float: left;
	width: 100%;
	text-align: center;
	padding: 17px 15px;
	letter-spacing: 0.765px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-1 .ftr-social ul > li > a > i {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
}
.footer-1 .ftr-social ul > li.fb a {
	background-color: #3b5998;
}
.footer-1 .ftr-social ul > li.gp a {
	background-color: #d34836;
}
.footer-1 .ftr-social ul > li.tw a {
	background-color: #4099ff;
}
.footer-1 .ftr-social ul > li.yt a {
	background-color: #cc181e;
}
.footer-1 .ftr-social ul > li.ln a {
	background-color: #409cc8;
}
.footer-1 .ftr-social ul > li.be a {
	background-color: #053eff;
}

/* - Copyright Block */
.footer-1 .copyright-block {
	padding-bottom: 53px;
	padding-top: 53px;
}
.copyright-block p {
	color: #686868;
	letter-spacing: 0.42px;
	line-height: 1.86;
	margin: 29px 0;
}
.copyright-block p > span {
	color: #fb2943;
}
.copyright-block .logo-block {
	text-align: center;
}
.copyright-block .logo-block > a {
	color: #fb2943;
	font-family: 'Pacifico', cursive;
	font-size: 46px;
	letter-spacing: 1.38px;
	line-height: 1.75;
	display: inline-block;
	text-decoration: none;
}
.copyright-block .back-to-top {
	text-align: right;
}
.copyright-block .back-to-top > a {
	color: #686868;
	text-decoration: none;
	letter-spacing: 0.42px;
	line-height: 1.86;
	margin: 29px 0;
	display: inline-block;
}
.copyright-block .back-to-top > a > i {
	color: #fb2943;
}

/* - Footer Menu Block */
.footer-1 .ftr-menu-block .ownavigation {
	border-top: 1px solid #000000;
}
.ftr-menu-block .ownavigation {
	padding: 0 15px;
}
.ftr-menu-block .ownavigation .navbar-nav > li a {
	color: #444444;
	font-family: 'Playfair Display', serif;	
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2;
}
.ftr-menu-block .ownavigation .navbar-nav > .active > a, 
.ftr-menu-block .ownavigation .navbar-nav > .active > a:focus, 
.ftr-menu-block .ownavigation .navbar-nav > .active > a:hover, 
.ftr-menu-block .ownavigation .navbar-nav li:hover > a, 
.ftr-menu-block .ownavigation .navbar-nav li:focus > a, 
.ftr-menu-block .ownavigation .navbar-nav li a:hover,
.ftr-menu-block .ownavigation .navbar-nav li a:focus,
.ftr-menu-block .ownavigation .navbar-nav li .dropdown-menu li > a:hover,
.ftr-menu-block .ownavigation .navbar-nav li .dropdown-menu li > a:focus { 
	color: #d31844;
}

/* - Footer Section 2 */
.footer-2 .ftr-social  {
	padding-bottom: 35px;
	padding-top: 35px;
}
.footer-2 .ftr-social .ftr-logo {
	float: left;
}
.footer-2 .ftr-social .ftr-logo > a {
	color: #fb2943;
	font-family: 'Pacifico', cursive;
	font-size: 46px;
	letter-spacing: 1.38px;
	line-height: 1.75;
	display: inline-block;
	text-decoration: none;	
}
.footer-2 .ftr-social .social-icon > ul {
	margin: 14px 0;
	padding: 0;
	text-align: right;
}
.footer-2 .ftr-social .social-icon > ul > li {
	display: inline-block;
	margin: 5px;
}
.footer-2 .ftr-social .social-icon > ul > li:last-child {
	margin-right: 0;
}
.footer-2 .ftr-social .social-icon > ul > li > a {
	background-color: #f5f5f5;
	border-radius: 50%;
	color: #444444;
	display: inline-block;
	font-size: 16px;
	line-height: 2.625;
	width: 42px;
	height: 42px;
	text-align: center;
}
.footer-2 .ftr-social .social-icon > ul > li > a:hover {
	background-color: #fb2943;
	color: #fff;
}
.footer-2 .ftr-menu-block,
.footer-2 .copyright-block {
	border-top: 1px solid rgba(0,0,0,0.3);
}
.footer-2 .copyright-block p,
.footer-2 .copyright-block .back-to-top > a {
	margin-top: 24px;
	margin-bottom: 24px;
}

/* - Footer 3 */
.footer-3 .ftr-logo-block  {
	background-image: url("assets/images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-bottom: 55px; 
	padding-top: 40px; 
}
.footer-3 .ftr-logo-block::before{
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.footer-3 .ftr-logo-block a  {
	color: #fb2943;
	display: inline-block;
	font-family: 'Pacifico', cursive;
	font-size: 46px;
	letter-spacing: 1.38px;
	line-height: 1.75;
	position: relative;
	text-decoration: none;
}
.footer-3 .copyright-block {
	background-color: #000000;
	padding: 13px 0;
}
.footer-3 .copyright-block p {
	margin: 0;
	color: #fff;
}
.footer-3 .copyright-block p > span {
	color: #fff;
}
.footer-3 .copyright-block .back-to-top > ul {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	display: inline-block;
}
.footer-3 .copyright-block .back-to-top > ul::after {
	content: "|";
	margin-right: 12px;
}
.footer-3 .copyright-block .back-to-top > ul > li {
	display: inline-block;
	margin: 0 14px;
}
.footer-3 .copyright-block .back-to-top > ul > li > a {
	color: #fff;
	font-size: 13px;
	line-height: 2;
}
.footer-3 .copyright-block .back-to-top > ul > li > a:hover {
	color: #fb2943;
}
.footer-3 .copyright-block .back-to-top a {
	color: #fff;
	margin: 0;
}

/* - Section Header */
.section-header {
	display: inline-block;
	margin-bottom: 23px;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.section-header h3 {
	color: #fb2943;
	font-family: 'Pacifico', cursive;
	font-size: 32px;
	line-height: 1.8;
	letter-spacing: 1.92px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
}
.section-header p {
	color: #3a3a3a;
	letter-spacing: 0.63px;
	line-height: 1.86;
	padding: 0 10%;
	margin-top: 22px;
}
.section-header-seprator {
	padding-bottom: 19px;
}
.section-header-seprator::before {
	background-image: url("../images/seprator.png");
	bottom: 0;
	content: "";
	height: 14px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 89px;
}

/* + Page Banner */
.page-banner {
	background-image: url("../images/page-banner.jpg");
	position: relative;
	padding-top: 58px;
	padding-bottom: 50px;
	z-index: 1;
	box-shadow: 0px 5px 0px 0px #1b88ce;
	text-align: center;
}
.page-banner::before,
.page-banner::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}
.page-banner::after {
	background-image: url("assets/images/page-banner-pattern.png");
	background-repeat: repeat;
}
.page-banner::before {
	background-color: rgba(19,19,19,0.85);
}
.page-banner h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 1.7;
	margin-bottom: 3px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.page-banner i {
	color: #1b88ce;
	font-size: 44px;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin: 2px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.page-banner .breadcrumb li {
	color: #fff;
	display: inline-block;
	float: none;
	font-weight: bold;
	letter-spacing: 0.42px;
	line-height: 4;
	text-transform: uppercase;
}
.page-banner .breadcrumb > li + li::before {
	color: #fff;
	padding-left: 3px;
	padding-right: 4px;
}
.page-banner .breadcrumb li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

/* + Pagination */
.ow-pagination {
	text-align: center;
	margin-top: 60px;
}
.ow-pagination ul {
	margin-bottom: 0;
	margin-top: 0;
}
.ow-pagination ul li {
	display: inline-block;
}
.ow-pagination ul li a {
	background-color: #fff;
	border-radius: 0;
	border: none;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	color: #464646;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 8px 21px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a, 
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a, 
.ow-pagination .pagination > li:last-child > span {
	border-radius: 0;
}
.ow-pagination .pagination > li:first-child > a, 
.ow-pagination .pagination > li:first-child > span {
	border-left: none;
}
.ow-pagination .pagination > li:last-child > a, 
.ow-pagination .pagination > li:last-child > span {
	border-right: none;
}
.ow-pagination ul li a:focus,
.ow-pagination ul li a:hover {
	background-color: #ebebeb;
	border-color: transparent;
	color: #464646;
}

#search .fa-close,
#search.active .fa-search {
	display: none;
}
#search .fa-close {
	min-width: 22px;
}
#search.active .fa-close {
	display: inline-block;
}

/* + Header */

/* - Page Content */
.page-content {
	padding-top: 120px;
	padding-bottom: 120px;
}
.gray-bg {
	background-color: #f5f5f5;
}

/* + Shortcodes */

/* - Slider Section */
.slider-section {
	direction: ltr;
}
#str-slider-1 .post-category a { 
	box-shadow:none; 
	color:#bbbbbb; 
	margin:0 2px; 
	text-decoration:none !important;
}
#str-slider-1 .post-category a:hover { 
	color:#fb2943;
}
#str-slider-1 .post-meta > span { 
	color:#fb2943;
} 
#str-slider-1 .tp-revslider-slidesli {
	opacity:1 !important;
}

#str-slider-2 .post-category a {
	color:#bbbbbb; 
	margin:0 2px;
}
#str-slider-2 .post-category a:hover {
	color:#fb2943;
}
#str-slider-2 .post-meta > span {
	color:#fb2943;
}

/* - Slider Section 3 */
.slider-after ~ .slider-section-3 { 
	margin-bottom: 17px;
}
.slider-before ~ .slider-section-3 {
	background-color: #f5f5f5;
}
#str-slider-3 .ares .tp-tab {
    padding: 0;
}
#str-slider-3 .tp-tab-content {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    padding: 33px 10px;
    left: 0;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    height: auto;
    margin: 0;
    z-index: 1;
    width: auto;
    text-align: center;
}
#str-slider-3 .tp-tab-content > span {
    color: #fff;
	font-family: 'Lora', serif;
	font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.32px;
    line-height: 1.45;
}
#str-slider-3 .tp-tab.selected .tp-tab-content {
    background-color: rgba(251, 41, 67, 0.8)
}
#str-slider-3 .post-category a {
    color: #bbbbbb;
    margin: 0 2px;
    box-shadow: none;
    text-decoration: none;
}
#str-slider-3 .post-category a:hover {
    color: #fb2943;
}
#str-slider-3 .post-meta > span {
    color: #fb2943;
}

/* - Category Section */
.category-section {
	padding-top: 107px;
	direction: ltr;
}
.cat-item {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.cat-item > a {
	color: #fff;
	display: inline-block;
	font-family: 'Lora', serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1.32px;
	line-height: 1.45;
	position: relative;
	text-transform: uppercase;
}
.cat-item > a > span {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	padding: 34px 10px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	animation-duration: 0.4s;
	animation-name: zoomOut;
}
.cat-item > a:hover > span {
	animation-duration: 0.7s;
	animation-name: zoomIn;
	background-color: rgba(251,41,67,0.8);
}
.category-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 28px;
	line-height: 1;
}
.category-carousel .owl-dots .owl-dot > span {
	background-color: #b2b2b2;
	border-radius: 0;
	margin: 0 5px;
	width: 20px;
	height: 4px;
}
.category-carousel .owl-dots .owl-dot.active > span { 
	background-color: #000000;
}

/* - Recent Updates */
.recent-updates {
	background-color: #f5f5f5;
	padding-top: 66px;
}
.recent-updates .type-post {
	background-color: #fff;
	display: inline-block;
	width: 100%;
}
.recent-updates .recent-post-big .entry-cover {
	width: 40.26%;
}
.recent-updates .recent-post-big .entry-content {
	width: 59.74%;
	padding: 30px;
	text-align: center;
}
.recent-updates .recent-post-big .entry-content .entry-header {
	margin-bottom: 21px;
	margin-top: 5px;
}
.recent-updates .recent-post-big .entry-content > a {
	background-color: #fb2943;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 35px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.recent-updates .recent-post-big .entry-content > a:hover {
	background-color: #444;
}
.recent-updates .type-post .post-category { 
	display: inline-block;
	width: 100%;
}
.recent-updates .type-post .post-category > a { 
	color: #686868;
	font-size: 13px;
	letter-spacing: 0.585px;
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}
.recent-updates .type-post .post-category > a:hover {
	color: #fb2943;
}
.recent-updates .type-post .post-category > a::after {
	content: ",";
}
.recent-updates .type-post .post-category > a:last-child::after {
	content: "";
}
.recent-updates .recent-post-box {
	background-color: #fff;
	display: inline-block;
	position: relative;
	padding: 25px 10px 20px 145px;
	width: 100%;
	min-height: 131px;
}
.recent-updates .recent-post-box > a {
	position: absolute;
	left: 10px;
	top: 10px;
}
.recent-updates .recent-post-box > h5 {
	color: #000;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.04px;
	line-height: 1.5;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.recent-updates .recent-post-box > h5 > a {
	color: #000;
	text-decoration: none;
}
.recent-updates .recent-post-box > h5 > a:hover {
	color: #fb2943;
}
.recent-updates .recent-post-box > span {
	color: #444444;
	letter-spacing: 0.63px;
	line-height: 1.85;
}
.recent-updates .recent-post-box > span > a {
	color: #fb2943;
	text-decoration: none;
}

/* - Type Post */
.type-post {
	margin-bottom: 54px;
}
.type-post .entry-cover {
	display: inline-block;
	position: relative;
	width: 100%;
}
.type-post .entry-cover .post-category {
	position: absolute;
	left: 20px;
	top: 20px;
}
.type-post .entry-cover .post-category > a {
	background-color: #fb2943;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	letter-spacing: 0.585px;
	line-height: 2;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
}
.type-post .entry-header {
	display: inline-block;
	margin-top: 27px;
	width: 100%;
}
.type-post .entry-header .entry-title {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1.08px;
	line-height: 1.85;
	position: relative;
	text-transform: uppercase;
}
.type-post .entry-header .entry-title > a {
	color: #000000;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post .entry-header .entry-title > a:hover {
	color: #fb2943;
}
.type-post .entry-meta {
	display: inline-block;
	margin-top: 7px;
}
.type-post .entry-meta > span {
	color: #444444;
	letter-spacing: 0.63px;
}
.type-post .entry-meta > span::after {
	content: ",";
}
.type-post .entry-meta > span:last-child::after {
	content: "";
}
.type-post .entry-meta > span > a {
	color: #fb2943;
	text-decoration: none;
}
.type-post .entry-meta > span > a:hover {
	color: #000;
}
.type-post .entry-content {
	display: inline-block;
	margin-top: 17px;
	max-width: 100%;
}
.type-post .entry-content  > p {
	color: #444444;
	letter-spacing: 0.63px;
	line-height: 1.85;
}
div.type-post .entry-content  > p {
	margin-bottom: 0;
}
.type-post .entry-content  > p > a {
	color: #fb2943;
	font-style: italic;
}
.blog-onecolumn .type-post .entry-header,
article.type-post .entry-header,
.blog-onecolumn .type-post .entry-content {
	text-align: center;
}
.blog-onecolumn .type-post .entry-header .entry-title,
article.type-post .entry-header .entry-title {
	padding-bottom: 23px;
}
.blog-onecolumn .type-post .entry-header .entry-title::before,
article.type-post .entry-header .entry-title::before {
	background-image: url("../images/seprator.png");
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	height: 13px;
	width: 89px;
}
.blog-onecolumn .type-post .entry-content {
	padding-left: 30px;
	padding-right: 30px;
}
.blog-twocolumn .type-post  .entry-cover .entry-meta,
.blog-threecolumn .type-post  .entry-cover .entry-meta {
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	left: 0;
	padding: 15px 10px;
	right: 0;
	text-align: center;
	position: absolute;
}
.blog-threecolumn .type-post .entry-cover .entry-meta {
	padding-left: 17px;
	padding-right: 17px;
}
.blog-twocolumn .type-post  .entry-cover .entry-meta > span,
.blog-threecolumn .type-post  .entry-cover .entry-meta > span {
	color: #fff;
}
.blog-twocolumn .type-post .entry-header {
	margin-top: 18px;
}
.blog-twocolumn .type-post .entry-header .entry-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.3px;
	line-height: 1.6;
}
.blog-twocolumn .type-post .entry-meta > span > a:hover,
.blog-threecolumn .type-post .entry-meta > span > a:hover {
	color: #ccc;
}
.blog-threecolumn .type-post .entry-meta > span {
	letter-spacing: 0.35px;
}
.blog-threecolumn .type-post .entry-header {
	margin-top: 18px;
}
.blog-threecolumn .type-post .entry-header .entry-title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.04px;
	line-height: 1.5;
}
.blog-twocolumn .type-post .entry-content {
	margin-top: 5px;
}
.blog-threecolumn .type-post .entry-content {
	margin-top: 0;
}
.type-post.format-audio .entry-cover iframe {
	width: 100%;
	height: 176px;
	border: none;
}
.type-post.format-audio .entry-cover .post-category {
	left: auto;
	right: 20px;
}
.type-post.format-quote {
	position: relative;
	margin-bottom: 60px;
}
.type-post.format-quote .entry-cover > a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.type-post.format-quote .entry-cover > a::before {
	background-color: rgba(255,255,255,0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.type-post.format-quote .entry-content {
	margin-top: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	width: auto;
}
.type-post.format-quote .entry-content > .entry-title {
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	line-height: 1.2;
	margin-bottom: 18px;
}
.type-post.format-quote .entry-content > .entry-title > a {
	color: #000;
	text-decoration: none;
}
.type-post.format-quote .entry-content > i {
	color: #fb2943;
	font-size: 42px;
	margin-bottom: 30px;
}
.type-post.format-quote .entry-content > blockquote {
	color: #444444;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0.99px;
	line-height: 1.72;
}
.type-post.format-link {
	position: relative;
	margin-bottom: 60px;
}
.type-post.format-link .entry-cover > a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.type-post.format-link .entry-cover > a::before {
	background-color: rgba(26,26,26,0.9);
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.type-post.format-link .entry-content {
	margin-top: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	width: auto;
}
.type-post.format-link .entry-content > i {
	border: 1px solid #ffffff;
	color: #fb2943;
	font-size: 30px;
	line-height: 1.66;
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto 39px;
}
.type-post.format-link .entry-content > h3 {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.3px;
	line-height: 1.7;
	margin-bottom: 21px;
	text-transform: uppercase;
}
.type-post.format-link .entry-content > a {
	color: #fb2943;
	letter-spacing: 0.91px;
}
.content-area .read-more {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.content-area .read-more > a {
	background-color: #fb2943;
	color: #fff;
	display: inline-block;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 1.6;
	padding: 9px 35px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.content-area .read-more > a:hover {
	background-color: #000;
}
.type-post-2 {
	background-color: #fff;
	padding: 10px 10px 39px 10px;
	display: inline-block;
	width: 100%;
}
.blog-parallel .type-post {
	padding-bottom: 10px;
}
.blog-onecolumn .type-post.type-post-2 .entry-content {
	padding-left: 15px;
	padding-right: 15px;
}
.blog-onecolumn.blog-parallel .type-post.type-post-2 .entry-content {
	padding-left: 32px;
	padding-right: 32px;
}
.blog-parallel .type-post .entry-content {
	margin-top: 36px;
}
.blog-parallel .type-post .entry-content .entry-header {
	margin-top: 5px;
	margin-bottom: 20px;
}
.blog-parallel .type-post .post-category { 
	display: inline-block;
	width: 100%;
}
.blog-parallel .type-post .post-category > a { 
	color: #686868;
	font-size: 13px;
	letter-spacing: 0.585px;
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}
.blog-parallel .type-post .post-category > a:hover {
	color: #fb2943;
}
.blog-parallel .type-post .post-category > a::after {
	content: ",";
}
.blog-parallel .type-post .post-category > a:last-child::after {
	content: "";
}
.blog-parallel .type-post .entry-content > a {
	background-color: #fb2943;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 35px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-parallel .type-post .entry-content > a:hover {
	background-color: #444;
}

/* - Blog Parallel */
.blog-twocolumn .type-post-2 {
	text-align: center;
	padding-bottom: 30px;
}
.blog-twocolumn .type-post-2 .entry-header,
.blog-twocolumn .type-post-2 .entry-content {
	padding-left: 15px;
	padding-right: 15px;
}
.blog-twocolumn .type-post-2 .entry-header .entry-title {
	padding-bottom: 23px;
}
.blog-twocolumn .type-post-2 .entry-header .entry-title::before {
	background-image: url("../images/seprator.png");
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	height: 13px;
	width: 89px;
}
.blog-onecolumn .type-post-2.format-link {
	padding: 0;
}
.blog-onecolumn .type-post-2.format-link .entry-cover > a::after {
	border: 1px solid rgba(255,255,255,0.35);
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
}
.blog-onecolumn .type-post-2.format-link .entry-cover .post-category {
	left: 30px;
	top: 30px;
}
.blog-onecolumn .type-post-2.format-quote {
	padding-bottom: 10px;
}
.blog-onecolumn .type-post.format-add .entry-cover > a::before {
	background-color: rgba(26,26,26,0.9);
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.blog-onecolumn .type-post.format-add .entry-cover > a::after {
	border: 1px solid rgba(255,255,255,0.35);
	bottom: 10px;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
}
.blog-onecolumn .type-post.format-add .entry-cover > h3 {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	right: 30px;
	letter-spacing: 1.62px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.blog-onecolumn .type-post.format-add .entry-cover > h3 > span {
	color: #fb2943;
}

/* - Blog Masonry */
.blog-masonry-box .type-post {
	margin-bottom: 45px;
}
.blog-masonry-box .type-post .entry-header {
	margin-top: 15px;
}
.blog-masonry-box .type-post .entry-header .entry-title {
	font-size: 20px;
	letter-spacing: 1.3px;
    line-height: 1.6;
}
.blog-masonry-box .type-post.format-short {
	position: relative;
}
.blog-masonry-box .type-post.format-short .entry-header {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.blog-masonry-box .type-post.format-short .entry-header .entry-meta {
	background-color: #fb2943;
	margin-top: 0;
	padding: 10px 15px;
	width: 100%;
	text-align: center;
}
.blog-masonry-box .type-post.format-short .entry-meta > span,
.blog-masonry-box .type-post.format-short .entry-meta > span > a {
    color: #ffffff;
}
.blog-masonry-box .type-post.format-short .entry-header .entry-title {
	padding: 24px 30px;
	margin-bottom: 0;
}
.blog-masonry-box .type-post.format-short .entry-header .entry-title > a {
	color: #ffffff;
}
.blog-masonry-box .type-post.format-quote {
	text-align: center;
}
.blog-masonry-box .type-post.format-quote .entry-cover > a::after {
	border: 1px solid rgba(68,68,68,0.20);
	bottom: 10px;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
}
.blog-masonry-box .type-post.format-quote .entry-content > blockquote {
	margin-bottom: 0;
}
.blog-masonry-box .type-post.format-newsletter {
	background-color: #fb2943;
	text-align: center;
}
.blog-masonry-box .type-post.format-newsletter > h3 {
	background-color: #000000;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 15px;
	line-height: 1.33;
	margin-bottom: 0;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box {
	position: relative;
	padding: 30px 30px 55px;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box::before {
	border: 1px solid rgba(255,255,255,0.35);
	border-top: none;
	bottom: 10px;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > p {
	color: #fff;
	letter-spacing: 0.63px;
	line-height: 1.85;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > form {
	display: inline-block;
    margin-top: 10px;
    width: 100%;
	position: relative;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > form .form-control {
	border: 1px solid #bababa;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	margin-bottom: 35px;
	min-height: 40px;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > form .form-control::-webkit-input-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > form .form-control:-moz-placeholder { 
	color: #a9a9a9;
	opacity: 1;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > form .form-control::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > form .form-control:-ms-input-placeholder {  
	color: #a9a9a9;
	opacity: 1;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > form > button {
	background-color: #000000;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 1.6;
	padding: 10px 35px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-masonry-box .type-post.format-newsletter .newsletter-box > form > button:hover {
	background-color: #fff;
	color: #fb2943;
}
.blog-masonry-box .type-post.format-link {
	text-align: center;
}
.blog-masonry-box .type-post.format-link .entry-content > i {
	margin-bottom: 29px;
}
.blog-masonry-box .type-post.format-add .entry-cover > a {
	display: inline-block;
	position: relative;
	max-width: 100%;
	text-align: center;
}
.blog-masonry-box .type-post.format-add .entry-cover > a::before {
    background-color: rgba(18, 18, 18, 0.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-masonry-box .type-post.format-add .entry-cover > a::after {
    border: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.blog-masonry-box .type-post.format-add .entry-cover > a > span {
    color: #fff;
    font-family: "Lora",serif;
    font-size: 24px;
    font-weight: bold;
    left: 15px;
    letter-spacing: 1.08px;
    line-height: 1.75;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.blog-masonry-box .type-post.format-add .entry-cover > a > span > span {
    color: #bfbfbf;
    font-size: 22px;
	display: block;
}

/* - Blog Single */
article.type-post .entry-content {
	padding-left: 20px;
	padding-right: 20px;
}
article.type-post .entry-content > p {
	margin-bottom: 10px;
}
/* article.type-post .entry-content > p:first-of-type {
	text-align: center;
} */
article.type-post .entry-content img {
	margin-bottom: 15px;
	margin-top: 15px;
}
article.type-post .entry-content .post-intro {
	text-align: left;
	margin-top: 15px;
}
article.type-post .entry-content .post-intro > p {
	letter-spacing: 0.63px;
	line-height: 1.86;
}
article.type-post .entry-content .post-intro > p:first-child:first-letter {
	color: #fb2943;
	float: left;
	font-size: 92px;
	font-weight: 600;
	line-height: 0.8;
	margin-right: 10px;
	margin-top: 5px;
	text-transform: uppercase;
}
article.type-post .entry-content ul.post-list {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
article.type-post .entry-content ul.post-list > li {
	color: #686868;
	display: inline-block;
	letter-spacing: 0.63px;
	line-height: 1.86;
	width: 100%;
	margin: 12px 0;
}
article.type-post .entry-content ul.post-list > li::before {
	color: #fb2943;
	content: "\f299";
	font-family: FontAwesome;
	margin-right: 5px;
}
article.type-post .entry-content  > blockquote {
	background-image: url("http://placehold.it/790x200");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 35px 45px 17px;
	margin-top: 15px;
	margin-bottom: 25px;
}
article.type-post .entry-content  > blockquote::before {
	background-color: rgba(255,255,255,0.85);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}
article.type-post .entry-content  > blockquote::after {
	border: 1px solid #bababa;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	z-index: -1;
}
article.type-post .entry-content  > blockquote > i {
	color: #fb2943;
	font-size: 42px;
	margin-bottom: 17px;
}
article.type-post .entry-content  > blockquote > p {
	color: #444444;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0.99px;
}
article.type-post .entry-content > ul {
	border-top: 1px solid #d0d0d0;
	margin-top: 25px;
	margin-bottom: 0;
	padding: 28px 0 0;
	/* text-align: center; */
}
article.type-post .entry-content > ul > li {
	/* display: inline-block; */
	margin: 0 15px;
}
article.type-post .entry-content > ul > li > a {
	font-size: 16px;
	color: #b4b4b4;
}
article.type-post .entry-content > ul > li > a:hover {
	color: #fb2943;
}

/* - About Author */
.about-author-box {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}
.about-author-box > .author {
	min-height: 180px;
	padding-left: 190px;
	position: relative;
}
.about-author-box > .author > .author-image {
	left: 0;
	position: absolute;
	top: 0px;
}
.about-author-box > .author > .author-image > img {
	border: 10px solid #fff;
	display: inline-block;
}
.about-author-box > .author > .author-image > ul {
	background-color: #444444;
	text-align: center;
	padding: 0;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	margin-bottom: 0;
}
.about-author-box > .author > .author-image > ul > li {
	display: inline-block;
}
.about-author-box > .author > .author-image > ul > li > a {
	color: #a9a9a9;
	font-size: 15px;
	padding: 5px;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.about-author-box > .author > .author-image > ul > li > a:hover {
	color: #fff;
}
.about-author-box .author-content {
	background-color: #fff;
	padding: 25px 30px 25px 0;
}
.about-author-box  .author-content > h4 {
	background-color: #fb2943;
	color: #fff;
	display: inline-block;
	font-family: 'Lora', serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.68px;
	line-height: 1.88;
	margin-bottom: 15px;
	padding: 7px 30px;
	text-transform: uppercase;
	max-width: 100%;
}
.about-author-box .author-content > a {
	float: right;
	color: #fb2943;
}
.about-author-box .author-content > p {
	color: #444444;
	letter-spacing: 0.63px;
	line-height: 1.86;
	padding-left: 30px;
}
/* - Comment Area */
.comments-area {
	display: inline-block;
    /* margin-top: 97px; */
    padding: 0;
    width: 100%;
}
.comments-title {
	color: #fb2943;
	font-family: 'Lora', serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.14;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}
.comment-list {
    list-style: none;
    margin-bottom: 0;
	padding-left: 0;
}
.comment-list > li.depth-1 {
	padding-left: 0;
}
.comment-body {
	margin-bottom: 40px;
	position: relative;
	min-height: 83px;
} 
.comment-meta {
	border-bottom: 1px solid #d0d0d0;
	display: inline-block;
	width: 100%;
	margin-bottom: 13px;
}
.comment-author { 
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.48px;
	line-height: 2;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.comment-author .avatar {	
	position: absolute;
	left: 0;
	top: 7px;
}
.comment-author .fn {
	font-weight: 600;
}
.comment-metadata {
	margin-bottom: 5px;
	float: right;
}
.comment-metadata a {
	color: #949494;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.56px;
	line-height: 1.85;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.comment-metadata a  > i { 
	margin-right: 5px;
}
.comment-metadata .reply {
	display: inline-block;
}
.comment-metadata .reply > a {
	border-left: 1px solid #949494;
	padding-left: 15px;
	margin-left: 15px;
}
.comment-metadata a:hover {
	color: #fb2943;
}
.comments-area .comment p {
    color: #717171;
    letter-spacing: 0.56px;
    line-height: 1.85;
	margin-bottom: 10px;
}
.comment-list .children {
	list-style: none;
	margin: 0 0 0 15px;
	padding-left: 15px;
}
.comment-list .children > li {
    padding-left: 0.5em;
}

/* - Comment Reply Form */
.comment-respond {
	display: inline-block;
	width: 100%;
	margin-top: 43px;
}
.comment-reply-title {
	color: #fb2943;
	font-family: 'Lora', serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.14;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;;
}
.required {
    color: #c0392b;
}
.comments-area .comment-form {
	margin-left: -15px;
	margin-right: -15px;
}
.comments-area .comment-form p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 35px;
}
.comments-area .comment-form p:last-of-type {
	margin-bottom: 0;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url,
.comments-area .comment-form-comment {
    float: left;
    width: 50%;
}
.comments-area .comment-form-comment {
	width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background-color: #f5f5f5;
    border: 2px solid #d4d4d4;
    border-radius: 0;
	box-shadow: none;
    color: #5e6063;
	font-style: italic;
    letter-spacing: 0.56px;
	line-height: 1.85;
    outline: none;
    padding: 9px 20px;
    position: relative;
    width: 100%;
}
.form-submit {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}
.comment-form input[type="submit"]{
	background-color: #fb2943;
    border: none;
    border-radius: 0;
	box-shadow: none;
    color: #fff;
	cursor: pointer;
	font-family: 'Lora', serif;
    font-size: 16px;
	font-weight: bold;
    letter-spacing: 0.96px;
	line-height: 1.42;
	outline: none;
    padding: 11px 35px 10px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.comment-form input[type="submit"]:hover {
	background-color: #464646;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #5e6063;
	opacity: 1;
}
.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder { 
	color: #5e6063;
	opacity: 1;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	color: #5e6063;
	opacity: 1;
}
.comment-form input:-ms-input-placeholder,  
.comment-form textarea:-ms-input-placeholder {  
	color: #5e6063;
	opacity: 1;
}

article.type-post .entry-content .post-intro ~ .post-list {
	margin-bottom: 10px;
}
article.type-post .entry-content .post-intro ~ .post-list > li {
	margin: 7px 0;
}
article.type-post .entry-content .video-block {
	margin: 30px 0;
}
article.type-post .entry-content .post-add-block {
	position: relative;
	text-align: center;
	margin: 25px 0 22px;
	display: inline-block;
	max-width: 100%;
}
article.type-post .entry-content .post-add-block::before {
	background-color: rgba(26,26,26,0.9);
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
article.type-post .entry-content .post-add-block::after {
	border: 1px solid rgba(255,255,255,0.35);
	bottom: 10px;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
}
article.type-post .entry-content .post-add-block > h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 20px;
	letter-spacing: 1.62px;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	text-transform: uppercase;
}
article.type-post .entry-content .post-add-block > h3 > span {
	color: #fb2943;
}

/* - About Section */
.about-img > img {
	border: 10px solid #fff;
}
.about-content {
	margin-top: 25px;
}
.about-content .about-text p {
	color: #686868;
	line-height: 1.85;
	letter-spacing: 0.63px;
	margin-bottom: 13px;
}
.about-content .about-text p:first-child:first-letter {
	color: #fb2943;
	font-size: 92px;
	font-weight: 600;
	float: left;
	line-height: 0.8;
	margin-right: 10px;
	margin-top: 5px;
}
.about-content  ul.about-list {
	padding-left: 0;
	padding-right: 0;
}
.about-content  ul.about-list li {
	color: #686868;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.63px;
	line-height: 1.85;
    margin-bottom: 21px;
	position: relative;
}
.about-content  ul.about-list li:last-child {
	margin-bottom: 0;
}
.about-content  ul.about-list li::before {
	content: "\f299";
	color: #fb2943;
	font-family:'FontAwesome';
	margin-right: 6px;
}

/* - Video Block */
.about-section .video-block.embed-responsive-16by9 {
	height: 270px;
	max-width:  570px;
}
.about-section .video-block .embed-responsive-16by9  iframe {
	border: 10px solid #fff;
}
.about-section .video-block .video-content {
	margin-top: 28px;
}	
.about-section .video-block .video-content p {
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 0.63px;
	color: #686868;
	font-family: 'Open Sans', sans-serif;
}
.about-section .video-block .video-content p > i {
	color: #4b4b4b;
}
.about-section .video-block .video-content span {
	color: #373737;
	font-weight: 400;
	text-transform: uppercase;
}
.about-section .video-block .video-content p strong,
.about-section .video-block .video-content p em,
.about-section .video-block .video-content p b {
	color: #fb2943;
}
.about-section .video-block .video-content p strong {
	font-weight: normal;
}
.about-section .video-block .video-content p b {
	text-transform: uppercase;
}
.about-section .video-block .video-content p em {
	font-weight: 600;
}

/* - Map Section */
.map-section {
	border: 10px solid #fff;
}
.map-section .map-canvas {
	height: 430px;
}

.contact-content {
	margin: 45px 0 0;
	padding: 20px 15px;
	border: 1px solid rgba(68,68,68,0.3);
	margin-bottom: 50px;
}
.contact-content .contact-info {
	position: relative;
	padding-left: 85px;
	min-height: 60px;
}
.contact-content .contact-info span {
	background-color: #373737;
	color: #fff;
	font-size: 21px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}
.contact-content .contact-info span::before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.contact-content .contact-info p {
	font-size: 14px;
	line-height: 2.14;
	letter-spacing: 0.84px;
	color: #686868;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	white-space: pre-line;
}
.contact-content .contact-info p a {
	display: block;
	text-decoration: none;
	color: #686868;
}
.contact-content .contact-info p a:hover {
	color: #fb2943;
}

/* - Contact Form */
.contact-form {
	text-align: center;
	margin-top: 85px;
}
.contact-form .form-group {
	margin-bottom: 30px;
}
.contact-form .form-group:nth-last-child(2) {
	margin-bottom: 0;
}
.contact-form .form-group .form-control {
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #686868;
	font-style: italic;
	letter-spacing: 0.56px;
	line-height: 1.85;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.contact-form .form-group .submit {
	background-color: #fb2943;
	border: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.96px;
	line-height: 2;
	margin-top: 15px;
	outline: none;
	padding: 6px 35px;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-form .form-group .submit:hover {
	background-color: #373737;
}
.contact-form .form-group  textarea {
    height: 182px;
}
/* + Alert Msg */
.alert-msg {
	color: #ccc;
	margin: 10px 15px;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* - Client Section */
.client-section {
	margin-top: 86px;
	direction: ltr;
}
.client-section .client-carousel .item {
	min-height: 87px;
	vertical-align: middle;
	text-align: center;
	line-height: 6;
}
.client-section .client-carousel .item > a,
.client-section .client-carousel .item > a > img {
	display: inline-block;
}
.client-section .client-carousel .item > a > img {
	opacity: 0.6;
}
.client-section .client-carousel .item > a:hover > img {
	opacity: 1;
}
.client-section .client-carousel .owl-controls {
	margin: 0;
}

/* - 404 page */
.error-section {
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
}
.error-section .error-block {
	background-color: #fff;
	padding: 105px 15px 100px;
}
.error-section .error-block  h3 {
	font-family: 'Pacifico', cursive;
	font-size: 38px;
	color: #fb2943;
	display: inline-block;
	width: 100%;
	letter-spacing: 1.52px;
	line-height: 1.03;
	margin-bottom: 58px;
}
.error-section .error-block  h2  {
	color: #fb2943;
	display: inline-block;
	font-family: 'Lora', serif;
	font-size: 180px;
	font-weight: bold;
	letter-spacing: 8.1px;
	line-height: 0.76;
	margin-bottom: 37px;
	margin-top: 14px;
	width: 100%;
}
.error-section .error-block p {
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 0.63px;
	color: #686868;
	padding: 0 9%;
	font-family: 'Open Sans', sans-serif;;
}
.searchbox {
	margin: 0 auto;
	padding-top: 20px;
	max-width: 460px;
}
.searchbox .input-group .form-control {
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 0.56px;
	color: rgba(119,119,119,0.5);
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	border: 1px solid #d4d4d4;
	border-radius: 0;	
}
.searchbox .input-group .form-control::-webkit-input-placeholder {
	color: #777777;
	opacity: 0.5;
}
.searchbox .input-group .form-control:-moz-placeholder { 
	color: #777777;
	opacity: 0.5;
}
.searchbox .input-group .form-control::-moz-placeholder {
	color: #777777;
	opacity: 0.5;
}
.searchbox .input-group .form-control:-ms-input-placeholder {  
	color: #777777;
	opacity: 0.5;
}
.searchbox .input-group .btn {
	color: #ffffff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 1.23;
	letter-spacing: 0.51px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #fb2943;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 27px 11px;
}
.searchbox .input-group .btn:hover {
	background-color: #000;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* + Header */
	/* - Header 2 */
	.header_s2 .logo-block a {
		background-color: #fff;
		padding: 0 90px;
		margin-top: -50px;
	}
	
	.content-area-space {
		padding-right: 30px;
	}
	
	/* - Type Post */
	.blog-onecolumn .type-post.type-post-2.format-link .entry-content {
		padding-left: 16%;
		padding-right: 16%;
	}
	
	/* - Widget */
	.widget-area {
		padding-left: 0;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* + Header */
	/* - Menu Block */
	.header_s.fixed-top .top-header {
		display: none;
	}
	.header_s.fixed-top {
		border-bottom: 1px solid #fb2943;
	}
	.header_s .menu-block .ownavigation {
		text-align: center;
	}
	.header_s .menu-block .ownavigation > a.navbar-brand {
		display: none;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li {
		margin: 0 32px;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li:first-child {
		margin-left: 0;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li:last-child {
		margin-right: 0;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li > a {
		margin-bottom: 15px;
		margin-top: 15px;
		padding: 0;
	}
	.header_s .ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		border: none;
		content: "\f107";
		font-family: FontAwesome;
		font-size: 16px;
		font-weight: 400;
		height: auto;
		width: auto;
		vertical-align: middle;
		position: relative;
		top: -1px;
	}
	.header_s .ownavigation .navbar-nav > li.dropdown > .dropdown-menu .dropdown-toggle::after {
		float: right;
	}
	.header_s .ownavigation .navbar-nav > li.dropdown > .dropdown-menu .dropdown-toggle:hover::after {
		content: "\f105";
	}
	.header_s .ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		border: 1px solid #eeeeee;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu li > a {
		padding: 10px 0;
		border-top: 1px solid #eeeeee;
		position: relative;
		z-index: 1;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu li:first-child > a {
		border-top: none;
	}
	
	/* - Header 2 */
	.header_s2 .logo-block a {
		font-size: 50px;
	}
	.header_s2 .menu-block .ownavigation .navbar-nav > li {
		margin: 0 5px;
	}
	.header_s2 .menu-block .ownavigation .navbar-nav > li > a {
		margin-bottom: 0;
		margin-top: 0;
		padding: 11px 28px;
	}
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a, 
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.header_s2 .menu-block .ownavigation .navbar-nav li:hover > a, 
	.header_s2 .menu-block .ownavigation .navbar-nav li a:hover {
		background-color: #fb2943;
		color: #fff;
	}
	.header_s2 .ownavigation ul li > .dropdown-menu {
		background-color: #373737;
		border: none;
	}
	.header_s2 .ownavigation .navbar-nav li .dropdown-menu li {
		padding-left: 0px;
		padding-right: 0px;
	}
	.header_s2 .ownavigation .navbar-nav li .dropdown-menu li > a {
		color: #fff;
		padding: 10px 20px;
		border-top: 1px solid #eeeeee;
	}
	.header_s2 .ownavigation .navbar-nav li .dropdown-menu li > a:hover {
		color: #fff;
	}
	
	/* - Header 3 */
	.header_s3 .ownavigation .navbar-nav {
		margin: 0 auto;
	}
	.header_s3 .menu-block .ownavigation .navbar-nav > li {
		margin: 0 1px;
	}
	.header_s3 .menu-block .ownavigation .navbar-nav > li > a {
		margin: 0;
		padding-left: 35px;
		padding-right: 35px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.header_s3 .menu-block .ownavigation .navbar-nav > li.dropdown > a {
		padding-right: 23px;
	}
	.header_s3 .menu-block .ownavigation .navbar-nav > li > a::before {
		background-color: #fb2943;
		content: "";
		position: absolute;
		left: 0;
		width: 0;
		height: 2px;
		bottom: -1px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.header_s3 .menu-block .ownavigation .navbar-nav > .active > a::before, 
	.header_s3 .menu-block .ownavigation .navbar-nav > .active > a:focus::before, 
	.header_s3 .menu-block .ownavigation .navbar-nav > .active > a:hover::before, 
	.header_s3 .menu-block .ownavigation .navbar-nav li:hover > a::before, 
	.header_s3 .menu-block .ownavigation .navbar-nav li a:hover::before {
		width: 100%;
	}
	/* - Header 4 */
	.header_s4 .menu-block .ownavigation > a.navbar-brand {
		display: block;
		margin-top: 27px;
		margin-bottom: 43px
	}
	.header_s4 .menu-block .ownavigation .navbar-nav {
		margin-left: auto;
		margin-right: 0;
	}
	.header_s4 .menu-block .ownavigation .navbar-nav > li > a {
		margin-bottom: 62px;
		margin-top: 61px;
	}
	.header_s4.fixed-top .menu-block .ownavigation .navbar-nav > li > a {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.header_s4.fixed-top .menu-block .ownavigation .navbar-nav {
		margin: 0 auto;
	}
	
	/* - Footer Menu Block */
	.ftr-menu-block .ownavigation .navbar-nav > li {
		margin-left: 26px;
		margin-right: 26px;
	}
	.footer-1 .ftr-menu-block .ownavigation .navbar-nav > li > a {
		margin-bottom: 17px;
		margin-top: 17px;
	}
	.ftr-menu-block .ownavigation .navbar-collapse > ul li > .dropdown-menu {
		top: auto;
		bottom: 0;
		-webkit-transform-origin: 0 bottom 0;
		-moz-transform-origin: 0 bottom 0;
		-ms-transform-origin: 0 bottom 0;
		-o-transform-origin: 0 bottom 0;
		transform-origin: 0 bottom 0;
	}
	.ftr-menu-block .ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		bottom: 100%;
		top: auto;
		left: 0;
	}
	.ftr-menu-block .navbar-nav > li .dropdown-toggle::after {
		display: none;
	}
	.ftr-menu-block .ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		border: 1px solid #eeeeee;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.ftr-menu-block .ownavigation .navbar-nav li .dropdown-menu li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ftr-menu-block .ownavigation .navbar-nav li .dropdown-menu li > a {
		padding: 10px 0;
		border-top: 1px solid #eeeeee;
		position: relative;
		z-index: 1;
	}
	.ftr-menu-block .ownavigation .navbar-nav li .dropdown-menu li:first-child > a {
		border-top: none;
	}
	.footer-2 .ftr-menu-block .ownavigation .navbar-nav > li > a {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	/* - Slider Section 3 */
	.fixed-top .slider-section-3 {
		display: none;
	}
	/* - Recent Updates */
	.recent-updates .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.recent-updates .row [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.recent-updates .row .row [class*="col-"]:nth-child(n+2) {
		margin-top: 10px;
	}
	.recent-updates .type-post {
		margin-bottom: 0;
	}
	/* - Recent Updates 2 */
	.recent-updates2 .row [class*="col-"]:nth-child(n+4) {
		margin-top: 10px;
	}
	
	.blog-parallel .type-post .entry-cover {
		float: left;
		width: 42.11%;
	}
	.blog-parallel .type-post .entry-content {
		float: left;
		width: 57.89%;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}

/* - min-width: 576 */
@media (min-width: 576px) { 
	/* - Recent Updates */
	.recent-updates .recent-post-big .entry-cover,
	.recent-updates .recent-post-big .entry-content {
		float: left;
	}
	
	.blog-left-parallel .type-post .entry-cover,
	.blog-left-parallel .type-post .entry-content {
		float: left;
	}
	.blog-right-parallel .type-post .entry-cover,
	.blog-right-parallel .type-post .entry-content {
		float: right;
	}
}

/* - max-width: 1199 */
@media (max-width: 1199px) {
	/* - Category Section */
	.cat-item > a { 
		font-size: 18px;
	}
	.cat-item > a > span { 
		padding-bottom: 25px;
		padding-top: 25px;
	}
	/*  - Recent Updates */
	.recent-updates .recent-post-big .entry-content {
		margin-top: 0;
		padding: 15px;
	}
	.recent-updates .recent-post-big.type-post .entry-header .entry-title {
		font-size: 18px;
	}
	.recent-updates .recent-post-big .entry-content > a {
		margin-top: 15px;
	}
	.recent-updates .recent-post-box {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.recent-updates .recent-post-box > h5 {
		font-size: 15px;
		letter-spacing: 0;
	}
	
	/* - Type Post */
	.type-post .entry-header .entry-title {
		font-size: 20px;
	}
	
	.blog-onecolumn.blog-parallel .type-post.type-post-2 .entry-content {
		padding: 0 15px;
	}
	.blog-parallel .type-post .entry-content .entry-header {
		margin-bottom: 10px;
	}
	.blog-onecolumn.blog-parallel .type-post.type-post-2 .entry-header .entry-title {
		padding-bottom: 12px;
	}
	.blog-onecolumn.blog-parallel .type-post.type-post-2 .entry-content > p {
		line-height: 1.55;
	}
	
	.blog-onecolumn .type-post.format-add .entry-cover > h3 {
		font-size: 28px;
	}
	
	/* - Blog Single */
	.comment-list .children {
		margin-left: 0;
		padding-left: 10px;
	}
	
	article.type-post .entry-content .post-add-block > h3 {
		font-size: 26px;
	}
}	

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* + Header */ 
	/* - Header 1 */
	.header_s .menu-block .ownavigation .navbar-nav > li {
		margin-left: 15px;
		margin-right: 15px;
	}
	/* - Header 2 */
	.header_s2 .menu-block .ownavigation .navbar-nav > li {
		margin-left: 1px;
		margin-right: 1px;
	}
	.header_s2 .menu-block .ownavigation .navbar-nav > li > a {
		font-size: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header_s2 .ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		font-size: 15px;
	}
	/* - Header 3 */
	.header_s3 .menu-block .ownavigation .navbar-nav > li {
		margin: 0 1px;
	}
	.header_s3 .menu-block .ownavigation .navbar-nav > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header_s3 .menu-block .ownavigation .navbar-nav > li.dropdown > a {
		padding-right: 10px;
	}
	
	/* - Footer  1 */
	.ftr-menu-block .ownavigation .navbar-nav > li {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	/*  - Recent Updates */
	.recent-updates .recent-post-big.type-post .entry-header {
		margin-bottom: 10px;
	}
	.recent-updates .recent-post-box {
		padding-left: 95px;
		min-height: 91px;
	}
	.recent-updates .recent-post-box > a > img {
		width: 70px;
	}
	.blog-parallel .type-post .entry-content {
		margin-top: 0;
		padding: 15px;
	}
	.blog-parallel .type-post .entry-header .entry-title {
		font-size: 18px;
	}
	.blog-parallel .type-post .entry-content > a {
		margin-top: 15px;
	}
	.blog-twocolumn .type-post .entry-header .entry-title {
		font-size: 18px;
	}
	
	/* - Video Block */
	.video-block .video-content {
		margin-top: 0;
	}
	
	/* - Contact Content */
	.contact-content .contact-info {
		padding-left: 80px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* + Header */
	.header_s .slidepanel {
		border-bottom-color: #fb2943;
	}
	.header_s .menu-block .ownavigation .navbar-brand {
		font-size: 28px;
	}
	.header_s .top-header {
		padding: 0;
		border-bottom: none;
	}
	.header_s .top-header .top-left > span {
		font-size: 13px;
	}
	.header_s .top-header .top-left > span > a::before {
		margin: 0 10px;
	}
	.header_s .logo-block {
		display: none;
	}
	.header_s .menu-block {
		border-bottom: 1px solid #fb2943;
		border-top: none;
	}
	.header_s .ownavigation .navbar-toggler {
		border-color: #fb2943;
		color: #fb2943;
		cursor: pointer;
		margin: 15px 0;
	}
	.header_s .ownavigation .navbar-toggler:hover, 
	.header_s .ownavigation .navbar-toggler:focus {
		border-color: #444;
		color: #444;
	}
	.header_s .menu-block .user-info {
		position: absolute;
		right: 90px;
		top: 17px;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li a {
		line-height: 1.5;
	}
	
	.header_s .desktop-hide {
		top: 14px;
		right: 55px;
	}
	.header_s .slideit, 
	.header_s .closeit {
		color: #fb2943;
	}
	.header_s .slideit:hover, 
	.header_s .closeit:hover  {
		color: #444; 
	}	
	.header_s .menu-block .ownavigation > a.navbar-brand {
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.header_s .ownavigation .ddl-switch {
		background-color: #fb2943;
	}
	
	/* - Header 2 */
	.header_s2 .slideit, 
	.header_s2 .closeit,
	.header_s2 .slideit:hover, 
	.header_s2 .closeit:hover  {
		color: #fff; 
	}
	.header_s2 .top-header {
		padding: 0;
	}
	.header_s2 .top-header .top-right ul > li,
	.header_s3 .top-header .top-right ul > li,
	.header_s4 .top-header .top-right ul > li {
		margin-right: 20px;
	}
	.header_s2 .top-header .top-right ul > li:last-child,
	.header_s3 .top-header .top-right ul > li:last-child,
	.header_s4 .top-header .top-right ul > li:last-child {
		margin-right: 0;
	}
	.header_s2 .menu-block {
		border-bottom: none;
	}
	.header_s2 .menu-block .ownavigation > a.navbar-brand {
		color: #fff;
	}
	.header_s2 .ownavigation .navbar-toggler {
		border-color: #fff;
		color: #fff;
	}
	.header_s2 .ownavigation .navbar-toggler:hover,
	.header_s2 .ownavigation .navbar-toggler:focus {
		border-color: #eee;
		color: #eee;
	}
	.header_s2 .ownavigation .navbar-nav li .dropdown-menu li > a {
		color: #fff;
	}
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a, 
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.header_s2 .menu-block .ownavigation .navbar-nav li:hover > a, 
	.header_s2 .menu-block .ownavigation .navbar-nav li a:hover {
		color: #fb2943;
	}
	
	/* - Header Fix */
	.header_s.fixed-top .navbar-toggler {
		margin: 10px auto;
	}
	.header_s.fixed-top .desktop-hide,
	.header_s.fixed-top .menu-block .image-logo,
	.header_s.fixed-top .menu-block .navbar-brand {
		display: none;
	}
	.header_s.fixed-top .menu-block .user-info {
		display: none;
	}
	
	/* - Copyright Block */
	.footer-1 .copyright-block {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.copyright-block .logo-block {
		display: none;
	}
	.copyright-block p,
	.copyright-block .back-to-top > a {
		margin: 0;
	}
	
	/* - Footer Social */
	.footer-1 .ftr-social ul > li > a {
		font-size: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-1 .ftr-social ul > li > a > i {
		font-size: 16px;
	}
	
	/* - Footer Menu Block */
	.footer-1 .ftr-menu-block {
		margin-bottom: 30px;
	}
	.footer-1 .ftr-menu-block .ownavigation .navbar-toggler { 
		margin-bottom: 0;
	}
	.ftr-menu-block .ownavigation .navbar-nav > li a {
		line-height: 1.5;
	}
	.ftr-menu-block .ownavigation .navbar-toggler {
		margin-left: auto;
		margin-right: auto;
	}
	.ftr-menu-block .ownavigation .navbar-toggler,
	.ftr-menu-block .ownavigation .navbar-toggler:hover,
	.ftr-menu-block .ownavigation .navbar-toggler:focus {
		border-color: #fb2943;
		color: #fb2943;
	}
	.ftr-menu-block .ownavigation .ddl-switch {
		background-color: #fb2943;
	}
	
	/* - Footer 2 */
	.footer-2 .ftr-social {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.footer-2 .ftr-social .ftr-logo {
		display: none;
	}
	.footer-2 .ftr-social .social-icon > ul {
		text-align: center;
	}
	
	/* - Slider Section */
	#str-slider-3 .tp-tab-content > span {
        font-size: 18px;
    }
	
	/* - Recent Updates */
	.recent-updates .type-post {
		margin-bottom: 30px;
	}
	/* - Recent Updates 2 */
	.recent-updates2 .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Type Post */
	.type-post .entry-header .entry-title {
		font-size: 20px;
	}
	.blog-onecolumn .type-post .entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.type-post .entry-cover .post-category {
		left: 10px;
		top: 10px;
	}
	.type-post .entry-cover .post-category > a {
		font-size: 11px;
		letter-spacing: 0.5px;
		padding: 0 10px;
	}	
	.type-post.format-quote .entry-content > .entry-title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.type-post.format-quote .entry-content > i {
		margin-bottom: 0;	
		font-size: 26px;
	}
	.type-post.format-quote .entry-content > blockquote {
		font-size: 16px;
		letter-spacing: 0.6px;
		line-height: 1.32;
		margin-bottom: 0;
	}
	.type-post.format-link .entry-content > i {
		margin-bottom: 20px;
		font-size: 20px;
		width: 36px;
		height: 36px;
	}
	.type-post.format-link .entry-content > h3 {
		font-size: 16px;
		line-height: 1.3;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	
	.blog-parallel .type-post {
		text-align: center;
	}
	.blog-parallel .type-post .entry-content {
		margin-bottom: 26px;
	}
	.type-post.type-post-2.format-quote .entry-content > blockquote {
		font-size: 14px;
	}
	.blog-onecolumn .type-post.format-add .entry-cover > h3 {
		font-size: 19px;
	}
	
	/* - Widget Area */
	.widget-area .widget_social .social > li {
		margin: 0 4px;
	}
	
	/* - Blog Single */
	article.type-post .entry-content ul.post-list > li {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	article.type-post .entry-content > ul > li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.about-author-box .author-content {
		padding-right: 15px;
	}
	.about-author-box .author-content > h4 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.about-author-box .author-content > p {
		display: inline-block;
		width: 100%;
	}
	.comments-area .comment-form-author, 
	.comments-area .comment-form-email, 
	.comments-area .comment-form-url, 
	.comments-area .comment-form-comment  {
		width: 100%;
	}
	.comment-list .children {
		padding-left: 0;
	}
	.comment-metadata {
		width: 100%;
	}
	article.type-post .entry-content .post-add-block > h3 {
		font-size: 20px;
	} 
	
	/* - Contact Content */ 
	.contact-content [class*="col-"]:nth-child(n+3) {
		margin-top: 20px;
	}
	
	/* - 404 page */
	.error-section .error-block  h3  {
		font-size: 30px;
		line-height: 1.5;
		margin-bottom: 60px;
	}
	.error-section .error-block  h2 {
		font-size: 100px;
	}
}

/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Recent Updates */
	.recent-updates .recent-post-box {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.recent-updates .row .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	.about-author-box .author-content > a {
		float: left;
		padding-left: 30px;
		margin-bottom: 10px;
		text-decoration: none;
	}
}


/* - max-width: 767 */
@media (max-width: 767px) {
	/* + Header */
	.header_s .top-header .top-left,
	.header_s .top-header .top-right {
		text-align: center;
	}
	.header_s .top-header .top-right ul > li {
		margin-right: 20px;
	}
	
	/* - Header 2 */
	.header_s2 .top-header .top-right ul > li,
	.header_s3 .top-header .top-right ul > li,
	.header_s4 .top-header .top-right ul > li {
		margin-right: 8px;
	}
	
	/* - Footer Social */
	.footer-1 .ftr-social ul > li > a {
		font-size: 0;
	}
	.footer-1 .ftr-social ul > li > a > i {
		font-size: 16px;
		margin-right: -5px;
	}
	.footer-3 .copyright-block,
	.footer-3 .copyright-block .back-to-top {
		text-align: center;
	}
	.footer-3 .copyright-block p { 
		margin-bottom: 10px;
	}
	
	/* - Category Section */
	.category-section,
	.recent-updates {
		padding-top: 50px;
	}
	.page-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	/* - Recent Updates */
	.recent-updates .recent-post-big .entry-content .entry-header {
		margin-bottom: 10px;
	}
	.recent-updates .recent-post-big.type-post.blog-onecolumn .entry-header .entry-title {
		padding-bottom: 15px;
	}
	.recent-updates .recent-post-big.type-post .entry-content > p {
		font-size: 13px;
		letter-spacing: 0.53px;
		line-height: 1.55;
	}
	.recent-updates .recent-post-big .entry-content > a {
		font-size: 13px;
		margin-top: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.recent-updates .row .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	/* - Recent Updates 2 */
	.recent-updates2 .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Blog Masonry */
	.blog-masonry-box .type-post .entry-header .entry-title {
		font-size: 16px;
	}
	.blog-masonry-box .type-post.format-quote .entry-content > i {
		margin-bottom: 5px;
	}
	.blog-masonry-box .type-post.format-quote .entry-content > blockquote {
	    color: #444444;
		font-size: 17px;
		font-style: italic;
		letter-spacing: 0.99px;
		line-height: 1.32;
	}
	.blog-masonry-box .type-post.format-newsletter > h3 {
		font-size: 18px;
	}
	.blog-masonry-box .type-post.format-link .entry-content > h3,
	.blog-masonry-box .type-post.format-newsletter .newsletter-box > form > button {
		font-size: 16px;
	}
	
	/* - Widget area */
	.widget-area {
		margin-top: 60px;
	}
	
	/* - Blog Single */
	.about-author-box .author-content > h4 {
		width: 100%;
	}
	.about-author-box .author-content > a {
		float: left;
		padding-left: 30px;
		margin-bottom: 10px;
		text-decoration: none;
	}
	
	.contact-section .aboute-block {
		margin-bottom: 20px;
	}
	.about-content .about-text span {
		font-size: 50px;
	}
	
	/* - Contact Content */ 
	.contact-content {
		padding-left: 0;
		padding-right: 0;
	}
	.contact-content [class*="col-"]:nth-child(n+2) {
		margin-top: 20px;
	}
	.contact-content .contact-info {
		padding-left: 75px;
	}
}

/* - max-width: 639 */
@media (max-width: 639px) {
	
}

/* - max-width: 575 */
@media (max-width: 575px) {
	/* + Header */
	.header_s .top-header .top-left > span {
		font-size: 12px;
	}
	.header_s .top-header .top-left > span > a::before {
		margin: 0 3px 0 2px;
	}
	
	/* - Footer */
	.copyright-block,
	.copyright-block .back-to-top {
		text-align: center;
	}
	.footer-2 .copyright-block p {
		margin-bottom: 5px;
	}
	.footer-2 .copyright-block .back-to-top > a {
		margin-top: 5px;
	}
	
	/* + Shortcodes */
	/* - Recent Updates */
	.recent-updates .recent-post-big.type-post {
		display: block;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding: 10px;
	}
	.recent-updates .recent-post-big.type-post .entry-cover,
	.recent-updates .recent-post-big .entry-content {
		width: 100%;
	}
	.recent-updates .recent-post-big .entry-content {
		background-color: #fff;
		padding: 15px;
	}
	
	/* - Blog Masonry */
	.blog-masonry-box .type-post {
		max-width: 370px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* - Type Post */
	.type-post.format-quote .entry-content {
		left: 0;
		right: 0;
		margin-top: 15px;
	}
	.type-post.format-quote .entry-content > .entry-title {
		font-size: 14px;
	}
	.type-post.format-quote .entry-content > i {
		font-size: 16px;
	}
	.type-post.format-quote .entry-content > blockquote {
		font-size: 12px;
	}
	.blog-onecolumn .type-post .entry-content {
		left: 0;
		right: 0;
	}
	.type-post.format-link .entry-content > i {
		height: auto;
		border: none;
		width: auto;
		margin-bottom: 10px;
		line-height: 1;
	}
	.type-post.format-link .entry-content > h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.type-post.format-link .entry-content > a {
		font-size: 12px;
		letter-spacing: 0.7px;
	}
	.blog-parallel .type-post,
	.blog-twocolumn .type-post-2 {
		display: block;
		max-width: 410px;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-masonry-box .type-post.format-quote .entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* - Blog Single */
	article.type-post .entry-content > ul > li {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	/* - Contact Content */
	.contact-content .contact-info p {
		font-size: 13px;
	}
	
	/* - 404 page */
	.searchbox .input-group,
	.searchbox .input-group .form-control {
		display: inline-block;
		width: 100%;
	}
	.searchbox .input-group-btn {
		display: inline-block;
		margin-top: 15px;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Ow-pagination */
	.ow-pagination ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* - Footer */
	.footer-3 .copyright-block .back-to-top > ul > li {
		margin: 0 10px;
	}
	
	/* - Recent Updates */
	.recent-updates .recent-post-box {
		padding-left: 95px;
		min-height: 91px;
	}
	.recent-updates .recent-post-box > a > img {
		width: 70px;
	}
	
	/* - Type Post */
	.blog-twocolumn {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-twocolumn .type-post {
		max-width: 410px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-onecolumn .type-post.format-add .entry-cover > h3 {
		font-size: 13px;
	}
	
	.type-post.type-post-2.format-quote .entry-content > blockquote {
		font-size: 11px;
	}
	.type-post.type-post-2.format-quote .entry-cover .post-category {
		left: 0;
		top: 0;
	}
	.type-post.type-post-2.format-quote .entry-content {
		margin-top: 10px;
	}
	
	.blog-onecolumn .type-post-2.format-link .entry-cover .post-category {
		left: 15px;
		top: 15px;
	}
	.type-post.type-post-2.format-link .entry-content > h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	/* Blog Single */
	.about-author-box > .author {
		padding-left: 90px;
	}
	.about-author-box > .author > .author-image {
		width: 90px;
	}
	.about-author-box > .author > .author-image > ul > li > a {
		font-size: 10px;
		padding: 2px;
	}
	
	/* - Comment Area */
	.comment-body {
		padding-left: 0;
	}
	.comment-meta {
		/* padding-left: 100px; */
		position: relative;
		padding-bottom: 15px;
		min-height: 100px;
	}
	.comment-metadata .reply {
		display: inline-block;
		width: 100%;
	}
	.comment-metadata .reply > a {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}
	
	article.type-post .entry-content .post-add-block > h3 {
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	/* - 404 page */
	.searchbox .input-group .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* - max-width: 360 */
@media (max-width: 360px) {
	.blog-threecolumn {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-threecolumn:not(.blog-masonry-box) .type-post {
		max-width: 270px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.search.collapsed .sr-ic-open,
.search .sr-ic-close {
	display: inline-block;
}
.search.collapsed .sr-ic-close {
	display: none;
}
.search .sr-ic-open {
	display: none;
}
/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */

/* --------------------------------------------------------------------------------------------------------------------------------------------*/

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Widgets ] */
/* ========================================================================== */
/* ========================================================================== */

.widget {
	background-color: #fff;
	border: 1px solid #bababa;
}
.widget + .widget {
	margin-top: 50px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget > ul:first-of-type {
    padding-left: 20px;
	padding-right: 20px;
}
.widget-title {
	border-bottom: 1px solid #bababa;
	color: #fb2943;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0;
	padding: 19px 15px;
	text-transform: uppercase;
	text-align: center;
}

/* - Widget: Archives */
.widget_archive > ul {
	margin-bottom: 0;
	padding: 20px;
}
.widget_archive > ul li {
    color: #686868;
    display: inline-block;
    font-family: 'Lora', serif;
    font-size: 14px;
    margin: 5px 0;
    text-decoration: none;
    text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    width: 100%;
}
.widget_archive > ul li:last-child {
	margin-bottom: 0;
}
.widget_archive > ul li:hover {
	color: #fb2943;
}
.widget_archive ul li a {
	color: #686868;
	font-size: 14px;
	line-height: 1.66;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
}
.widget_archive ul li:hover a,
.widget_archive ul li a:hover {
	color: #fb2943;
}
.widget_archive .select_box {
	border: 1px solid #bababa;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
    display: block;
	margin: 30px;
}
.widget_archive .select_box select {
	color: #686868;
	letter-spacing: 0.35px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget_archive .select_box::after {
	border-left: 1px solid #b2b2b2;
    content:"\f107";
	font-family: FontAwesome;
	font-size: 24px;
    padding: 12px 8px;
    position: absolute; 
	right: 0; 
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
    z-index: 1;
    width: 50px;
    pointer-events: none;
    box-sizing: border-box;
	text-align: center;
}
.screen-reader-text {
	display: none;
}
.widget_archive > select {
	border: 1px solid #bababa;
	padding: 10px 12px;
	width: 85%;
	max-width: 100%;
	margin: 20px;
}

/* - Widget: Calendar */
.calendar_wrap {
	padding: 10px;
}
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
}
.widget_calendar caption {
	background-color: #f7f7f7;
	color: #686868;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
	text-align: center;
    text-transform: uppercase;
	caption-side: top;
}
.widget_calendar tbody a {
    background-color: transparent;
    color: #fb2943;
    font-weight: 700;
    display: block;
	text-decoration: none;
}
.widget_calendar tbody #today {
	background-color: #fb2943;
    color: #fff;
    font-weight: 700;
}
.widget_calendar #next,
.widget_calendar #prev {
	color: #464646;
}
.widget_calendar #next {
	text-align: right;
}
.widget_calendar #prev {
	text-align: left;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	background-color: #f7f7f7;
	color: #464646;
	padding: 3px 10px;
	text-decoration: none;
}

/* - Widget: Categories */
.widget_categories > ul {
	padding: 20px;
}
.widget_categories ul {
	margin-bottom: 0;
	position: relative;
}
.widget_categories > ul li {
    color: #686868;
    display: inline-block;
    font-family: 'Lora', serif;
    font-size: 14px;
    margin: 5px 0;
    text-decoration: none;
    text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    width: 100%;
}
.widget_categories > ul ul {
	padding-left: 10px;
	margin-top: 3px;
}
.widget_categories > ul li:last-child {
	margin-bottom: 0;
}
.widget_categories ul li a {
	color: #686868;
	font-size: 14px;
	line-height: 1.66;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_categories ul > li:hover,
.widget_categories ul li:hover > a,
.widget_categories ul li > a:hover {
	color: #fb2943;
}

.widget_categories select {
	border: 1px solid #bababa;
	padding: 10px 12px;
	width: 85%;
	margin: 20px;
}

/* - Widget: NavMenu */
.widget_nav_menu > div > ul:first-of-type {
	padding: 20px;
	margin-bottom: 0;
}
.widget_nav_menu > div > ul ul {
	padding-left: 10px;
}
.widget_nav_menu ul li {
	position: relative;
	list-style: none;
}
.widget_nav_menu ul li:hover::before,
.widget_nav_menu ul li::before {
	background: none;
}
.widget_nav_menu ul li a {
	color: #686868;
	display: block;
	font-family: 'Lora', serif;
    font-size: 14px;
	line-height: 1.66;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: 100%;
}
.widget_nav_menu ul li a:hover {
	color: #fb2943;
}

/* - Widget : Meta */
.widget_meta ul {
	margin-bottom: 0;
	padding: 20px;
}
.widget_meta ul li {
	list-style: none;
}
.widget_meta ul li a {
	color: #686868;
	display: block;
	font-family: 'Lora', serif;
    font-size: 14px;
	line-height: 1.66;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: 100%;
}
.widget_meta ul li:hover a{
	color: #fb2943;
}

/* - Widget : Pages */
.widget_pages > ul {
	padding: 20px;
	margin-bottom: 0;
}
.widget_pages > ul li {
	position: relative;
		list-style: none;
}
.widget_pages > ul li a {
	color: #686868;
	display: block;
	font-family: 'Lora', serif;
    font-size: 14px;
	line-height: 1.66;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: 100%;
}
.widget_pages > ul li.current_page_item a {
	color: #686868;
}
.widget_pages > ul li a:hover {
	color: #fb2943;
}
.widget_pages > ul ul {
	padding-left: 10px;
}

/* - Widget : Recent Comments */
.widget_recent_comments ul {
	margin-bottom: 0;
	padding: 20px;
}
.widget_recent_comments ul li {
	color: #686868;
	font-family: 'Lora', serif;
    font-size: 14px;
	margin-bottom: 10px;
	list-style: none;
}
.widget_recent_comments ul li:last-of-type {
	margin-bottom: 0;
}
.widget_recent_comments ul li span {
	margin-right: 5px;
}
.widget_recent_comments ul li a {
	color: #686868;
	font-weight: 600;
	text-decoration: none;
}
.widget_recent_comments ul li a:hover {
	color: #fb2943;
}

/* - Widget : Recent Entries */
.widget_recent_entries ul {
	margin-bottom: 0;
	padding: 20px;
}
.widget_recent_entries ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.widget_recent_entries ul li:last-of-type {
	margin-bottom: 0;
}
.widget_recent_entries ul li a {
	display: inline-block;
	color: #686868;
	font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 1.71;
	width: 100%;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.widget_recent_entries ul li a:hover {
	color: #fb2943;
}
.widget_recent_entries ul li > span {
	color: #fb2943;
    display: inline-block;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.18px;
    text-transform: capitalize;
}

/* - Widget : Search */
.searchform {
	padding: 20px;
}
.widget_search .input-group {
	border: 1px solid #bababa;
}
.widget_search .input-group .form-control,
.widget_search .btn-default {
	height: 45px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget_search .btn-default {
	padding: 6px 10px;
	background-color: transparent;
	color: #686868;
	cursor: pointer;
}
.widget_search .btn-default:hover {
	color: #fb2943;
}
.widget_search .input-group .form-control {	
	font-weight: 500;
	font-size: 14px;
	padding: 10px 15px;
	letter-spacing: 1.2px;
	color: #686868;
	background-color: transparent;
}
.widget_search .form-control::-webkit-input-placeholder {
	color: #686868;
}
.widget_search .form-control:-moz-placeholder {
	color: #686868;
}
.widget_search .form-control::-moz-placeholder {
	color: #686868;
}
.widget_search .form-control:-ms-input-placeholder {
	color: #686868;
}

/* - Widget: Tags */
.tagcloud {
	display: inline-block;
	width: 100%;
	padding: 20px;
}
.tagcloud a {
	display: inline-block;
	color: #717171;
	font-family: 'Lora', serif;
    font-size: 15px !important;
	letter-spacing: 0.225px;
	line-height: 1.63;
	margin: 5px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.tagcloud a:hover {
	color: #fb2943;
}

/* - Widget : Text */
.widget_text .textwidget {
	padding: 20px;
}
.widget_text .textwidget p {
	color: #686868;
    font-size: 14px;
    line-height: 2;
    padding: 0;
    word-wrap: break-word;
}
.widget_text .textwidget p:last-of-type {
	margin-bottom: 0;
}
.widget_text .select_box {
	border: 1px solid #bababa;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
    display: block;
}
.widget_text .select_box select {
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget_text .select_box::after {
	border-left: 1px solid #b2b2b2;
    content:"\f107";
	font-family: FontAwesome;
	font-size: 24px;
    padding: 12px 8px;
    position: absolute; 
	right: 0; 
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
    z-index: 1;
    width: 50px;
    pointer-events: none;
    box-sizing: border-box;
	text-align: center;
}
.widget_text .select_box select option {
	word-wrap: break-word;
}

/* - Widget : Image */
.widget_media_image {
	text-align: center;
}
.widget_media_image img {
	padding: 20px;
}

/* - Widget : Audio */
.widget_media_audio {
	text-align: center;
}
.widget_media_audio iframe {
	padding: 20px;
	border: none;
}

/* - Widget : Video */
.widget_media_video {
	text-align: center;
}
.widget_media_video iframe {
	padding: 20px;
	border: none;
}

/* - Widget : Rss */
.widget_rss .widget-title > a {
	color: #fb2943;
}
.widget_rss > ul {
	padding: 20px;
}
.widget_rss > ul li {
	list-style: none;
}
.widget_rss > ul li a {
	color: #fb2943;
}

/* - Custome Widget */

/* - Widget : About */
.widget_about {
	border-bottom: none;
}
.widget_about .wid-about-box {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 30px 20px 0;
}
.widget_about .wid-about-box > img {
	margin-bottom: 13px;
}
.widget_about .wid-about-box > p {
	color: #444444;
	letter-spacing: 0.63px;
	line-height: 1.85;
}
.widget_about > a {
	background-color: #000;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	letter-spacing: 1.2px;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 15px;
	margin-top: 10px;
-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_about > a:hover {
	background-color: #fb2943;
}

/* - Widget : Social */
.widget.widget_social .social {
	padding: 0;
	text-align: center;
	margin: 25px 15px;
}
.widget_social .social > li {
	display: inline-block;
	margin: 0 5px;
	width: auto;
}
.widget_social .social > li > a {
	border: 1px solid #bababa;
	border-radius: 100%;
	color: #444444;
	font-size: 17px;
	line-height: 2.7;
	display: inline-block;
	width: 48px;
	height: 48px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_social .social > li > a:hover {
	background-color: #000;
	border-color: transparent;
	color: #fff;
}

/* - Widget : Newsletter */
.widget_newsletter .newsletter-box {
	background-color: #f7f7f7;
	display: inline-block;
	width: 100%;
	padding: 39px 24px;
	text-align: center;
}
.widget_newsletter .newsletter-box > p {
	color: #444444;
	line-height: 1.85;
	letter-spacing: 0.63px;
}
.widget_newsletter .newsletter-box > form .form-control {
	color: #a9a9a9;
	font-size: 14px;
	border-radius: 0;
	border-color: #bababa;
	border-right-color: transparent;
	padding: 11px 18px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.widget_newsletter .newsletter-box > form .form-control::-webkit-input-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
.widget_newsletter .newsletter-box > form .form-control:-moz-placeholder { 
	color: #a9a9a9;
	opacity: 1;
}
.widget_newsletter .newsletter-box > form .form-control::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
.widget_newsletter .newsletter-box > form .form-control:-ms-input-placeholder {  
	color: #a9a9a9;
	opacity: 1;
}
.widget_newsletter .newsletter-box > form .btn {
	background-color: #000;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	margin-left: 0;
	font-size: 17px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	padding-top: 10px;
	padding-bottom: 11px;
}

/* - Widget : Latest Posts */
.widget_latestposts .latestposts {
	padding: 30px 19px;
}
.widget_latestposts .latest-content {
	border-bottom: 1px solid rgba(212,213,216,0.7);
	display: inline-block;
	max-width: 100%;
	width: 100%;
	position: relative;
	padding: 0 0 23px 84px;
	margin-bottom: 25px;
	min-height: 94px;
}
.widget_latestposts .latest-content:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 70px;
}
.widget_latestposts  .latest-content.no_post_thumb {
	padding-left: 0;
}
.widget_latestposts .latest-content > a > i {
	position: absolute;
	left: 0;
	top: 0;
}
.widget_latestposts .latest-content h5 {
	color: #686868;
	font-family: 'Lora', serif;
	font-size: 14px;
	line-height: 1.71;
	margin-top: 0;
	margin-bottom: 4px;
}
.widget_latestposts .latest-content h5 > a {
	color: #686868;
	text-decoration: none;
}
.widget_latestposts .latest-content h5 > a:hover {
	color: #fb2943;
}
.widget_latestposts .latest-content span {
	color: #fb2943;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 0.18px;
	text-transform: capitalize;
}
.widget_latestposts .latest-content span a {
	color: #fb2943;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
}
.widget_latestposts .latest-content span a + a::before {
	color: #fb2943;
	content: "|";
	margin: 0 5px;
}
.widget_latestposts .latest-content span a:hover {
	color: #444444;
}

/* - Widget : Instagram */
.widget.widget_instagram > ul {
	padding: 25px 5px;
	margin-bottom: 0;
}
.widget_instagram > ul > li {
	display: inline-block;
	margin: 5px 4px;
	width: auto;
}

/* - Widget : Advertisement */ 
.widget_advertisement {
	border: none;
	background-color: transparent;
}
.widget_advertisement > a {
	display: inline-block;
	position: relative;
	text-align: center;
}
.widget_advertisement > a::before {
	background-color: rgba(18,18,18,0.85);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.widget_advertisement > a::after {
	border: 1px solid rgba(255,255,255,0.3);
	bottom: 10px;
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
}
.widget_advertisement > a > span {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.08px;
	line-height: 1.75;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.widget_advertisement > a > span > span {
	color: #bfbfbf;
	font-size: 22px;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Widgets Over ] */
/* ========================================================================== */
/* ========================================================================== */
/*  ---------------------------------------------------------------------------------------------------------------*/

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vertical_middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav_absolute {
	position: absolute;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}


/* ## Site Header ******************************************* */

/* - Search */
.search-box {
	background-color: #303030;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 260px;
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box form {
	width: 100%;
	padding: 10px 0;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #ccc;
	font-size: 14px;
	font-style: italic;
	height: auto;
}
.search-box form input:focus {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
	color: #ccc;
}
.search-box form input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box form input:-moz-placeholder { 
	color: #ccc;
	opacity: 1;
}
.search-box form input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box form input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box .input-group-btn > .btn {
	padding: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}
.search-box span i {
	font-size: 15px;
	color: #fb2943;
	float: right;
	margin: 5px;
}

/* - SlidePanel */
.slidepanel { 
	display: block; 
}
.closeit,
.toggle,
.slideit {
	display: none;
}

/* - Navigation Menu */
.ownavigation {
	border: none;
	border-radius: 0;
	min-height: 1px;
	margin-bottom: 0;
}


/* - Nav Main */

/* - Nav Header */
.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* - Nav Toggle */

/* - Nav Switch */

/* - Nav Items */
.ownavigation .navbar-nav li  a {
	color: #232323;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	background-color: transparent;
	word-wrap: break-word;
	white-space: normal;
}
.ownavigation .navbar-nav > .active > a, 
.ownavigation .navbar-nav > .active > a:focus, 
.ownavigation .navbar-nav > .active > a:hover,
.ownavigation .navbar-nav li:hover > a,
.ownavigation .navbar-nav li a:hover,
.ownavigation .navbar-nav li a:focus {
	background-color: transparent;
}

/* - Nav Dropdown */

/* ## Responsive ************************************************************************************** */
	
/*----------------------------------------------------
	* Responsive
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
	
	/* ## Navigation Menu */
	.nav_trans {
		background: transparent;
	}

	/* - Nav Main */

	/* - Nav Header */

	/* - Nav Switch */
	.ownavigation .ddl-switch {
		display: none !important;
	}
	/* - Nav Items */
	.ownavigation .navbar-nav > li {
		margin: 0 20px;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 10px 0;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.ownavigation .navbar-nav > .active > a, 
	.ownavigation .navbar-nav > .active > a:focus, 
	.ownavigation .navbar-nav > .active > a:hover,
	.ownavigation .navbar-nav li:hover > a,
	.ownavigation .navbar-nav li a:hover {
		background-color: transparent;
		color: #004586;
	}

	/* - Nav Dropdown */
	.ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		border: none;
		left: 100%;
		border-radius: 0;
		opacity: 0;
		top: 0;
		display: block;
		margin: 0;
		padding: 0;
		min-width: 218px;
		max-width: 218px;
		visibility: hidden\0/;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
		-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		font-size: 13px;
		color: #333333;
		padding: 14px 22px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fcb100;
	}
	.ownavigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s;
		-o-transition: -o-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}
	.ownavigation ul > li > .dropdown-menu {
		left: 0; 
	}
	.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.ownavigation ul > li > .dropdown-menu,
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	
}

/* - Min Width : 992px & Max Width 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {	
	.ownavigation .navbar-nav > li {
		margin-left: 9px;
		margin-right: 9px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - SlidePanel */
	.slidepanel { 
		display: none;
		border-bottom: 1px solid #8a9b0f;
	}
	.slideit,
	.toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	.desktop-hide {
		position: absolute;
		right: 50px;
		text-align: center;
		top: 20px;
	}	
	.slideit,
	.closeit {
		color: #1b88ce;
		font-size: 25px;
		position: relative;
		right: 0;
		top: 0;
	}
	.slideit:hover,
	.closeit:hover {
		color: #1b88ce;
	}
	
	.mobile-hide {
		display: none;
	}

	/* ## Navigation Menu */

	/* - Nav Main */
	.ownavigation {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* - Nav Header */
	.ownavigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}	
	
	/* - Nav Items */
	.ownavigation .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.ownavigation .navbar-nav > li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 8px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}	
	.ownavigation .navbar-nav > li.active a {
		color: #1b88ce;
	}
	.ownavigation .navbar-nav > li.active > a:hover,
	.ownavigation .navbar-nav  li  a:hover,
	.ownavigation .navbar-nav  li  a:focus {
		color: #1b88ce;
	}
	
	.ownavigation .navbar-collapse {
		max-height: 340px;
	}
	.ownavigation .collapse.show {
		display: block;
		overflow-y: auto;
	}
	
	/* - Nav Toggle */
	.ownavigation .navbar-toggler {
		border: 2px solid #1b88ce;
		border-radius: 0;
		color: #1b88ce;
		font-size: 1.5rem;
		margin: 20px 0;
		padding: 0.25rem 0.5rem;
		z-index: 1;
		outline: none;
	}
	.ownavigation .navbar-toggler:hover,
	.ownavigation .navbar-toggler:focus {
		border-color: #1b88ce;
		color: #1b88ce;
	}
	
	/* - Nav Switch */
	.ownavigation .ddl-switch {
		background-color: #1b88ce;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 9px;
		z-index: 100;
	}
	.ownavigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}

	/* - Nav Dropdown */
	.ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		display: none;
	}
	.ownavigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
		top: 0;
	}
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ownavigation .navbar-nav > li:last-of-type {
		margin-bottom: 15px;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #232323;
		padding-left: 0;
		padding-right: 0;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fcb100;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Nav Toggle */
	.ownavigation .navbar-toggle {
		right: 0;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	
}

/* -  max-width: 575 */
@media (max-width: 575px) {
	.ownavigation .navbar-toggler {
		margin: 20px 0;
	}
}

/* Slider partnerów */
.sidebar-slider-fade {
	position: relative;
}
.sidebar-slider-fade a {
	-webkit-transition: opacity .8s ease-out;
	   -moz-transition: opacity .8s ease-out;
	     -o-transition: opacity .8s ease-out;
	        transition: opacity .8s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}
.sidebar-slider-fade a.active {
	position: relative;
	opacity: 1;
	z-index: 2;
}

/* Article comment section */
.comm_btn {
	display: block;
	font-size: 18px;
	line-height: 42px;
	padding: 0 20px 0 20px;
	background-color: #1B88CB;
	color: #fff;
	float: left;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
}

.comm_btn:hover {
	color: #fff;
	background-color: #464646;
	text-decoration: none;
}

.comm_btn:focus {
	color: #fff;
	background-color: #1B88CB;
}

/* Contact page */
.contact_header {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Article img responsive */
.art_content img {
	max-width: 100% !important;
	height: auto !important;
}

/* Home slider */
.slider_cat {
	font-size: 14px !important;
}

.slider_meta * {
	font-size: 14px !important;
}

.slider_meta_date {
	margin-right: 5px;
}

/* Navigation */
.navigation_list {
	margin-left: auto;
	margin-right: auto;
}

/*Custom text box ranking*/
.custom-box {
	position: relative;
	padding: 30px;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.05); 
}

.custom-box__text {
	text-align: left; 
}
  
.custom-box .author-name span {
	color: rgba(0, 0, 0, 0.4); 
}
  
.custom-box .custom-box__details {
	margin: 15px 0;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px; }
    
.custom-box .custom-box__details a {
	color: #fb2943;
    border-radius: 3px;
	transition: all .3s ease-out;
}

.custom-box .custom-box__details a:hover,
.custom-box .custom-box__details a:focus,
.custom-box .custom-box__details a:active {
	color: #fff;
	background-color: #fb2943;
}