/*
Theme Name: Studiocuts
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2032.4
Requires at least: 5.2
Tested up to: 5.9
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

input[type="button"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    white-space: normal;
}

/* general */

html {
    scroll-behavior: smooth;
}
body
{

}
.container, .section_wrapper
{
height: fit-content;
}


ul li .menu-toggle {
    display: none;
}
.menu_wrapper #menu_resp {
        display: none;
}
@media only screen and (min-width: 1240px) {
    #Header_creative #Top_bar .logo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	#Top_bar #logo img
	{
		max-height: 80px;
		height: 80px;
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
    .header-creative #Header_creative {
        position: fixed;
    }
}

@media only screen and (max-width: 1239px)
{
	#Header_creative #Top_bar .one
	{
		display: block;
	}
	.top_bar_right
	{
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.top_bar_right .toggle-nav
{
	display: block;
        transition: color linear 0.15s;
        text-decoration: none;
        font-size: 22px;
        color: #fff;
        line-height: 1;
        margin: 0px 0px 0 20px;
        cursor: pointer;
	
}
	.menu_wrapper #menu_resp #page_overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        /* Stay in place */
        z-index: 8;
        /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        /* Black fallback color */
        background-color: rgba(0, 0, 0, 0.5);
        /* Black w/opacity */
        overflow-x: hidden;
        /* Disable horizontal scroll */
    }
	.menu_wrapper #menu_resp {
        display: none;
		width: 100%;
		max-width: 500px;
        background: #fff;
        text-align: left;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 9999;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    }
    .menu_wrapper #menu_resp .toggle-nav {
        text-align: right;
    }
    #menu_resp_white {
        background: #000;
        z-index: 10;
        position: relative;
        padding-bottom: 15px;
    }
    .menu_wrapper #menu_resp ul {
        display: block;
        position: relative;
        overflow: auto;
        padding-right: 15px;
        background: #000;
    }
    .menu_wrapper #menu_resp ul li {
        float: none;
        display: block;
        position: relative;
        top: 0px;
        right: 0px;
        min-width: 300px;
        background: #000;
        text-align: left;
    }	
	 #menu_resp_white ul li .menu-toggle {
    display: block;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    opacity: .5;
		 color: #fff;
}
    .menu_wrapper #menu_resp ul li a {
        padding: 12px 10px !important;
        line-height: 20px !important;
        font-size: 17px;
    }
	#Top_bar #menu_resp_white .toggle-nav {
    line-height: 30px;
    padding: 15px 20px !important;
}
	.nopadright a,
.nopadright a span {
    padding-right: 20px !important
}
	
	#Top_bar #menu_resp_white .sub-menu
	{
		display: none;
		background: transparent;
		padding-left: 25px;
		position: relative;
		padding-bottom: 10px;
	}
	#Top_bar #menu_resp_white .sub-menu a 
	{
		color: #ccc;
		font-size: 16px;
	}
	#Top_bar #menu_resp_white .sub-menu .current_page_item  a
	{
		color: #fd0400;
	}
	
	#menu_resp_white .menu-item-has-children a
	{
		margin-right: 50px;
	}
	
	#Top_bar .menu > li > a span:not(.description)
	{
		line-height: 22px;
	}
	#Top_bar .menu>li a:not(.menu-toggle):after {
    background: transparent;
}
	#menu_resp_white .menu-main-menu-container
	{
		max-height: 80vh;
		overflow-y: scroll;
	}
	
	#Top_bar #logo img
	{
		max-height: 40px;
		height: 40px;
		padding-top: 7px;
		display: block;
	}
	
}
#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo
{
	height: 90px;
    line-height:90px;
    padding: 5px 0;
}



#Top_bar.is-sticky {
    z-index: 998;
    background: #fff;
    position: fixed!important;
    width: 100%;
    left: 0;
    top: 0;
    height: 60px;
    opacity: .97;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
