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

    1. IMPORT FILES
    2. SKELETON
    3. MISC
    4. HEADER MENU
    5. SECTION 
    6. SIDEBAR 
    7. BLOG 
    8. PRICING 
    9. AWARDS
    10. LIST ITEMS 
    11. FOOTER 
    12. RESPONSIVE

************************************/
/************************************
IMPORT FILES
************************************/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-bars:before {
    content: "\f100";
}

.flaticon-briefcase:before {
    content: "\f101";
}

.flaticon-check:before {
    content: "\f102";
}

.flaticon-error:before {
    content: "\f103";
}

.flaticon-heart:before {
    content: "\f104";
}

.flaticon-magnifying-glass:before {
    content: "\f105";
}

.flaticon-multimedia:before {
    content: "\f106";
}

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

.flaticon-twitter:before {
    content: "\f108";
}

.flaticon-unlink:before {
    content: "\f109";
}
/************************************
SKELETON
************************************/

body {
    font-size: 15px;
    color: #757575;
    line-height: 1.6;
    font-weight: 400;
    background-color: #fff;
}

body.boxed #wrapper {
    max-width: 1280px;
    margin: 40px auto;
	overflow-x: hidden!important;
}

body.boxed {
    background: url(../images/wood_03.png) center center;
}

ol,
p,
ul {
    margin-bottom: 20px;
}

ol li,
ul li {
    margin-bottom: 5px;
}

blockquote,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    color: #2c2f33;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    line-height: 1.1;
}

.wp-block-button__link{
	background: #fc4446;
	font-size: 18px;
	border-radius: 0;
}

.wp-block-button__link{
	border-radius: 30px;
	margin-bottom: 5px;
}

.is-style-squared .wp-block-button__link{
	border-radius: 0;
}

.wp-block-separator{
	float: none!important;
}

.wp-block-pullquote {
	border-width: 0!important;
	border-style: solid!important;
}