#Top_bar.is-sticky #logo img
{
	max-height: 20px;
	padding-top: 15px;
	display: block;
}
#Top_bar.is-sticky .toggle-nav {
    line-height: 30px;
    margin: 0px 20px 0 0;
}
#Top_bar #menu li a
{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	padding: 12.5px 0;
}
#Top_bar #menu li a:hover
{
    color: #fff;
}
#Top_bar #menu li.current_page_parent>a
{
	color: #fff;
}
#Top_bar .top_bar_right
{
	padding-right: 0px;
}
@media only screen and (max-width: 767px)
{
 #Top_bar.is-sticky #logo {
        padding: 0px 0!important;
}

	#Top_bar {
    background-color: #100e0c !important;
		position: relative;
}
	.mobile-header-mini #Top_bar #logo {
    height: 50px!important;
    line-height: 50px!important;
    margin: 5px 0;
		padding: 0px;
}
	#Top_bar #logo img {
    display: block;
    padding-top: 5px;
	height: 38px;
}

.section_wrapper .mcb-wrap, .section_wrapper .column, .container .column, .sections_group, .four.columns {
    width: 100%!important;
    clear: both;
	margin-left: 0px;
	margin-right: 0px;
}
	
.section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px!important;
	width: calc(100% - 66px);
}
	.grid .post-item, .masonry .post-item {
    width: 100%!important;
    margin: 0 0 20px!important;
}
}

#menu li.menu-item-has-children:hover > ul
{
	display: block !important;
}

#menu > ul > li > a, a.action_button, #overlay-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}


/* style  */

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0
}

.flaticon-add:before {
    content: "\f100"
}

.flaticon-add-1:before {
    content: "\f101"
}

.flaticon-add-2:before {
    content: "\f102"
}

.flaticon-add-3:before {
    content: "\f103"
}

.flaticon-agenda:before {
    content: "\f104"
}

.flaticon-alarm:before {
    content: "\f105"
}

.flaticon-alarm-1:before {
    content: "\f106"
}

.flaticon-alarm-clock:before {
    content: "\f107"
}

.flaticon-alarm-clock-1:before {
    content: "\f108"
}

.flaticon-albums:before {
    content: "\f109"
}

.flaticon-app:before {
    content: "\f10a"
}

.flaticon-archive:before {
    content: "\f10b"
}

.flaticon-archive-1:before {
    content: "\f10c"
}

.flaticon-archive-2:before {
    content: "\f10d"
}

.flaticon-archive-3:before {
    content: "\f10e"
}

.flaticon-attachment:before {
    content: "\f10f"
}

.flaticon-back:before {
    content: "\f110"
}

.flaticon-battery:before {
    content: "\f111"
}

.flaticon-battery-1:before {
    content: "\f112"
}

.flaticon-battery-2:before {
    content: "\f113"
}

.flaticon-battery-3:before {
    content: "\f114"
}

.flaticon-battery-4:before {
    content: "\f115"
}

.flaticon-battery-5:before {
    content: "\f116"
}

.flaticon-battery-6:before {
    content: "\f117"
}

.flaticon-battery-7:before {
    content: "\f118"
}

.flaticon-battery-8:before {
    content: "\f119"
}

.flaticon-battery-9:before {
    content: "\f11a"
}

.flaticon-binoculars:before {
    content: "\f11b"
}

.flaticon-blueprint:before {
    content: "\f11c"
}

.flaticon-bluetooth:before {
    content: "\f11d"
}

.flaticon-bluetooth-1:before {
    content: "\f11e"
}

.flaticon-bookmark:before {
    content: "\f11f"
}

.flaticon-bookmark-1:before {
    content: "\f120"
}

.flaticon-briefcase:before {
    content: "\f121"
}

.flaticon-broken-link:before {
    content: "\f122"
}

.flaticon-calculator:before {
    content: "\f123"
}

.flaticon-calculator-1:before {
    content: "\f124"
}

.flaticon-calendar:before {
    content: "\f125"
}

.flaticon-calendar-1:before {
    content: "\f126"
}

.flaticon-calendar-2:before {
    content: "\f127"
}

.flaticon-calendar-3:before {
    content: "\f128"
}

.flaticon-calendar-4:before {
    content: "\f129"
}

.flaticon-calendar-5:before {
    content: "\f12a"
}

.flaticon-calendar-6:before {
    content: "\f12b"
}

.flaticon-calendar-7:before {
    content: "\f12c"
}

.flaticon-checked:before {
    content: "\f12d"
}

.flaticon-checked-1:before {
    content: "\f12e"
}

.flaticon-clock:before {
    content: "\f12f"
}

.flaticon-clock-1:before {
    content: "\f130"
}

.flaticon-close:before {
    content: "\f131"
}

.flaticon-cloud:before {
    content: "\f132"
}

.flaticon-cloud-computing:before {
    content: "\f133"
}

.flaticon-cloud-computing-1:before {
    content: "\f134"
}

.flaticon-cloud-computing-2:before {
    content: "\f135"
}

.flaticon-cloud-computing-3:before {
    content: "\f136"
}

.flaticon-cloud-computing-4:before {
    content: "\f137"
}

.flaticon-cloud-computing-5:before {
    content: "\f138"
}

.flaticon-command:before {
    content: "\f139"
}

.flaticon-compact-disc:before {
    content: "\f13a"
}

.flaticon-compact-disc-1:before {
    content: "\f13b"
}

.flaticon-compact-disc-2:before {
    content: "\f13c"
}

.flaticon-compass:before {
    content: "\f13d"
}

.flaticon-compose:before {
    content: "\f13e"
}

.flaticon-controls:before {
    content: "\f13f"
}

.flaticon-controls-1:before {
    content: "\f140"
}

.flaticon-controls-2:before {
    content: "\f141"
}

.flaticon-controls-3:before {
    content: "\f142"
}

.flaticon-controls-4:before {
    content: "\f143"
}

.flaticon-controls-5:before {
    content: "\f144"
}

.flaticon-controls-6:before {
    content: "\f145"
}

.flaticon-controls-7:before {
    content: "\f146"
}

.flaticon-controls-8:before {
    content: "\f147"
}

.flaticon-controls-9:before {
    content: "\f148"
}

.flaticon-database:before {
    content: "\f149"
}

.flaticon-database-1:before {
    content: "\f14a"
}

.flaticon-database-2:before {
    content: "\f14b"
}

.flaticon-database-3:before {
    content: "\f14c"
}

.flaticon-diamond:before {
    content: "\f14d"
}

.flaticon-diploma:before {
    content: "\f14e"
}

.flaticon-dislike:before {
    content: "\f14f"
}

.flaticon-dislike-1:before {
    content: "\f150"
}

.flaticon-divide:before {
    content: "\f151"
}

.flaticon-divide-1:before {
    content: "\f152"
}

.flaticon-division:before {
    content: "\f153"
}

.flaticon-document:before {
    content: "\f154"
}

.flaticon-download:before {
    content: "\f155"
}

.flaticon-edit:before {
    content: "\f156"
}

.flaticon-edit-1:before {
    content: "\f157"
}

.flaticon-eject:before {
    content: "\f158"
}

.flaticon-eject-1:before {
    content: "\f159"
}

.flaticon-equal:before {
    content: "\f15a"
}

.flaticon-equal-1:before {
    content: "\f15b"
}

.flaticon-equal-2:before {
    content: "\f15c"
}

.flaticon-error:before {
    content: "\f15d"
}

.flaticon-exit:before {
    content: "\f15e"
}

.flaticon-exit-1:before {
    content: "\f15f"
}

.flaticon-exit-2:before {
    content: "\f160"
}

.flaticon-eyeglasses:before {
    content: "\f161"
}

.flaticon-fast-forward:before {
    content: "\f162"
}

.flaticon-fast-forward-1:before {
    content: "\f163"
}

.flaticon-fax:before {
    content: "\f164"
}

.flaticon-file:before {
    content: "\f165"
}

.flaticon-file-1:before {
    content: "\f166"
}

.flaticon-file-2:before {
    content: "\f167"
}

.flaticon-film:before {
    content: "\f168"
}

.flaticon-fingerprint:before {
    content: "\f169"
}