figure.wp-block-pullquote{
	padding: 0;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation{
	text-transform: inherit;
}

blockquote.wp-block-pullquote{
	border-left: 4px solid #000!important;
}

.wp-block-pullquote p {
	font-size: 32px;
	margin-bottom: 5px;
	font-style: italic;
}

blockquote.wp-block-pullquote.alignleft{
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0!important; 
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
	clear: both;
}

.wp-block-image .alignright{
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem!important;
}

.wp-block-image .alignleft,
.wp-block-image.is-resized{
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0!important;
}

.wp-block-pullquote:not(.is-style-solid-color){
	background: #ecf0f1;
}

.gallery-carousel,
.wp-block-archives,
.wp-block-categories,
.wp-block-search,
.wp-block-archives-dropdown {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    outline: none;
}

.wp-block-search .wp-block-search__button {
	background: #fc4446;
	height: 45px;
	border: 1px solid #fc4446;
	color: #fff;
    padding: 0 25px;
}

.wp-block-search .wp-block-search__input {
	float: left;
    max-width: 345px;
    border-color: #eaeaea;
    padding: 5px;
}

.pagination > li {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 16px;
}

blockquote {
    color: #999999;
    font-size: 21px;
    line-height: 28px;
	background: #f2f1f1;
}

.wp-block-pullquote blockquote{
	border-color: #000;
	border-width: 0 0 0 4px;
}

.wp-block-pullquote.has-background blockquote {
    border: none;
    background: none;
}

.wp-block-cover-image,
.wp-block-cover {
	min-height: 330px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.aligncenter {
	display:block;
	text-align:center;
	display: block;
	margin:0 auto 20px auto;
	padding:0px;
	border:0px;
	background:none;
}

.wp-block-media-text {
	margin-bottom: 15px;
}

.wp-block-media-text.has-background .wp-block-media-text__content p:last-child {
	margin-bottom: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption{
    color: #000;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar{
	border: 1px solid #f3f3f3;
}

.wp-block-cover {
	margin-bottom: 40px;
}

.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text{
	padding: 0;
}

.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color){
	color: #fff;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
	padding: 25px;
}

.callout h3,
.intro h2,
.pricing-plan h2,
body {
    font-family: 'Rubik', sans-serif;
}

body,
p,
small,
.likebutton a,
.site-small-desc p a,
.site-publisher small,
.site-share li i {
    color: #757575;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #757575;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

a {
    outline: none;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    color: #2c2f33;
}

hr.invis {
    margin: 30px 0;
    border: 0 solid #111;
}

mark {
    color: #ffffff;
}

.visible-sec{
	display: block;
}

.hidden-sec{
	display: none;
}

img{
	max-width: 100%;
	height: auto;
}

/************************************
MICS
************************************/

.loader {
    display: block;
    margin: 20px auto 0;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 65px;
    height: 65px;
    background: center center no-repeat none;
    background-size: 65px 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.breadcrumb {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb > li a,
.breadcrumb > li + li::before,
.breadcrumb > .active,
.breadcrumb {
    color: #999;
    font-weight: 300;
}

.breadcrumb > li + li::before {
    content: "-";
    padding: 0 6px 0 3px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.pagination {
    margin: 0;
	float: left;
	width: 100%;
}

.pager {
    margin: 0;
}

.agency-pagination{
	padding-left: 15px;
	float: left;
	width: 100%;
	display: block;
}

.agency-pagination a,
.agency-pagination span{
	background-color: #fff;
	border: 1px solid #eeeeee !important;
    color: #999;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
}

.page-numbers{
	border: 1px solid #eeeeee !important;
}

.woocommerce nav.woocommerce-pagination ul li{
	border-color: #eee!important;
}

.page-numbers li a,
.page-numbers li span{
	padding: 10px 15px!important;
}

.agency-pagination a:hover,
.agency-pagination span:hover,
.agency-pagination span.current{
	background: #fc4446;
	color: #fff;
}

.pagination > li > a,
.pagination > li > span,
.page-numbers li a,
.page-numbers li span,
.page-links .post-page-numbers {
    background-color: #fff;
    border: 1px solid #eeeeee !important;
    color: #999;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
}

.pager li > a,
.pager li > span {
    background: #2c2f33;
    border: 1px solid #2c2f33;
    color: #fff;
    float: none;
    line-height: 1.42857;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.page-links {
	float: left;
	width: 100%;
    margin-top: 10px;
}

.page-links-title {
    float: left;
    padding: 9px 0;
    margin-right: 10px;
}

.pager li > a:hover,
.pager li > a:focus,
.page-numbers li a:hover,
.page-numbers li a:focus,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers:focus,
.page-links .post-page-numbers.current {
	background: #fc4446;
	border: 1px solid #fc4446;
}

.pager li > a small{
	color: #fff;
}

.single-post .section-button{
	margin-bottom: 30px;
	background: #fff;
	padding: 20px;
	margin-top: 0;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}

.nopadding {
    padding: 0;
}

.question {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.question:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.question h3 {
    font-size: 18px;
    padding: 10px 0 15px;
    margin: 0;
    line-height: 1;
}

.question h3 strong {
    font-size: 24px;
    font-weight: bold;
    padding-right: 5px;
}

.question p {
    margin-bottom: 0;
    padding-bottom: 0;
}


/************************************
HEADER MENU
************************************/

.header {
    border-top: 5px solid #111;
    border-bottom: 1px solid #eee;
    margin: auto;
}

.search-top li,
nav.sidenav li,
.header ul li {
    margin-bottom: 0;
}

.nav,
.navbar,
.navbar-nav,
.navbar-default {
    margin: 0;
}

.navbar-default {
    background-color: #ffffff;
    box-shadow: none;
    border: 0;
}

.navbar-default .navbar-nav > li > a {
    border-bottom: 3px solid transparent;
    color: #2c2f33;
    letter-spacing: 2px;
    display: inline-block;
    height: 80px;
    font-size: 12px;
    line-height: 80px;
    font-weight: 500;
    padding: 0 10px 0 15px;
    text-transform: uppercase;
}

.archive_list a:hover,
.cat_list a:hover,
.navbar-default .navbar-nav > li:hover a,
.navbar-default .navbar-nav > li:focus a,
.navbar-default .navbar-nav > li.active a {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.archive .col-md-4 > .site-wrapper{
	margin-bottom: 30px;
}

.navbar-default .navbar-nav.navbar-left > li:before {
    content: "/";
    font-size: 11px;
    margin: 0;
}

.navbar-default .navbar-nav > li.submit:before,
.navbar-default .navbar-nav > li:first-child:before {
    content: "";
}

.navbar-default .navbar-nav.navbar-left > li > a:before {
    width: 100%;
    height: 3px;
    bottom: -3px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform: all 0.3s ease-in-out 0s;
    -moz-transform: all 0.3s ease-in-out 0s;
    -ms-transform: all 0.3s ease-in-out 0s;
    -o-transform: all 0.3s ease-in-out 0s;
    transform: all 0.3s ease-in-out 0s;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav.navbar-left > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(0.9);
    -moz-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    -o-transform: scaleX(0.9);
    transform: scaleX(0.9);
}

.navbar-default .navbar-nav > li.submit:hover a,
.navbar-default .navbar-nav > li.submit {
    color: #2c2f33 !important;
}

.navbar-default .navbar-nav.navbar-right li {
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-nav > li.submit {
    margin-left: 0;
}

.navbar-default .navbar-nav > li.submit a {
    padding: 0 30px 0 30px;
    color: #ffffff;
}

.navbar-default .navbar-nav > li.submit:hover a {
    color: #ffffff !important;
}

.navbar-default .navbar-nav.navbar-right li.openmenu a {
    font-size: 15px;
}


/*---------------------dropdown menu--------*/

.normal-header .navbar-nav > li > a {
    color: #ffffff !important;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 15px 10px 30px;
    text-transform: capitalize;
}

.normal-header.dark-text.notfixmenu .navbar-nav > li > a{
	padding: 15px 10px;
}

.yamm-fw .dropdown-menu {
    box-shadow: none !important;
    border-color: #ededed !important;
}

.nav.navbar-nav.navbar-left .has-submenu .dropdown-menu {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border: 0 solid rgba(255, 255, 255, 0.08);
    padding: 0 !important;
}

.nav.navbar-nav.navbar-left .dropdown-menu ul ul{
	overflow: hidden;
}

.nav.navbar-nav.navbar-left .dropdown-menu > li {
    padding: 8px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08)
}

.nav.navbar-nav.navbar-left .dropdown-menu > li:last-child {
    border: 0;
}

.nav.navbar-nav.navbar-left .dropdown-menu > li a {
    background-color: transparent;
    clear: both;
    color: rgba(255, 255, 255, 0.5) !important;
    display: block;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.42857;
    padding: 0;
    text-transform: capitalize;
    text-decoration: none;
}

.nav.navbar-nav.navbar-left .dropdown-menu > li:hover a,
.nav.navbar-nav.navbar-left .dropdown-menu > li:focus a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.normal-header .navbar-brand.with-text {
    padding-top: 13px;
}

.nav.navbar-nav.navbar-left > .open > a,
.nav.navbar-nav.navbar-left > .open > a:focus,
.nav.navbar-nav.navbar-left > .open > a:hover,
.nav.navbar-nav.navbar-left .dropdown-menu > li:hover,
.nav.navbar-nav.navbar-left .dropdown-menu > li:focus {
    background-color: transparent !important;
}

.nav.navbar-nav.navbar-left .sub-menu li a {
	color:#121212;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

.nav.navbar-nav.navbar-left .sub-menu li a:hover{
	color: #fc4446;
}

.nav.navbar-nav.navbar-left li{
	position: relative;
	list-style: none;
}

.nav.navbar-nav.navbar-left ul {
	opacity:0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: auto;
	width: 210px;
	top: 130%;
	 -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	border: 1px solid #eee;
	margin: 0;
	z-index: 10;
	background: #fff;
	padding: 20px 10px;
}

.nav.navbar-nav.navbar-left > li:hover > ul {
	visibility: visible;
    opacity: 1;
    top: 100%;
}

.nav.navbar-nav.navbar-left ul ul {
	opacity:0;
	visibility: hidden;
	position: absolute;
	left: 200px;
	right: auto;
	width: 210px;
	top: 130%;
	 -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	border: 1px solid #eee;
	margin: 0;
}

.nav.navbar-nav.navbar-left ul > li:hover > ul {
	visibility: visible;
    opacity: 1;
    top: 0;
	display: block;
}

.nav.navbar-nav.navbar-left ul ul ul{
	right: 200px;
	left: auto;
}

.sidebar .screen-reader-text{
	display: none;
}

.sidebar .btn-default:hover,
.sidebar .btn-default:focus,
.sidebar .btn-default:active,
.sidebar .open .btn-default:hover{
	background: #222;
	color: #fff;
}

.sidebar .btn.dropdown-toggle.btn-default,
.sidebar .dropdown-menu.open{
	overflow: hidden;
	max-width: 100%;
}

/*-----------------search-------------------*/

.search-menu {
    height: 80px;
    line-height: 80px;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 30px;
    height: 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 80px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: none;
    border: 0;
}

.search-form .form-group input.form-control,
.post-password-form input[type="password"] {
    padding-left: 20px;
    padding-right: 0;
    border: 0 none;
    height: 80px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #f2f1f1;
    box-shadow: none;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.post-password-form label{
	float: left;
	margin-right: 2px;
}

.post-password-form input[type="password"]{
	height: 40px;
	display: inline-block;
}

.post-password-form input[type="submit"]{
	background-color: #fc4446;
    border: 1px solid #fc4446;
	color: #fff;
	height: 40px;
	padding: 0 15px;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: 0;
    background-color: #fff;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    text-align: center;
    color: #2c2f33;
    left: initial;
    font-size: 14px;
}

a.nav-expander {
    background: none repeat scroll 0 0 #2c2f33;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-right: 0;
    padding: 1em 1.6em 2em;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 130px;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
    cursor: pointer;
}

a.nav-expander.fixed {
    position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 280px;
}

nav.sidenav {
    background: #ffffff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 280px;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

nav.sidenav ul li{
	list-style: none;
}

.center-area{
	padding: 20px;
}

.logged-in.admin-bar nav.sidenav{
	top: 32px;
}

.nav-expanded nav {
    right: 0;
    margin-right: 0;
    transition: margin-left 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: margin-left 0.4s ease-in-out 0s;
}

#nav-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #2c2f33;
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    padding-right: 0;
    position: relative;
    right: 0;
    text-align: center;
    width: 30px;
}

.main-menu {
    padding-top: 12px;
}

.main-menu li {
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 30px;
    position: relative;
    color: #2c2f33;
    font-weight: 500;
    text-transform: uppercase;
}

.sidenav .main-menu li .sub-menu li{
	border-bottom: none;
	padding: 0 20px;
}

.main-menu li:hover a {
    filter: alpha(opacity=80);
    opacity: 0.8;
    zoom: 1;
}

.main-menu li a {
    color: #2c2f33;
    text-decoration: none;
}

.main-menu li a:hover {
    color: #2c2f33;
    text-decoration: none;
}

.main-menu li .sub-nav {
    border-bottom: 0 none;
    padding: 0 20px;
}

.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}

.main-menu ul {
    padding: 10px 5px;
}

.main-menu a:hover .caret {
    border-top-color: #4f5963;
}

.main-menu .text-right {
    padding-bottom: 27px;
	padding-top: 15px;
}

.main-menu a .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4f5963;
    content: "";
    display: inline-block;
    height: 15px;
    position: absolute;
    color: #2c2f33;
    right: 30px;
    top: 10px;
    vertical-align: top;
    width: 8px;
}

.main-menu li.open > a:hover > .caret {
    border-bottom-color: #4f5963;
}

.main-menu li > a > span.icon {
    float: right;
    margin: 0.1em 1.7em -0.1em 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-menu li > a:hover > span.icon {
    float: right;
    margin: 0.1em 0.8em -0.1em 0;
    opacity: 1;
}


/************************************
SECTION
************************************/

.section {
    position: relative;
    display: block;
    padding: 90px 0;
    background-color: #ffffff;
}

.section.no-padding{
	padding: 0;
}

.lpad {
    padding: 45px 0;
}

.section.lb {
    background-color: #f2f1f1;
}

.small-title {
    font-size: 55px;
    padding: 0;
    line-height: 55px;
    display: block;
    margin-bottom: 45px;
}

.section-title {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.section-title.page-title {
    padding-bottom: 0;
    font-weight: bold;
    margin-bottom: 0;
}

.section-title .small-title {
    padding-top: 0;
    margin-top: 0;
}

.section-title .small-title {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 22px;
}

.parallax .section-title .small-title {
    color: #fff;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.parallax.parallax-off {
    background-attachment: scroll !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tnp-widget .tnp-field {
	display: inline-block;
}

.newsletterform .form-control,
.widget_newsletterwidget .tnp-widget .tnp-email {
    background-color: #fff!important;
    border: 0 solid #222!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    box-shadow: none;
    font-size: 11px;
    height: 49px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 250px !important;
}

.login-checkbox{
	margin-bottom: 20px!important;
}

.align-text-right{
	float: right;
}

.widget_newsletterwidget .tnp-widget p{
	display: inline-block;
	margin-right: 3px;
}

.widget_newsletterwidget .tnp-widget form{
	margin: 0 auto;
	max-width: 390px;
}

.widget_newsletterwidget .tnp-widget .tnp-submit{
	background: #fc4446!important;
	border-color: #fc4446!important;
	padding: 16px 30px!important;
	text-transform: uppercase;
	font-size: 12px!important;
	font-weight: 500;
	color: #fff;
}

.section-title p,
.text-widget p {
    font-size: 18px;
    color: #757575;
    line-height: 28px;
    font-weight: 400;
}

.section-title p{
	margin-bottom: 0;
}

/************************************
SIDEBAR
************************************/
.sidebar ul {
	padding: 0;
}

.sidebar ul li{
	list-style: none;
}

.widget .sub-menu,
.widget .children {
	padding-left: 10px;
}

.sidebar .widget {
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.widget-title {
    padding: 0;
    display: block;
    margin-bottom: 20px;
}

.widget .newsletterform .form-control {
    width: 100% !important;
}

.search-form .screen-reader-text{
	display: none;
}

.search-form label{
	width: 100%;
	display: block;
	margin-bottom: 0;
}

.search-submit{
	display: none;
}

.search-field {
	background: #fff;
	font-weight: normal;
	height: 49px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 6px 12px;
	width: 100%;
	border: 1px solid #f2f1f1;
	margin-bottom: 0;
}

.form-control{
	height: auto;
}

.widget .form-control,
.sidebar .search-field {
    width: 100%;
    text-align: left;
    background-color: #f2f1f1;
}

.search-form .search-field,
.wp-block-search .wp-block-search__input,
.post-password-form input[type="password"]:focus {
    outline: none;
}

.widget .form-group {
    margin-bottom: 30px;
}

.widget .search-top {
    margin: 0;
    padding: 0;
}

.blog-tags .cat_list a,
.widget .cat_list a,
.tagcloud a {
    background-color: transparent;
    border: 1px solid #eeeeee;
    font-size: 11px!important;
    text-transform: uppercase;
    opacity: 1;
    padding: 5px 10px;
	color: #999;
}

.tagcloud a {
    margin: 5px 0 5px 0;
	display: inline-block;
}

.blog-tags .cat_list {
    padding-left: 0;
    margin-left: -5px;
}

table {
	border: 1px solid #eee;
	width: 100%;
}

table td,
table th{
	padding: 5px;
	border: 1px solid #eee;
}

.wp-calendar-table td#today {
	color: #fff;
	background: #fc4446;
	border-color: #fc4446;
}

pre{
	border: 1px solid #d1d1d1;
    font-size: 12px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}

select{
	max-width: 100%;
}

.first {
    clear: both
}

.last {
    margin-right: 0
}



/************************************
BLOG
************************************/
.sticky-posts {
	background: #f2f1f1;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
}

.about-message small,
.section-title small {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title small{
	margin-bottom: 20px;
	display: block;
}

.small-about-message .small-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.user_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
}

.media-right,
.media > .pull-right {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 10px;
    text-transform: uppercase;
}

.comments-list .media {
    padding: 15px;
    margin-bottom: 0;
	margin-top: 0;
}

.comments-list .btn.btn-primary.btn-sm{
	margin-right: 5px;
}

.comment-edit-link{
	color: #fff;
}

.comment-reply-link{
	background: #fc4446;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 7px 10px;
	font-size: 11px;
	text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-edit-link:hover{
	color: #fff;
}

.comments-list .media-list{
	margin-bottom: 0;
}

.children li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

.media-body .btn-primary {
    padding: 5px 10px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.comments-list img.avatar{
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.authorbox-social li a {
    color: #999;
}

.authorbox-social ul {
    padding: 10px 0;
    margin-bottom: 0;
}

.authorbox {
    margin-bottom: 30px;
}

.authorbox img {
    min-width: 130px;
    margin: 10px 30px 10px 0 !important;
}

.blog-list {
    margin-bottom: 30px;
}

.blog-meta .list-inline li span {
    font-style: italic;
    color: #999;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding-right: 5px;
    font-family: 'Playfair Display', sans-serif;
}

.blog-meta h3 {
    padding: 0;
    margin: 10px 0;
    font-size: 36px;
    line-height: 36px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-meta small,
.blog-meta .list-inline li,
.blog-meta .list-inline li a {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2c2f33;
}

.blog-meta .list-inline li {
    color: #999999;
    letter-spacing: 0;
}

.blog-media img {
    max-width: 100%;
}

.blog-desc {
	float: left;
	width: 100%;
}

.blog-desc .carousel.slide {
	margin-bottom: 15px;
}

.carousel.slide .left.carousel-control span,
.carousel.slide .right.carousel-control span{
	vertical-align: middle;
	top: 45%;
	position: absolute;
}




.blog-media {
    margin-bottom: 25px;
}

.blog-desc .lead {
    color: #2c2f33;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    padding: 0;
}

.wp-block-group.has-background {
    margin-bottom: 10px;
}


/************************************
PRICING
************************************/

.intro h2,
.pricing-plan h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    padding: 0 0 20px;
    margin: 0;
}

.intro h1 {
    padding: 0px 0 20px;
}

.intro h2 {
    padding: 0;
    margin: 0;
    line-height: 200px;
    font-size: 200px;
    font-weight: bold;
}

.pricing-plan small {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pricing-plan h4 {
    font-size: 58px;
    font-weight: bold;
}

.pricing-plan h4 sup {
    font-size: 21px;
    font-weight: normal;
}

.pricing-plan ul {
    padding: 30px;
}

.pricing-plan li {
    margin: 10px 0;
}

.pricing-plan li:before {
    font-family: "Flaticon";
    content: "\f101";
    padding-right: 10px;
}


/************************************
AWARDS
************************************/

.ageny-details {
    position: relative;
    display: block;
    margin-top: 20px;
}

.ageny-details ul {
    padding: 0;
    margin: 0;
}

.ageny-details li {
    margin-bottom: 15px;
}

.ageny-details li:last-child {
    margin-bottom: 0;
}

.ageny-details li a {
    color: #757575 !important;
    text-decoration: underline !important;
}

.ageny-details li i {
    width: 40px;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
}

.review-single .content {
    padding: 30px;
}

.comments-list .form-group {
    margin: 0;
}

.comment-review {
    padding: 10px 30px;
    border: 1px solid #eee;
}

.review-single .site-small-desc h4,
.review-single .site-publisher h4 {
    font-size: 16px;
}

.review-single .site-publisher {
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
}

.review-single .award-details {
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
}

.review-single .content .site-wrapper {
    border: 1px solid #eee;
}

.review-single .question h3 {
    font-weight: bold;
}

.rating i {
    color: #dcdcdc;
}

.review-wrap label {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    box-shadow: none !important;
    color: #999999;
    font-size: 11px;
    height: auto;
    font-weight: 400;
    letter-spacing: 2px !important;
    outline: medium none;
    text-transform: uppercase;
}

.single-site .container-fluid {
    max-width: 95%;
}

.single-nominee .single-site .section.lb.review-single .container-fluid {
    max-width: 100%;
}

.site-vote {
    position: relative;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
}

.site-vote small {
    position: absolute;
    height: 48px;
    bottom: 0;
    line-height: 48px;
    width: 60px;
    text-align: center;
    right: -1px;
    top: -1px;
    font-weight: 500;
    font-size: 12px !important;
}

.site-vote p {
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.site-vote.skore small {
    background-color: #2c2f33 !important;
}

.single-site .award-details p {
    margin-bottom: 0 !important;
}

.section-ab-title {
    padding: 0;
    background-color: #2c2f33;
    display: inline-block;
}

.section-ab-title h4 {
    padding: 10px 30px;
    line-height: 1;
    color: #ffffff;
    margin: 0;
}

.site-tags,
.site-single-share,
.single-site .site-colors {
    padding: 20px 20px;
    border-top: 1px solid #eeeeee;
}

.single-site .site-colors .list-inline > li {
    display: inline-block;
    padding-right: 0;
}

.site-single-share {
    padding: 20px 0;
    border: 0 solid #eeeeee;
}

.site-single-share .cat_list {
    margin-right: -5px;
}

.like-button {
    padding: 30px;
    width: 100%;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #eee;
    margin: 30px auto 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-nominee .like-single-nominee p a span {
	display: inline-block;
}

.single-author-info{
	min-height: 50px;
}

.single-nominee .single-top-content,
.author .single-top-content{
	padding-bottom: 90px;
}

.single-nominee .section.single-site,
.author .section.single-site{
	padding-bottom: 0;
}

.contact-form.search-top .form-group {
	position: relative;
}

.contact-form.search-top div.error{
	margin-top: -15px;
}

.success-message-email{
	padding-bottom: 20px;
}

.like-button:hover,
.like-button:focus {
    background-color: #2c2f33;
    border-color: #2c2f33;
}

.like-button a {
    color: #ffffff;
    font-size: 21px !important;
}

.like-button a i {
    font-size: 19px;
    padding-right: 5px;
}

.site-single-share .cat_list.site-cat {
    margin-left: -10px !important;
    margin-top: -5px;
}

.site-single-share .cat_list.site-cat a {
    background-color: #ffffff;
    padding: 5px 10px !important;
    opacity: 1;
    font-size: 11px;
    color: #999999 !important;
    letter-spacing: 2px;
    border: 1px solid #eeeeee !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.single-site .site-tags .cat_list a {
    background-color: #ffffff;
    padding: 2px 10px;
    opacity: 1;
    font-size: 11px;
    letter-spacing: 2px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	text-transform: uppercase;
}

.single-site .site-single-share .cat_list a {
    background-color: #ffffff;
    padding: 2px 10px;
    border: 0 solid #eeeeee;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.single-site .site-single-share .cat_list li.facebook a {
    background-color: #3b5998;
}

.single-site .site-single-share .cat_list li.twitter a {
    background-color: #1da1f2;
}

.single-site .site-single-share .cat_list li.google-plus a {
    background-color: #34a853;
}

.single-site .site-single-share .cat_list li.pinterest a {
    background-color: #bd081c;
}

.author .site-single-share .cat_list li.facebook a {
    background-color: #3b5998;
}

.author .site-single-share .cat_list li.twitter a {
    background-color: #1da1f2;
}

.author .site-single-share .cat_list li.google-plus a {
    background-color: #34a853;
}

.author .site-single-share .cat_list li.pinterest a {
    background-color: #bd081c;
}

.single-site .site-colors .cat_list a {
    background-color: #f2f1f1;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999;
    display: block;
    height: 17px;
    padding: 0;
    width: 40px;
}

.single-site .site-colors .cat_list a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.site-desc {
    border-top: 1px solid #eeeeee;
    margin: 30px 0 0;
    padding: 20px 0 0;
}

.single-site .award-details {
    border: 1px solid #eeeeee;
}

.single-site .site-publisher h4.site-title {
    padding: 0 0 5px;
}

.single-site .site-publisher h4.site-title a {
    color: #999;
    vertical-align: top;
    font-size: 17px;
}

.single-site .site-publisher hr {
    margin: 30px 0;
}

.award-image img {
    width: 100%;
}

.awards-wrapper {
    position: relative;
    display: block;
    background: #ffffff;
}

.site-small-desc,
.site-publisher {
    padding: 30px;
    display: block;
    overflow: hidden;
    position: relative;
}

.site-publisher img {
    max-width: 60px;
    float: left;
    margin: 0 20px 0 0;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.single-nominee .site-publisher img,
.list-items .site-publisher img{
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.user-avatar {
	display: block;
	overflow: hidden;
}

.site-small-desc h4,
.site-publisher h4 {
    padding: 0;
    margin: 5px 0;
    font-weight: 700;
}

.site-small-desc p,
.site-publisher small {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-publisher p {
    padding: 5px 0 0;
    margin: 0;
}

.site-share {
    position: absolute;
    top: -4px;
    right: -40px;
    height: 40px;
}

.site-share ul {
    padding: 0;
    margin: 3px 0;
}

.site-share li {
    background-color: #fff;
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    text-align: center;
    border: 1px solid #eee;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-share li:first-child {
    margin-left: 0;
}

.site-share li:hover i {
    color: #2c2f33;
}

.site-share li i {
    font-size: 14px;
}

.corner-ribbon {
    background: #e43 none repeat scroll 0 0;
    color: #ffffff;
    left: -50px;
    letter-spacing: 1px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 125px;
}

.site-progress {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px;
    display: block;
    overflow: hidden;
    position: relative;
}

.site-progress p {
    margin: 18px 0;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2f33;
}

.site-progress .site-desc {
    margin: 0;
    border-top: 0;
    padding: 0;
}

.corner-ribbon.top-right {
    left: auto;
    right: -55px;
    top: -37px;
    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    transform: rotate(41deg);
}

.corner-ribbon .flaticon-heart {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 30px;
    padding-top: 14px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.sl-icon i {
	display: block;
}

.sw {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.progress {
    background: #f2f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 10px;
    margin: 0;
    box-shadow: none;
}

.entry {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.awards-winner .entry{
	margin-bottom: 30px;
}

.magnifier {
    position: absolute;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.magnifier .magni-desc h4 a,
.magnifier .magni-desc h4,
.magnifier .magni-desc p,
.magnifier {
    cursor: url(../images/cursor.png), auto;
}

.entry:hover .magnifier {
    zoom: 1;
    bottom: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.magnifier .magni-desc {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    bottom: 10px;
    opacity: 0;
    width: 100%;
    margin: -20px auto;
    display: block;
}

.entry:hover .magnifier .magni-desc {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.magnifier .magni-desc h4 a,
.magnifier .magni-desc h4 {
    font-size: 28px;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #fff;
    text-decoration: none !important;
    text-transform: capitalize;
}

.editor-picks .magnifier .magni-desc h4 a,
.editor-picks .magnifier .magni-desc h4,
.awards-winner .magnifier .magni-desc h4,
.awards-winner .magnifier .magni-desc h4 a {
    font-size: 18px;
}

.editor-picks .col-md-6 {
    margin: 15px 0;
}

.magnifier .magni-desc p,
.magnifier .magni-desc a {
    color: #ffffff !important;
}

.magnifier .magni-desc p {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 11px;
}


/************************************
LIST ITEMS
************************************/

.cat_list a {
    background-color: #f2f1f1;
    color: #999;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 7px 14px;
}

.cat_list {
    padding: 0;
    margin: 0;
}

.cat_list li {
    margin: 5px 0 5px 0;
}

.archive_list {
    margin: 0;
    padding: 0;
}

.archive_list li {
    width: 7%;
    color: #999;
    text-align: center;
    margin: 0 !important;
}

.search-top {
    padding: 15px;
    margin-bottom: 30px;
    display: block;
    position: relative;
    background-color: #ffffff;
}

.search-top.site-search .form-group{
	margin-bottom: 0;
}

.nominee-search-form-content{
	margin-bottom: 30px;
}

.search-top.site-search{
	padding: 15px!important;
	margin: 0!important;
}

.search-top.contact-form {
    padding: 0;
    margin-bottom: 0;
}

.submit-site-section .search-top {
    background-color: transparent;
}

.submit-site-section .search-top .content {
    margin-bottom: 30px;
}

.search-top.contact-form.form-horizontal .control-label {
    font-weight: 400;
    margin-bottom: 0;
}

.search-top.contact-form.form-horizontal .col-sm-2 {
    padding: 0 !important;
    line-height: 46px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #ffffff;
}

.search-top .btn-group.open .dropdown-toggle,
.search-top .btn-default {
    background-color: #fff;
    border-color: #eee;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    box-shadow: none !important;
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;
    height: 50px;
    padding: 10px 20px !important;
}

.search-top.contact-form .form-control,
.login-page.content .form-control{
    background-color: #fff;
    border-color: #eee;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    box-shadow: none !important;
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;
    height: 50px;
}

.search-top.contact-form .form-control,
.login-page.content .form-control{
    margin-bottom: 20px;
}

.search-top.contact-form .bootstrap-select {
    background: #111 none repeat scroll 0 0;
    padding: 0;
    width: 100%;
}

.search-top.contact-form .form-group {
    padding: 0;
    margin: 0;
}

.search-top.contact-form textarea {
    min-height: 120px;
    padding-top: 20px;
}

.search-top .bootstrap-select.btn-group .dropdown-menu {
    border-color: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    min-width: 100%;
}

.search-top .dropdown-menu a:hover,
.search-top .dropdown-menu a:focus,
.search-top .dropdown-menu > .active > a,
.search-top .dropdown-menu > .active > a:hover,
.search-top .dropdown-menu > .active > a:focus {
    background-color: #f2f1f1;
}

.search-top .bootstrap-select.btn-group .dropdown-menu .form-control {
    box-shadow: none;
    background-color: #f2f1f1;
    border-color: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.search-top .bootstrap-select.btn-group .dropdown-menu > li > a {
    clear: both;
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.bb:hover {
    background-color: #2c2f33;
}

.callout h3 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 0;
    color: #ffffff;
    font-weight: bold;
}

.callout h4 {
    color: #ffffff;
}

.callout h3 sup {
    font-size: 34px;
    top: -0.2em;
    vertical-align: super;
}

.callout .lead {
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 8px 0;
}

.likebutton {
    opacity: 0.5;
    line-height: 1.4;
    margin-top: 6px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-small-desc p {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-small-desc {
    padding: 30px;
    background-color: #ffffff;
}

.list-items .col-sm-6,
.list-items .col-md-3 {
    margin-bottom: 30px;
}

.list-items .award-details {
    margin-bottom: 30px;
}

.section-button {
    margin-top: 15px;
    text-align: center;
    position: relative;
    display: block;
}

.btn-primary,
.button {
    text-align: center;
    padding: 15px 30px;
    border: 1px solid #2c2f33;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #2c2f33;
    font-size: 12px;
    margin: auto;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button.alt,
.woocommerce div.product form.cart .button,
.comment-respond .form-submit .submit,
.woocommerce-MyAccount-content .button,
.woocommerce .button.wc-forward,
.woocommerce .button{
	font-weight: 500!important;
	font-size: 12px!important;
	-webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
	border: 1px solid #2c2f33!important;
	padding: 15px 30px!important;
	background: none!important;
	color: #2c2f33!important;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	padding: 6px;
	height: 45px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	padding: 6px;
}

.btn-group.bootstrap-select.country_to_state.country_select .btn.dropdown-toggle.btn-default{
	display: none;
}

.woocommerce form .form-row label{
	font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs .panel{
	padding: 15px!important;
}

.woocommerce form.login,
.woocommerce form.register {
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}

.woocommerce-MyAccount-content .form-control.login-field,
.input-text {
	-webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
	border: 1px solid #eee!important;
	height: 50px;
	color: #999;
	padding-left: 10px;
}

.cart .input-text.qty.text{
	height: 45px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price{
	color: #999;
}

.woocommerce span.onsale{
	height: 32px;
	width: 32px;
	font-weight: normal;
}

.woocommerce-MyAccount-content .btn.dropdown-toggle.btn-default{
	display: none;
}

.comment-form-rating .bootstrap-select > .dropdown-toggle.bs-placeholder{
	display: none;
}

.more-link{
	text-align: center;
    padding: 15px 30px;
    border: 1px solid #2c2f33;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #2c2f33;
    font-size: 12px;
    margin: auto;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	line-height: 50px;
}

.btn-offical {
    text-align: center;
    padding: 15px 30px;
    border: 1px solid #2c2f33;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #2c2f33;
    font-size: 12px;
    margin: auto;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ts-button{
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: 500;
}

.ts-button-style-default:hover{
	opacity: 1!important;
}

.archive-title {
    display: block;
    margin-bottom: 20px;
}

.btn-file {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail > img {
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
    margin: 6px 6px 0 0;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-group .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.fileupload-preview {
    background: #f2f1f1 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    height: auto;
    padding: 20px;
    width: 260px;
}
.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.success-message.color{
	text-align: center;
}

.control-label small {
    display: block;
    margin-top: -20px;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

.form-group span.color{
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: -10px;
}

.product-fields-paid-version{
	display: none;
}
/************************************
FOOTER
************************************/

.content {
    padding: 60px;
    background-color: #ffffff;	
}

.content-page {
	min-height: 300px;
}

.footer h4 {
    font-size: 21px;
    font-weight: bold !important;
    margin: 0;
    padding: 4px 0 20px;
}

.footer li a {
    border-bottom: 2px solid transparent;
    font-size: 15px;
    display: inline-block;
    color: #757575;
}

.footer ul{
	padding: 0;
}

.footer li {
    margin-bottom: 5px;
	list-style: none;
}

.footer ul,
.footer li:last-child {
    margin-bottom: 0;
}

.social-links li {
    border: 1px solid #eeeeee;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    margin: 0 0 0 5px;
    width: 35px;
}

.social-links li a {
    color: #ffffff;
    border-bottom: 0;
}

.site-publisher p,
.footer .text-widget p {
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    font-weight: 400;
}

.copyrights {
    padding: 0;
    font-size: 15px;
    background-color: #ffffff;
}

.copyrights .container {
    padding: 45px 15px;
    border-top: 1px solid #eeeeee;
}

.copyrights li a {
    color: #757575;
}

.copyrights li a {
    margin: 0;
    text-transform: capitalize;
    padding: 0;
}

.copyrights img {
    max-width: 65px;
    margin: 0 auto 30px;
}

.copyrights p {
    margin: 5px 0;
    padding-bottom: 0;
}

.copyrights ul li {
    margin: 0 5px !important;
    padding: 0 !important;
}

.copyrights ul {
    padding: 0 !important;
    margin: 0 !important;
}


/************************************
RESPONSIVE
************************************/

@media (max-width: 1228px) {
    .header .container-header,
    .lpad .container {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .search-menu {
        display: none !important;
    }
    .section {
        padding: 90px 0 !important;
    }
    .lpad .container,
    .container {
        width: 90% !important;
    }
    .lpad .award-details {
        margin-top: 30px;
    }
    .editor-picks .col-md-6 {
        margin: 15px 0;
    }
    .bb {
        text-align: center;
    }
}

@media (max-width: 902px) {
    .navbar-default .navbar-nav.navbar-left > li::before {
        display: none;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 0 4px 0 8px;
    }
}

@media (max-width: 768px) {
    .comment-review {
        display: none;
    }
    .m30 {
        margin-top: 30px;
    }
    .intro h2 {
        line-height: 80px;
        font-size: 80px;
    }
    .content {
        padding: 30px;
    }
    .archive_list li {
        width: 10%;
    }
    .header {
        padding: 30px 0;
    }
    .navbar-brand {
        padding: 0 15px;
    }
    .navbar-default .navbar-nav > li > a {
        height: 45px;
        line-height: 45px;
    }
    .newsletterform .input-group,
    .newsletterform .form-control {
        width: 100% !important;
    }
    .small-title,
    .section-title .small-title {
        font-size: 38px!important;
        line-height: 38px;
    }
    .media-left,
    .media-right,
    .media-body {
        display: block;
        margin: 30px 0;
    }
}

@media (max-width: 500px) {
    .single-site .site-single-share .cat_list li {
        width: 40%;
    }
    .site-single-share .cat_list.site-cat li {
        width: 100%;
    }
    .content {
        padding: 45px 15px;
    }
    .archive_list li {
        width: 25%;
        margin: auto !important;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .header .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .header .hasmenu:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .header .navbar-nav .hasmenu ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .header .hasmenu .dropdown-menu {
        min-width: 220px;
        padding: 0;
        -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    }
    .header .hasmenu > ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .header .hasmenu > ul.start-right {
        right: 0;
        left: auto;
    }
    .header .hasmenu > ul li {
        position: relative;
    }
    .header .hasmenu > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
    .header .hasmenu > ul li:hover > ul.show-right {
        right: 100%;
    }
}

.woocommerce .products {
	margin-top: 30px!important;
	float: left;
	width: 100%;
}

.woocommerce-pagination {
	float: left;
	width: 100%;
}

.panel-grid-cell .so-panel{
	background: none;
}

.form-edit-account{
	background: #fff;
}

.agency-info{
	margin-top: 30px;
}

.shopping_cart img,
.wspsc_cart_qty_th,
.wspsc_cart_price_th,
.wspsc_cart_total,
.shopping_cart td form input[type="text"]{
	display: none;
}

.shopping_cart{
	background: #fff;
	padding: 60px;
}

.payment-page{
	background: #fff;
	padding: 60px;
	float: left;
	width: 100%;
	text-align: center;
}

.wspsc_add_cart_submit{
	background: #fc4446;
	padding: 10px 20px;
	border: none;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
}

.shopping_cart input{
	float: right;
	padding: 15px 20px;
}

.footer-top-widget a {
	color: #fff;
}

.section.bb:hover .footer-top-widget a,
.section.bb:hover .footer-top-widget{
	color: #fc4446;
}

.section.bb caption,
.section.bb p {
	color: #fff;
}