.flaticon-flag:before {
    content: "\f16a"
}

.flaticon-flag-1:before {
    content: "\f16b"
}

.flaticon-flag-2:before {
    content: "\f16c"
}

.flaticon-flag-3:before {
    content: "\f16d"
}

.flaticon-flag-4:before {
    content: "\f16e"
}

.flaticon-focus:before {
    content: "\f16f"
}

.flaticon-folder:before {
    content: "\f170"
}

.flaticon-folder-1:before {
    content: "\f171"
}

.flaticon-folder-10:before {
    content: "\f172"
}

.flaticon-folder-11:before {
    content: "\f173"
}

.flaticon-folder-12:before {
    content: "\f174"
}

.flaticon-folder-13:before {
    content: "\f175"
}

.flaticon-folder-14:before {
    content: "\f176"
}

.flaticon-folder-15:before {
    content: "\f177"
}

.flaticon-folder-16:before {
    content: "\f178"
}

.flaticon-folder-17:before {
    content: "\f179"
}

.flaticon-folder-18:before {
    content: "\f17a"
}

.flaticon-folder-19:before {
    content: "\f17b"
}

.flaticon-folder-2:before {
    content: "\f17c"
}

.flaticon-folder-3:before {
    content: "\f17d"
}

.flaticon-folder-4:before {
    content: "\f17e"
}

.flaticon-folder-5:before {
    content: "\f17f"
}

.flaticon-folder-6:before {
    content: "\f180"
}

.flaticon-folder-7:before {
    content: "\f181"
}

.flaticon-folder-8:before {
    content: "\f182"
}

.flaticon-folder-9:before {
    content: "\f183"
}

.flaticon-forbidden:before {
    content: "\f184"
}

.flaticon-funnel:before {
    content: "\f185"
}

.flaticon-garbage:before {
    content: "\f186"
}

.flaticon-garbage-1:before {
    content: "\f187"
}

.flaticon-garbage-2:before {
    content: "\f188"
}

.flaticon-gift:before {
    content: "\f189"
}

.flaticon-help:before {
    content: "\f18a"
}

.flaticon-hide:before {
    content: "\f18b"
}

.flaticon-hold:before {
    content: "\f18c"
}

.flaticon-home:before {
    content: "\f18d"
}

.flaticon-home-1:before {
    content: "\f18e"
}

.flaticon-home-2:before {
    content: "\f18f"
}

.flaticon-hourglass:before {
    content: "\f190"
}

.flaticon-hourglass-1:before {
    content: "\f191"
}

.flaticon-hourglass-2:before {
    content: "\f192"
}

.flaticon-hourglass-3:before {
    content: "\f193"
}

.flaticon-house:before {
    content: "\f194"
}

.flaticon-id-card:before {
    content: "\f195"
}

.flaticon-id-card-1:before {
    content: "\f196"
}

.flaticon-id-card-2:before {
    content: "\f197"
}

.flaticon-id-card-3:before {
    content: "\f198"
}

.flaticon-id-card-4:before {
    content: "\f199"
}

.flaticon-id-card-5:before {
    content: "\f19a"
}

.flaticon-idea:before {
    content: "\f19b"
}

.flaticon-incoming:before {
    content: "\f19c"
}

.flaticon-infinity:before {
    content: "\f19d"
}

.flaticon-info:before {
    content: "\f19e"
}

.flaticon-internet:before {
    content: "\f19f"
}

.flaticon-key:before {
    content: "\f1a0"
}

.flaticon-lamp:before {
    content: "\f1a1"
}

.flaticon-layers:before {
    content: "\f1a2"
}

.flaticon-layers-1:before {
    content: "\f1a3"
}

.flaticon-like:before {
    content: "\f1a4"
}

.flaticon-like-1:before {
    content: "\f1a5"
}

.flaticon-like-2:before {
    content: "\f1a6"
}

.flaticon-link:before {
    content: "\f1a7"
}

.flaticon-list:before {
    content: "\f1a8"
}

.flaticon-list-1:before {
    content: "\f1a9"
}

.flaticon-lock:before {
    content: "\f1aa"
}

.flaticon-lock-1:before {
    content: "\f1ab"
}

.flaticon-locked:before {
    content: "\f1ac"
}

.flaticon-locked-1:before {
    content: "\f1ad"
}

.flaticon-locked-2:before {
    content: "\f1ae"
}

.flaticon-locked-3:before {
    content: "\f1af"
}

.flaticon-locked-4:before {
    content: "\f1b0"
}

.flaticon-locked-5:before {
    content: "\f1b1"
}

.flaticon-locked-6:before {
    content: "\f1b2"
}

.flaticon-login:before {
    content: "\f1b3"
}

.flaticon-magic-wand:before {
    content: "\f1b4"
}

.flaticon-magnet:before {
    content: "\f1b5"
}

.flaticon-magnet-1:before {
    content: "\f1b6"
}

.flaticon-magnet-2:before {
    content: "\f1b7"
}

.flaticon-map:before {
    content: "\f1b8"
}

.flaticon-map-1:before {
    content: "\f1b9"
}

.flaticon-map-2:before {
    content: "\f1ba"
}

.flaticon-map-location:before {
    content: "\f1bb"
}

.flaticon-megaphone:before {
    content: "\f1bc"
}

.flaticon-megaphone-1:before {
    content: "\f1bd"
}

.flaticon-menu:before {
    content: "\f1be"
}

.flaticon-menu-1:before {
    content: "\f1bf"
}

.flaticon-menu-2:before {
    content: "\f1c0"
}

.flaticon-menu-3:before {
    content: "\f1c1"
}

.flaticon-menu-4:before {
    content: "\f1c2"
}

.flaticon-microphone:before {
    content: "\f1c3"
}

.flaticon-microphone-1:before {
    content: "\f1c4"
}

.flaticon-minus:before {
    content: "\f1c5"
}

.flaticon-minus-1:before {
    content: "\f1c6"
}

.flaticon-more:before {
    content: "\f1c7"
}

.flaticon-more-1:before {
    content: "\f1c8"
}

.flaticon-more-2:before {
    content: "\f1c9"
}

.flaticon-multiply:before {
    content: "\f1ca"
}

.flaticon-multiply-1:before {
    content: "\f1cb"
}

.flaticon-music-player:before {
    content: "\f1cc"
}

.flaticon-music-player-1:before {
    content: "\f1cd"
}

.flaticon-music-player-2:before {
    content: "\f1ce"
}

.flaticon-music-player-3:before {
    content: "\f1cf"
}

.flaticon-mute:before {
    content: "\f1d0"
}

.flaticon-muted:before {
    content: "\f1d1"
}

.flaticon-navigation:before {
    content: "\f1d2"
}

.flaticon-navigation-1:before {
    content: "\f1d3"
}

.flaticon-network:before {
    content: "\f1d4"
}

.flaticon-newspaper:before {
    content: "\f1d5"
}

.flaticon-next:before {
    content: "\f1d6"
}

.flaticon-note:before {
    content: "\f1d7"
}

.flaticon-notebook:before {
    content: "\f1d8"
}

.flaticon-notebook-1:before {
    content: "\f1d9"
}

.flaticon-notebook-2:before {
    content: "\f1da"
}

.flaticon-notebook-3:before {
    content: "\f1db"
}

.flaticon-notebook-4:before {
    content: "\f1dc"
}

.flaticon-notebook-5:before {
    content: "\f1dd"
}

.flaticon-notepad:before {
    content: "\f1de"
}

.flaticon-notepad-1:before {
    content: "\f1df"
}

.flaticon-notepad-2:before {
    content: "\f1e0"
}

.flaticon-notification:before {
    content: "\f1e1"
}

.flaticon-paper-plane:before {
    content: "\f1e2"
}

.flaticon-paper-plane-1:before {
    content: "\f1e3"
}

.flaticon-pause:before {
    content: "\f1e4"
}

.flaticon-pause-1:before {
    content: "\f1e5"
}

.flaticon-percent:before {
    content: "\f1e6"
}

.flaticon-percent-1:before {
    content: "\f1e7"
}

.flaticon-perspective:before {
    content: "\f1e8"
}

.flaticon-photo-camera:before {
    content: "\f1e9"
}

.flaticon-photo-camera-1:before {
    content: "\f1ea"
}

.flaticon-photos:before {
    content: "\f1eb"
}

.flaticon-picture:before {
    content: "\f1ec"
}

.flaticon-picture-1:before {
    content: "\f1ed"
}

.flaticon-picture-2:before {
    content: "\f1ee"
}

.flaticon-pin:before {
    content: "\f1ef"
}

.flaticon-placeholder:before {
    content: "\f1f0"
}

.flaticon-placeholder-1:before {
    content: "\f1f1"
}

.flaticon-placeholder-2:before {
    content: "\f1f2"
}

.flaticon-placeholder-3:before {
    content: "\f1f3"
}

.flaticon-placeholders:before {
    content: "\f1f4"
}

.flaticon-play-button:before {
    content: "\f1f5"
}

.flaticon-play-button-1:before {
    content: "\f1f6"
}

.flaticon-plus:before {
    content: "\f1f7"
}

.flaticon-power:before {
    content: "\f1f8"
}

.flaticon-previous:before {
    content: "\f1f9"
}

.flaticon-price-tag:before {
    content: "\f1fa"
}

.flaticon-print:before {
    content: "\f1fb"
}

.flaticon-push-pin:before {
    content: "\f1fc"
}

.flaticon-radar:before {
    content: "\f1fd"
}

.flaticon-reading:before {
    content: "\f1fe"
}

.flaticon-record:before {
    content: "\f1ff"
}

.flaticon-repeat:before {
    content: "\f200"
}

.flaticon-repeat-1:before {
    content: "\f201"
}

.flaticon-restart:before {
    content: "\f202"
}

.flaticon-resume:before {
    content: "\f203"
}

.flaticon-rewind:before {
    content: "\f204"
}

.flaticon-rewind-1:before {
    content: "\f205"
}

.flaticon-route:before {
    content: "\f206"
}

.flaticon-save:before {
    content: "\f207"
}

.flaticon-search:before {
    content: "\f208"
}

.flaticon-search-1:before {
    content: "\f209"
}

.flaticon-send:before {
    content: "\f20a"
}

.flaticon-server:before {
    content: "\f20b"
}

.flaticon-server-1:before {
    content: "\f20c"
}

.flaticon-server-2:before {
    content: "\f20d"
}

.flaticon-server-3:before {
    content: "\f20e"
}

.flaticon-settings:before {
    content: "\f20f"
}

.flaticon-settings-1:before {
    content: "\f210"
}

.flaticon-settings-2:before {
    content: "\f211"
}

.flaticon-settings-3:before {
    content: "\f212"
}

.flaticon-settings-4:before {
    content: "\f213"
}

.flaticon-settings-5:before {
    content: "\f214"
}

.flaticon-settings-6:before {
    content: "\f215"
}

.flaticon-settings-7:before {
    content: "\f216"
}

.flaticon-settings-8:before {
    content: "\f217"
}

.flaticon-settings-9:before {
    content: "\f218"
}

.flaticon-share:before {
    content: "\f219"
}

.flaticon-share-1:before {
    content: "\f21a"
}

.flaticon-share-2:before {
    content: "\f21b"
}

.flaticon-shuffle:before {
    content: "\f21c"
}

.flaticon-shuffle-1:before {
    content: "\f21d"
}

.flaticon-shutdown:before {
    content: "\f21e"
}

.flaticon-sign:before {
    content: "\f21f"
}

.flaticon-sign-1:before {
    content: "\f220"
}

.flaticon-skip:before {
    content: "\f221"
}

.flaticon-smartphone:before {
    content: "\f222"
}

.flaticon-smartphone-1:before {
    content: "\f223"
}

.flaticon-smartphone-10:before {
    content: "\f224"
}

.flaticon-smartphone-11:before {
    content: "\f225"
}

.flaticon-smartphone-2:before {
    content: "\f226"
}

.flaticon-smartphone-3:before {
    content: "\f227"
}

.flaticon-smartphone-4:before {
    content: "\f228"
}

.flaticon-smartphone-5:before {
    content: "\f229"
}

.flaticon-smartphone-6:before {
    content: "\f22a"
}

.flaticon-smartphone-7:before {
    content: "\f22b"
}

.flaticon-smartphone-8:before {
    content: "\f22c"
}

.flaticon-smartphone-9:before {
    content: "\f22d"
}

.flaticon-speaker:before {
    content: "\f22e"
}

.flaticon-speaker-1:before {
    content: "\f22f"
}

.flaticon-speaker-2:before {
    content: "\f230"
}

.flaticon-speaker-3:before {
    content: "\f231"
}

.flaticon-speaker-4:before {
    content: "\f232"
}

.flaticon-speaker-5:before {
    content: "\f233"
}

.flaticon-speaker-6:before {
    content: "\f234"
}

.flaticon-speaker-7:before {
    content: "\f235"
}

.flaticon-speaker-8:before {
    content: "\f236"
}

.flaticon-spotlight:before {
    content: "\f237"
}

.flaticon-star:before {
    content: "\f238"
}

.flaticon-star-1:before {
    content: "\f239"
}

.flaticon-stop:before {
    content: "\f23a"
}

.flaticon-stop-1:before {
    content: "\f23b"
}

.flaticon-stopwatch:before {
    content: "\f23c"
}

.flaticon-stopwatch-1:before {
    content: "\f23d"
}

.flaticon-stopwatch-2:before {
    content: "\f23e"
}

.flaticon-stopwatch-3:before {
    content: "\f23f"
}

.flaticon-stopwatch-4:before {
    content: "\f240"
}

.flaticon-street:before {
    content: "\f241"
}

.flaticon-street-1:before {
    content: "\f242"
}

.flaticon-substract:before {
    content: "\f243"
}

.flaticon-substract-1:before {
    content: "\f244"
}

.flaticon-success:before {
    content: "\f245"
}

.flaticon-switch:before {
    content: "\f246"
}

.flaticon-switch-1:before {
    content: "\f247"
}

.flaticon-switch-2:before {
    content: "\f248"
}

.flaticon-switch-3:before {
    content: "\f249"
}

.flaticon-switch-4:before {
    content: "\f24a"
}

.flaticon-switch-5:before {
    content: "\f24b"
}

.flaticon-switch-6:before {
    content: "\f24c"
}

.flaticon-switch-7:before {
    content: "\f24d"
}

.flaticon-tabs:before {
    content: "\f24e"
}

.flaticon-tabs-1:before {
    content: "\f24f"
}

.flaticon-target:before {
    content: "\f250"
}

.flaticon-television:before {
    content: "\f251"
}

.flaticon-television-1:before {
    content: "\f252"
}

.flaticon-time:before {
    content: "\f253"
}

.flaticon-trash:before {
    content: "\f254"
}

.flaticon-umbrella:before {
    content: "\f255"
}

.flaticon-unlink:before {
    content: "\f256"
}

.flaticon-unlocked:before {
    content: "\f257"
}

.flaticon-unlocked-1:before {
    content: "\f258"
}

.flaticon-unlocked-2:before {
    content: "\f259"
}

.flaticon-upload:before {
    content: "\f25a"
}

.flaticon-user:before {
    content: "\f25b"
}

.flaticon-user-1:before {
    content: "\f25c"
}

.flaticon-user-2:before {
    content: "\f25d"
}

.flaticon-user-3:before {
    content: "\f25e"
}

.flaticon-user-4:before {
    content: "\f25f"
}

.flaticon-user-5:before {
    content: "\f260"
}

.flaticon-user-6:before {
    content: "\f261"
}

.flaticon-user-7:before {
    content: "\f262"
}

.flaticon-users:before {
    content: "\f263"
}

.flaticon-users-1:before {
    content: "\f264"
}

.flaticon-video-camera:before {
    content: "\f265"
}

.flaticon-video-camera-1:before {
    content: "\f266"
}

.flaticon-video-player:before {
    content: "\f267"
}

.flaticon-video-player-1:before {
    content: "\f268"
}

.flaticon-video-player-2:before {
    content: "\f269"
}

.flaticon-view:before {
    content: "\f26a"
}

.flaticon-view-1:before {
    content: "\f26b"
}

.flaticon-view-2:before {
    content: "\f26c"
}

.flaticon-volume-control:before {
    content: "\f26d"
}

.flaticon-volume-control-1:before {
    content: "\f26e"
}

.flaticon-warning:before {
    content: "\f26f"
}

.flaticon-wifi:before {
    content: "\f270"
}

.flaticon-wifi-1:before {
    content: "\f271"
}

.flaticon-windows:before {
    content: "\f272"
}

.flaticon-windows-1:before {
    content: "\f273"
}

.flaticon-windows-2:before {
    content: "\f274"
}

.flaticon-windows-3:before {
    content: "\f275"
}

.flaticon-windows-4:before {
    content: "\f276"
}

.flaticon-wireless-internet:before {
    content: "\f277"
}

.flaticon-worldwide:before {
    content: "\f278"
}

.flaticon-worldwide-1:before {
    content: "\f279"
}

.flaticon-zoom-in:before {
    content: "\f27a"
}

.flaticon-zoom-out:before {
    content: "\f27b"
}

#Footer h1, #Footer h1 a, #Footer h1 a:hover, #Footer h2, #Footer h2 a, #Footer h2 a:hover, #Footer h3, #Footer h3 a, #Footer h3 a:hover, #Footer h4, #Footer h4 a, #Footer h4 a:hover, #Footer h5, #Footer h5 a, #Footer h5 a:hover, #Footer h6, #Footer h6 a, #Footer h6 a:hover {
    color: #ffffff;
}
#Footer, #Footer .widget_recent_entries ul li a {
    color: #ffffff;
}
#Footer .footer_copy .social li a, #Footer .footer_copy .social-menu a {
    color: #ffffff;
}
.footer_button {
    color: #ffffff !important;
    background-color: transparent;
    box-shadow: none !important;
}
.footer_button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    font-size: 20px !important;
    margin: 0;
    text-align: center;
    text-decoration: none !important;
    font-family: inherit !important;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}

.heateor_sss_horizontal_sharing .heateorSssSharing,
.heateor_sss_standard_follow_icons_container .heateorSssSharing {
    color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: transparent
}

.heateor_sss_horizontal_sharing {
    margin-top: 10px;
    margin-bottom: 20px
}

.heateorSssSharing {
    float: left;
    border: none
}

.heateorSssSharing,
.heateorSssSharingButton {
    display: block;
    cursor: pointer;
    margin: 2px
}

.heateorSssSharingSvg {
    width: 100%;
    height: 100%
}

ul.heateor_sss_follow_ul,
ul.heateor_sss_sharing_ul {
    margin: 1px 0!important;
    list-style: none!important;
    padding-left: 0!important
}

ul.heateor_sss_sharing_ul {
    width: 100%;
    text-align: center
}

div.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li {
    float: none!important;
    display: inline-block
}

ul.heateor_sss_follow_ul li.heateorSssSharingRound,
ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
    background: 0 0!important
}

div.heateor_sss_horizontal_sharing li {
    width: auto
}

ul.heateor_sss_follow_ul li,
ul.heateor_sss_sharing_ul li {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    border: none!important;
    clear: none!important
}

div.heateor_sss_horizontal_sharing li {
    width: auto
}

.heateorSssLinkedinBackground {
    background-color: #0077b5
}

.heateorSssFacebookBackground {
    background-color: #3c589a
}

.heateorSssTwitterBackground {
    background-color: #55acee
}

.heateorSssPinterestBackground {
    background-color: #cc2329
}

.heateorSssEmailBackground {
    background-color: #649a3f
}

.heateorSssFacebookSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center
}

.heateorSssLinkedinSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center center
}

.heateorSssTwitterSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center
}

.heateorSssPinterestSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center
}

.heateorSssEmailSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center
}
