/*
Theme Name: styleiconblog
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 1.42857;
	overflow-x: hidden;
	position: relative;
}
html body {
	font-family: 'Merriweather', serif;
}
img {
	border: 0px;
	outline: none;
}
img {
	max-width: 100%;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 220px;
}
#sidebar-wrapper {
	z-index: 1000;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #1a1a1a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 #sidebar-wrapper::-webkit-scrollbar {
 display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
	width: 100%;
	padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}
.sm-gallery-title {
    background: rgba(0, 0, 0, 0.62) !important;
    color: #fff !important;
}
.sm-gallery-title a {
    color: #fff;
}
.collogo img {
    border: medium none;
    box-shadow: none;
    padding: 10px;
	height:100px;
}
#container {
    max-width: 1000px;
}
.collsub a:hover{text-decoration:none;}
.itemc {
    width: 200px;
    float: left;
}

.signature{float:left; width:100%; margin-top:22px;}
.jp-relatedposts {
    display: none !important;
}
#siteSealFauxBadge > div {
    margin: 0 auto;
}
.signature img {
    border: medium none moccasin;
    border-radius: 50%;
    box-shadow: none;
    height: 150px;
    margin-bottom: 33px;
    width: 150px;
}
.item img {
    display: block;
    width: 100%;
	box-shadow:none !important;
}
button {
    font-size: 18px;
}
.category-5 .innerimg {
    background-position: center 19% !important;
}
.page-id-745 .innerimg {
    background-position: center 31% !important;
}
/*-------------------------------*/

/*     Sidebar nav styles        */

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



.sidebar-nav {
	position: absolute;
	top: 60px;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	position: relative;
	line-height: 20px;
	display: inline-block;
	width: 100%;
}
.sidebar-nav li:first-child a {
	color: #fff;
	background-color: #1a1a1a;
}
.sidebar-nav li:hover:before,  .sidebar-nav li.open:hover:before {
	width: 100%;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}
.sidebar-nav li a {
	display: block;
	color: #ddd;
	text-decoration: none;
	padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover,  .sidebar-nav li a:active,  .sidebar-nav li a:focus,  .sidebar-nav li.open a:hover,  .sidebar-nav li.open a:active,  .sidebar-nav li.open a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 20px;
	line-height: 44px;
}
.sidebar-nav .dropdown-menu {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: #222;
	box-shadow: none;
}
/*-------------------------------*/

/*       Hamburger-Cross         */

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

.hamburger {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	display: block;
	height: 30px;
	margin-left: 15px;
	position: relative;
	top: 60px;
	width: 30px;
	z-index: 999;
}
.hamburger:hover,  .hamburger:focus,  .hamburger:active {
	outline: none;
}
.hamburger.is-closed .hamb-top,  .hamburger.is-closed .hamb-middle,  .hamburger.is-closed .hamb-bottom,  .hamburger.is-open .hamb-top,  .hamburger.is-open .hamb-middle,  .hamburger.is-open .hamb-bottom {
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
}
.hamburger.is-closed .hamb-top,  .hamburger.is-closed .hamb-middle,  .hamburger.is-closed .hamb-bottom {
	background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
	bottom: 5px;
}
.hamburger.is-closed:hover .hamb-top {
}
.hamburger.is-closed:hover .hamb-bottom {
}
.hamburger.is-open .hamb-top,  .hamburger.is-open .hamb-middle,  .hamburger.is-open .hamb-bottom {
	background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,  .hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open .hamb-middle {
	display: none;
}
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
/*header css start*/

.logo {
	margin: 0 auto;
	text-align: center;
	width: 475px;
}
.social-icon {
	color: #fff;
}
ul.social-icons {
	margin-top: 10px;
}
.social-icons li {
	vertical-align: top;
	display: inline;
}
.social-icons a {
	color: #fff;
	text-decoration: none;
}
.fa-facebook {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}

.fa-twitter {
	padding: 10px 12px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}

.fa-rss {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}

.fa-youtube {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
	color: #fff;
}

.fa-linkedin {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}

.fa-google-plus {
	padding: 10px 9px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}

#sidebar-wrapper .nav li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	height: 35px;
	line-height: 25px;
}
#sidebar-wrapper .nav li a:hover {
	color: #e5dde6;
}
.socialicon {
	float: right;
	margin-top: 50px;
	padding-right: 30px !important;
	text-align: right;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.container-fluid {
	float: left;
	width: 100%;
	padding: 0px !important;
}
.container {
	padding: 0px !important;
}
.header {
	width: 100%;
	float: left;
}
.social-icons {
	float: right;
}
.social-icons li {
	float: left;
}
.social-icons li a {
    color: #000;
    float: left;
    font-size: 20px;
    height: 38px;
    text-align: center;
    width: 36px;
}
.socialicon .fa.fa-youtube {
    background: #000 none repeat scroll 0 0;
}
.headermenu {
	border-top: 2px solid #EEEEEE;
}
.headermenu .container {
	text-align: center;
}
.hmenu {
	float: left;
	width: 100%;
}
.hmenu ul {
	float: left;
	width: 100%;
	text-align: center !important;
}
.hmenu ul li {
	display: inline-block;
	float: none;
}
.hmenu ul li a {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.hmenu ul li a:hover, .active a {
	color: #FF0000;
	background:none !important;
}
.hamburger span {
	background: red !important;
}
.slider .bx-wrapper {
	max-width: 100% !important;
	width: 100% !important;
}
.slider .bx-viewport {
	height: 400px !important;
}
.slider .bx-wrapper .advps-excerpt-one {
	position: absolute;
	bottom: 100px !important;
	height: auto !important;
}
.slider {
	height: 500px;
	overflow: hidden;
	position: relative;
}
.slider-text {
	position: absolute;
	bottom: 0px;
	float: left;
	width: 100%;
	left: 0px;
	background: rgba(0,0,0,0.3);
}
.slider-text h1 {
	color: #fff;
	font-size: 30px;
}
.middleleft {
	padding-left: 0px !important;
}
.middleleft-tab {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.middleleft-tab ul {
	width: 100%;
	float: left;
	border: 1px solid #000;
}
.middleleft-tab ul li {
	width: 50%;
	float: left;
}
.middleleft-tab ul li a {
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	padding: 10px;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.middleleft-tab ul li:first-child {
	border-right: 1px solid #000;
	text-align: right;
}
.tab-active a, .middleleft-tab ul li a:hover {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.middlerow-post-left {
	overflow: hidden;
	padding: 0px !important;
	height: 344px;
	margin-bottom: 1.5%;
	margin-right: 1.5%;
	width: 32% !important;
}
.middlerow-post-left:nth-child(3n) {
	margin-right: 0px !important;
}
.post-row-in {
	position: relative;
}
.post-text {
	height: 344px;
	position: absolute;
	color: #fff;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
}
.post-text-in {
	display: table;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	text-align: center;
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transition: all 0.6s linear 0s;
	-webkit-transition: all 0.6s linear 0s;
	-ms-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}
.post-text-row {
	display: table-cell;
	vertical-align: middle;
}
.post-text h1 {
    font-size: 16px;
    margin: 6px auto;
    text-align: center;
    width: 200px;
}
.post-text p {
    font-size: 12px;
    margin: 6px auto;
    padding: 0;
    width: 200px;
}
.readmore {
	width: 100%;
	float: left;
	text-align: center;
}
.readmore a {
	display: inline-block;
	padding: 7px 20px;
	color: #000;
	background: #fff;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	font-size: 14px;
}
.middlerow-post-left:hover {
	box-shadow: 0px 0px 3px #333;
}
.middlerow-post-left:hover .post-text-in {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.middlerow-post-left:hover .readmore a {
	text-decoration: none;
	color: #EE0065;
	background: #fff;
}
.middlerow-post-left:hover .post-text {
	padding: 20px;
}

.posttitle {
	background: rgba(0, 0, 0, 0.63) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	font-size: 20px;
	padding: 37px;
	position: absolute;
	width: 100%;
	z-index: 99999;
}
.posttitle a {
	color: #fff;
	font-weight: bold;
}

.middlerow-column-left {
	padding: 0px !important;
}
.middleright {
	padding: 0px !important;
}
.middle-text h1 {
	color: #ff0000;
	font-size: 26px;
	margin-top: 0px;
}
.middleright-in {
	float: left;
	width: 100%;
}
.middlesidebar-img {
    float: left;
    height: 60px;
    overflow: hidden;
    width: 30%;
}
.middlesidebar-text {
	float: left;
	margin-left: 5%;
	width: 65%;
}
.middlesidebar-text h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.middlesidebar-text p {
	font-size: 12px;
	margin-bottom: 5px;
}
.container-fluid.middlepart {
    padding: 54px 0 21px !important;
}
.middleright-in {
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.middleright-row {
	float: left;
	padding: 0px 15px;
	width: 100%;
	margin-bottom: 20px;
}
.title-sidebar {
	float: left;
	width: 100%;
	text-align: center;
}
.title-sidebar h3 {
	display: inline-block;
	margin: 0px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
	background: #FEE7EF;
	color: #EE0065;
}
.sidebar-share {
	float: left;
	width: 100%;
	font-size: 12px;
}
.sidebar-share span {
	float: left;
	margin-right: 10px;
}
.sidebar-share a {
	float: left;
	color: #EE0065;
	text-transform: uppercase;
}
.middle-right-social {
	float: left;
	width: 100%;
}
.middle-right-social-in {
	float: left;
	width: 100%;
}
.middle-right-social-in li {
	float: left;
	width: 100%;
	color: #fff;
}
.middle-right-social-in li a {
	float: left;
	width: 100%;
	background: #3A5898;
	margin-bottom: 2px;
	padding: 2px 5px;
	color: #fff;
	font-size: 15px;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.middle-right-social-in li i {
	float: left;
	background: transparent;
	padding: 10px;
	width: 40px;
}
.middle-right-social-in li p {
	float: left;
	line-height: 35px;
	margin-bottom: 0px !important;
}
.middle-right-social-in li span {
	float: right;
	text-transform: uppercase;
	line-height: 35px;
	font-size: 14px;
	margin-right: 10px;
}
.middle-right-social-in .twitter a {
	background: #00ABED;
}
.middle-right-social-in .instagram a {
	background: #3E719A;
}
.middle-right-social-in .google-plus a {
	background: #DE4B38;
}
.middle-right-social-in li a:hover {
	background: #000;
}
.styledairy-row {
	float: left;
	width: 100%;
}
.styledairy {
	float: left;
	width: 100%;
	position: relative;
}
.styledairy .styledairy-text {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	float: left;
}
.styledairy .styledairy-text-in {
	display: table;
	width: 100%;
	height: 100%;
}
.styledairy-info {
	display: table-cell;
	vertical-align: middle;
	backface-visibility: #fff;
}
.styledairy-info-in {
	background: rgba(255,255,255,0.7);
	float: right;
	padding: 30px;
	text-align: center;
}
.styledairy-info-in h1 {
	font-size: 30px;
}
.styledairy-info-in p {
	font-size: 16px;
}
.styledairy-info-in .readpost {
	text-align: center;
	float: left;
	width: 100%;
}
.styledairy-info-in .readpost a {
	border: 1px solid #000;
	border-radius: 30px;
	padding: 10px 30px;
	color: #000;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.styledairy-info-in .readpost a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.styledairypart
{margin:50px 0px;}
.styledairy-title {
	position: absolute;
	top: -20px;
	text-align: center;
	float: left;
	width: 100%;
	z-index:50;
}
.styledairy-title h1 {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5dde6;
	color: #000;
	display: inline-block;
	float: none;
	font-size: 18px;
	padding: 5px 20px;
	margin: 0px;
	margin-top: 0px;
}
.beauty-title {
	text-align: center;
}
.beauty-title h1 {
	display: inline-block;
	font-weight: bold;
}
.beauty-date {
	padding: 12px;
}
.beauty-left-in {
	text-align: center;
	letter-spacing: 1px;
}
.beauty-left-in h3 {
	text-align: center;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 20px;
}
.beauty .beauty-left {
	float: none;
}
.beauty-left:nth-child(2n) {
	float: left;
}
.mybeauty-col {
	float: left;
}
.col-sm-3.col-md-3.col-lg-3.col-xs-12.mybeauty-col {
	padding: 0px !important;
}
.col-sm-3.col-md-3.col-lg-3.col-xs-12.mybeauty-col .beauty-img {
	height: 250px;
	overflow: hidden;
}
.beauty-left-in h3 a {
	color: #000;
	text-transform: uppercase;
}
.socialpart-bottom {
	background: #f1f1f1;
	border: 1px solid #ccc;
	float: left;
	margin-top: 22px;
	padding: 15px;
	text-align: center;
	width: 100%;
}
.socialpart-bottom h4 {
	font-size: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

section.footer {
	float: left;
	width: 100%;
}
.insubfo {
    float: left;
    padding-bottom: 40px;
    padding-top: 1px;
    text-align: center;
    width: 100%;
}
.insubfo h1 {
	font-family: times new roman;
	font-size: 66px;
	text-transform: uppercase;
}
.insubfo h1 span {
	color: #ee0065;
	font-family: "Times New Roman";
	font-style: italic;
}
.innlooslide {
	float: left;
	width: 100%;
}
.innlooslide img {
	max-width: 100%;
	border:none;
	box-shadow:none;	
	height:auto !important;
}
.stitle {
	float: left;
	width: 100%;
}
.stitle h3 {
	color: #0f1921;
	font-size: 15px;
	text-align: center;
}
.stitle h3 a {
	color: #0f1921;
	font-weight: 600;
	text-align: center;
}
.stitle h3 a:hover {
	text-decoration: none;
}
.innsilde {
	width: 20% !important;
	padding-left: 0;
	padding-right: 5px !important;
}
/*--------------------------------------------------*/
.newsletter {
	background-color: #f8f8f8;
	border-bottom-color: #e8e7e7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #e8e7e7;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: 1px 1px 6px #eee;
	float: left;
	width: 100%;
	height: 350px;
	margin-top: 0;
}
.subtitle {
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 40px;
}
.subtitle h1 {
	font-family: icon;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.subtitle p {
	font-family: icon;
	font-size: 14px;
	font-weight: 400;
}
.innewsletter {
	float: left;
	margin-top: 40px;
	text-align: center;
	width: 100%;
}
.innewsletter input[type="email"] {
	background: #fff !important;
	border: 1px solid #e8e7e7 !important;
	border-radius: 0;
	box-shadow: none;
	float: left;
	height: 50px;
	width: 400px;
}
.innewsletter .form-group {
	width: 410px !important;
}
.innewsletter input[type="submit"] {
	height: 50px;
	background-color: #222222;
	color: #fff;
	border-radius: 0 !important;
	box-shadow: 0 !important;
	font-family: icon;
	font-size: 17px;
	font-weight: 550;
	-moz-transition: all 0.6s linear 0s;
	-webkit-transition: all 0.6s linear 0s;
	-ms-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}
.innewsletter input[type="submit"]:hover {
	background-color: #ee0065 !important;
}
/*              footer *************/
.flogo > img {
	max-width: 100%;
}
.fmenu ul {
	list-style-type: none;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}
.fmenu li a {
	color: #82848b;
	font-family: times new roman;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.6;
	text-transform: uppercase;
}
.fmenu li a:hover {
	text-decoration: none;
	color: #ee0065;
}
.lfside {
	border-right: 1px solid #e8e7e7;
}
.flogo {
	float: left;
	padding-top: 50px;
	width: 100%;
	text-align: center;
}
.flogo img {
    border: medium none;
    box-shadow: none;
    max-width: 280px;
}
.footext {
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}
.footext p {
	font-family: icon;
	font-size: 15px;
	font-weight: 500;
}
.footersocial h4 {
	font-family: Verdana;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
ul.fisocial li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-right: 3px;
	text-align: center;
}
.fisocial a {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.fisocial {
	float: left;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
.fisocial li a i {
	
	height: 40px !important;
	padding-top: 11px;
	vertical-align: middle;
	width: 40px !important;
	-moz-transition: all 0.6s linear 0s;
	-webkit-transition: all 0.6s linear 0s;
	-ms-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}
.fisocial li.fb a i {
	background-color: #3a5998;
}
.fisocial li.twitt a i {
	background-color: #00aced;
}
.fisocial li.pin a i {
	background-color: #cb2027;
}
.fisocial li.gplus a i {
	background-color: #de4b3a;
}
.fisocial li.link a i {
	background-color: #007bb6;
}
.fisocial .fa.fa-instagram {
    background: #8a3ab9 none repeat scroll 0 0;
}
.fisocial .fa.fa-youtube-play {
    background:#bb0000;
}
.fisocial li a i:hover {
	background-color: #000 !important;
}
#twitter-widget-0 {
	float: left;
	margin-top: 30px !important;
}
.insta-title {
    border: 4px solid #333;
    box-shadow: 0 0 5px #000;
    float: none;
    margin: 5px auto 10px;
    padding: 13px;
    text-align: center;
    width: 552px;
}
.insta-title p {
	color: #ccc;
	font-size: 18px;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
}
.insta-title h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px;
}
.insta-title p a {
	color: #ccc;
}
.insta-title h3 a {
	color: #000;
}
.sb_instagram_header {
	display: none;
}
#sb_instagram .sbi_follow_btn a {
	background: #517fa4;
	color: #fff;
}
.tnp-email.form-control {
	float: left;
	width: 410px !important;
}
.tnp-submit.form-control {
	padding: 15px !important;
}
.container-fluid.instafeed {
	border-top: 1px solid #ccc;
	padding: 30px 0 !important;
}
.innercontent{ float:left; width:100%;}

.alignnone img {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.banneecontainer {
    height: 500px;
    margin-bottom:40px;
    overflow: hidden;
    width: 100%;
}
.innercontent{margin-top:40px; float:left; width:100%;}
.innercontent .big1 {
    float: left;
    font-size: 75px;
    line-height: 57px;
    padding-right: 8px;
    padding-top: 4px;
}
.logo img {
    border: medium none;
    box-shadow: none;
}
img {
    border: 4px solid #333;
    box-shadow: 0 0 5px #000;
    max-width: 100%;
}
.alignnone img {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
 .innerimg {
    background-attachment: scroll;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    transform: translateZ(0px);
    width: 100%;
    will-change: transform;
}
#bnnr158.innerimg {
    background-position:100% 11% !important;
}
.page-template-template-banneradd .innerimg {
    background-position: center top !important;
}
.wp-video {
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.wpcf7-form input,.wpcf7-form textarea{
   background: #ebf0f2 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0;
    padding: 15px 10px 10px;
    z-index: 100;
	width:100%;
}
.cont label {
    font-weight: normal;
    width: 100%;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    float: left;
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left;
    width: 100%;
}
.cont {
    margin-bottom: 12px;
}
.wpcf7-form input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 26px;
    margin-left: 15px;
    text-align: center;
    width: auto;
	float:left;
}
#bnnr176.innerimg {
    background-position: center top !important;
    background-size: 100% auto !important;
}
#bnnr162.innerimg {
    background-position: 100% 12% !important;
}
#bnnr185.innerimg {
background-position:center 72% !important
}
.postid-188 .innerimg{
   background-size: 100% auto !important;
   background-position:center 25% !important;
}
#bnnr191.innerimg {
background-position: center 3% !important;
}
#bnnr28.innerimg {
    background-position: 100% 0 !important;
}
#bnnr182.innerimg {
    background-position: center 44% !important;
}
#bnnr267.innerimg{background-size: auto auto !important;}
.innerimg img {
    height: auto;
    width: 100%;
}
.page-id-37 .innerimg {
    background-position: 100% 9% !important;
}
#bnnr831.innerimg {
    background-position: 100% 16% !important;
}
#bnnr205.innerimg {
    background-position: 100% 17% !important;
}
#bnnr214.innerimg {
    background-position: center top !important;
}
#bnnr194.innerimg {
 background-position:center 24% !important;
}
#bnnr220.innerimg {
 background-position:center 31% !important;
}
#bnnr90.innerimg {
 background-position:center 90% !important;
}
#bnnr217.innerimg {
 background-position:center 32% !important;
}
.photogrophy h3 {
    font-size: 18px;
}
.collogo {
    border: 1px solid #f1f1f1;
    float: left;
    height: 300px;
    margin: 18px;
    position: relative;
    width: 30%;
}
.collsub {
    display: table;
    height: 100%;
}
.collsub a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.coltile {
    color: #000;
    font-size: 15px;
    padding: 10px;
}
.collogo:nth-child(4) {
    clear: both;
}
.postid-144 .innerimg {
background-position: 50% 35% !important;
}
.postid-19 .innerimg {
    background-position: 100% 35% !important;
    background-size: 100% auto !important;
}
.innerimg h2 {
    background: rgba(0, 0, 0, 0.71) none repeat scroll 0 0;
    float: none;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 500px;
    top: 43%;
    position: relative;
    padding: 15px;
    color: #fff;
	text-transform:uppercase;
}
#owl-demo .item {
    height: 436px;
	margin:5px;
}.posttitle {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #000;
    font-size: 20px;
    padding: 19px;
    position: absolute;
    width: 98.2%;
    z-index: 99999;
}
.posttitle a {
    color: #000;
    font-weight: bold;
}#lookbook .owl-item .item .innlooslide {
    height: 240px;
    overflow: hidden;
    width: 100%;
}
/*category Page Start*/
.apostdate {
    text-align: center;
}
.apostdate {
    border-top: 1px solid #d2c7d2;
}
.apostdate {
    color: #222;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.apostdatesub{
    background: #fff none repeat scroll 0 0;
    padding: 2px 10px;
    position: relative;
    top: -7px;
}
 .listing-cat{
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 15px 0;
    text-transform: uppercase;
	text-align:center;
}
 .entry-title {
    font-size: 26px;
    text-align: center;
}
.entry-title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 5px 0;
    overflow-wrap: break-word;
    text-align: center;
}
.entry-title a{color:#000;}
.entry-title a:hover{color:#999; text-decoration:none;}
.postimg img{max-width:100%;}
.catrepeat p{margin:25px 10px;}
.more-link {
    background: #302e2e none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: normal;
    margin: 10px auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    transition: all 0.25s ease-out 0s;
    width: 210px;
}
.catrepeat{text-align:center;}
.more-link:hover{color:#fff;}
.listing-comments{margin-top:30px;}
.listing-comments {
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 15px 0;
    text-transform: uppercase;
}
.listing-comments a{color:#000;}
.catrepeat {
    float: left;
    margin-bottom: 80px;
    text-align: center;
	width:100%;
}
.postimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.postimg {
    overflow: hidden;
}
.wp-pagenavi {
    clear: both;
    padding: 0 15px;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span{padding:11px 18px !important;}
.singinner{background:#fff; padding:25px; text-align:center;}
.signelbg {
    background-position: center center;
    background-size: cover;
    padding: 15px;
}
.singinner h2 {
    margin: 15px 3px;
    text-transform: uppercase;
}
.singleborder{
    background: #333 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 10px auto;
    width: 120px;
}
.single-post .bigl {
   float: left;
    font-size: 75px;
    line-height: 57px;
    padding-right: 8px;
    padding-top: 4px;
}
.singinner p{text-align:justify;}
.navigation {
    margin-top: 50px;
}
.single-post .nav-box.previous img,.single-post .nav-box.next img {
    float: left;
    margin-right: 11px;
}
.single-post .nav-box.previous {
    border: 3px solid #e5dde6;
    float: left;
    padding: 11px;
	width:35%;
}
.single-post .nav-box.next {
    border: 3px solid #e5dde6;
    float: left;
    padding: 11px;
    width: 35%;
}
.single-post .nav-box.previous a,.single-post .nav-box.next a{color:#000;}
.nav-box.previous h5,.nav-box.next h5 {
    font-size: 16px;
    text-transform: uppercase;
} {
    font-size: 16px;
    text-transform: uppercase;
}
.post-img {
    height: 370px;
    overflow: hidden;
    text-align: center;
    width: 370px;
}
#owl-demo .item img {
    width: 100%;
	border:none;
	height:auto !important;
}
.post-img img {
    max-width: 100%;
    width: 100%;
	border:none;
	box-shadow:none;
}
.beauty-img img{
	border:none;
	box-shadow:none;	
}
.carousel-control.right,.carousel-control.left
{
background-image:none;
}
#lookbook .owl-prev {
    left: 0;
    position: absolute;
    top: 58%;
	background:#000;
	left:-40px;
	padding:11px;
}
#lookbook .owl-next {
    position: absolute;
    right: 0;
    top: 58%;
	background:#000;
	right:-40px;
	padding:11px;
}
.owl-pagination{display:none;}
.styledairypart {
    background: #f1f1f1 none repeat scroll 0 0;
    float: left;
    margin: 50px 0;
    padding: 49px;
    width: 100%;
}
.footer {
    background: #f1f1f1 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.middlesidebar-text h2 a {
    color: #000;
    text-transform: capitalize;
}
.styledairypart .left.carousel-control {
    color: #000;
    left: -100px;
	 font-size: 50px;
    position: absolute;
    top: 38%;
    width: 11%;
}
.styledairypart .right.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 50px;
    right: -100px;
    top: 38%;
    width: 11%;
}
figcaption {
    margin-top: 12px;
}
.innercontent {
    margin-bottom: 20px;
}
.carousel-indicators li{background-color:#fff;}
.carousel-indicators .active{background-color:#000;}
.categorypage {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.comments-area {
    float: none;
    margin: 0 auto;
    padding: 16px;
    width: 1170px;
}
.gridcatgory .grid-post {
    box-sizing: border-box;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    position: relative;
    width: 25%;
	  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mosaic_gridder {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gridcatgory .overlay-btn::after {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.35s ease-out 0s;
    visibility: hidden;
}
.gridcatgory .overlay-btn .overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: auto;
    display: block;
    height: auto;
    left: 10%;
    opacity: 0;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
}
.gridcatgory .overlay-btn {
    display: block;
    height: auto;
    position: relative;
    text-align: center;
}.overlay-btn {
    transition: all 0.24s ease-out 0s;
}
.gridcatgory .overlay-btn:hover::after, .overlay-btn:hover .overlay {
    opacity: 1;
    visibility: visible;
}
 .gridcatgory .date {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.gridcatgory .overlay-btn .overlay .title {
    font-size: 22px;
    margin: 5px;
}.overlay-btn:hover {
    color: #000;
}
.overlay{z-index:100;}
.gridimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay a{color:#000; text-decoration:none;}
.withoutletter {
    float: left;
    margin-bottom: 22px;
    width: 100%;
}
.catrepeat.right .postimg{float:right;}
#myCarousel .item:nth-child(odd) .styledairy-info-in {
    float: left;
}
#myCarousel .item:nth-child(even) .styledairy-info-in {
    float: right;
}
.styledairy-image {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size:cover !important;
    height: 700px;
}
.copyright {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 15px !important;
    text-align: center;
    width: 100%;
}
.copyright a{color:#fff; text-decoration:underline;}
.mega-sub-menu .cat-post-item {
    float: left;
    margin-right: 26px !important;
}
.mega-sub-menu ul {
    margin: 0 auto !important;
    padding: 0 0;
    text-align: center;
}
.mega-sub-menu .cat-post-item a{text-transform:capitalize;}
.mega-block-title {
    font-size: 25px;
    text-align: center;
}
.mega-sub-menu ul li.cat-item {
    border: 1px solid #000;
    display: inline-block;
    padding: 11px;
    text-align: center;
	margin:5px !important;
}
.category-posts-internal .cat-post-thumbnail{float:none !important;}
.mega-menu .cat-post-item {
    float: left;
    margin: 0 !important;
    text-align: center;
    width: 33.3%;
}
.category-posts-internal .cat-post-crop{margin:0  auto !important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color:#000 !important;text-transform:uppercase !important;}
#mega-menu-wrap-primary{background:none !important; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {background:none !important;}
.searchform {
    display: none;
    margin: 0 auto;
    right: 30%;
    width: 400px;
    z-index: 9;
}
.searchform input
{width:100%;
height:60px;
}
.social-icons i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding:0;
}
.social-icons i:hover{background:none;}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
#commentform {
    float: left;
    width: 100%;
}
.comment-form label {
    float: left;
    width: 100%;
}
.comment-form .submit{  background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 7px 20px;
    transition: all 0.3s linear 0s;
}
.silicon_counters span
	{
		float:left !important;	
	}
	.silicon_counters ul li a
	{
		padding:0 !important;	
	}
	.silicon_counters ul li a .fa
	{
		padding:0 !important;	
		background-color:transparent;
		margin-top:3px;
		margin-left:5px;
	}
.singinner p:first-child::first-letter{font-size:500px;}	
.signletitle {
    font-size: 35px;
    margin-top: 23px;
    text-transform: uppercase;
}
.singledate {
    font-size: 17px;
    text-transform: uppercase;
}
.mlab-modal-dialog{background:url("images/DailyStar.jpg"); background-repeat:no-repeat;
 background-size:100% 100%; background-position:center center; }
.mlab-modal-header,.mlab-modal-footer{border:none !important; color:#fff;}
.mlab-modal-content,#popup_content {
    background: rgba(0, 0, 0, 0.4) !important;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
}
.mlab-modal-body, #mc4wp-form-1 {
    background: rgba(184, 151, 115, 0.4) none repeat scroll 0 0;
    margin-top: 133px;
    padding: 24px 55px 11px 55px;
    position: relative;
}
.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    background-size: 100% 100% !important;
}
.mlab-modal-title{text-align:center;}
.mc4wp-form-fields label {
    display: none;
}
.mlab-modal-footer{padding-bottom:45px !important;}
.mlab_donotshow span {
    color: #fff;
    font-size: 14px;
    padding: 4px;
}
.mc4wp-form-fields input {
    border: medium none;
    border-radius: 18px;
    height: 38px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.mlab-modal-body a {
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 100%;
}
.mc4wp-form-fields p {
    text-align: center;
}
.mc4wp-form-fields input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    float: none;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    width: 140px;
}
.navigation {
    margin-top: 50px;
    padding: 15px;
}
.comment.even {
    float: left;
    padding: 15px;
    width: 100%;
}
.children {
    float: left;
    padding: 42px;
    width: 100%;
}
.commnetpart{float:left; width:100%;}
.mdcont {
    float: left;
    padding-top: 20px;
    width: 100%;
}
.innercontdata {
    float: left;
    width: 100%;
}
.ectitle {
    float: left;
    width: 100%;
}
.ectitle h3 {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
}
.eccont {
    color: #333;
    float: left;
    font-size:15px;
    letter-spacing: 0.03em;
    line-height: 1.6em;
    text-align: justify;
	padding-bottom: 15px;
    width: 100%;
}
.efeaimg {
      border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 250px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 250px;
	   margin-left: auto !important;
    margin-right: auto !important;
	display:block;
}
.efeaimg img {
    border: medium none;
    box-shadow: none;
    width: 100%;
}
.sitext {
    float: left;
    padding-top: 0;
    vertical-align: middle;
    width: 100%;
}
.natatitle {
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 45px;
    text-align: center;
    width: 100%;
}
.natasubtitle {
    float: left;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.nsubtext {
    float: left;
    font-size: 13px;
    line-height: 1.5em;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.stemail {
    float: left;
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}
.nsubtext span {
    float: left;
    width: 100%;
}
.nsubtext span a {
    color: #333;
    font-weight: 500;
}
.natalimainimg {
    float: left;
    width: 100%;
	border:6px solid #eee;
}
.natalimainimg img {
    width: 100%;
}
.nfeature h2 {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6px;
    margin-bottom: 25px;
}
.nfeature {
    float: left;
    padding-top: 40px;
    width: 100%;
}
.featuresub {
    float: left;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 0px;
    width: 100%;
}
.innermtitle {
   border-top-color: #111111;
    border-top-style: solid;
    border-top-width: 1px;
    color: #000;
    display: table;
   
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    margin-left: auto !important;
    margin-right: auto !important;
  
    max-width: 253px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.innermtitle span {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -10px;
}

.socialititle {
   float: left;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 4px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
font-size:14px;
}
.iesocial {
    margin-bottom: 20px;
}
.iesocial a {
    color: #000;
    float: left;
    font-size: 25px;
    text-align: center;
    width: 100%;
 -moz-transition: all 0.6s linear 0s; -webkit-transition: all 0.6s linear 0s;  -ms-transition: all 0.6s linear 0s;  -o-transition: all 0.6s linear 0s;  transition: all 0.6s linear 0s;
}
.col-sm-4.col-md-4.iesocial > a:hover {
    color:#90a9d2 !important;
}
.sidesocial {
    float: left;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    width: 100%;
}
.socialimg .fa-play {
    background-color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff !important;
    font-size: 11px;
    height: 20px;
    margin-top: 0;
    padding-top: 4px;
    vertical-align: middle;
    width: 34px;
}
.clickherecont {
    float: left;
    text-align: center;
    width: 100%;
	    padding-bottom: 30px;
}
.clickherecont img {
    max-width: 73%;
}
.subscription .form-control.einput {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #999;;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #999;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #999;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #999;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    font-size: 15px;
    margin-bottom: 10px;
    max-width: 200px;
	
 
}
.elp_textbox_class{ 
 background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	}
.subscription .form-control.sbc,.elp_textbox_button {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #aaa;
    border-bottom-color: currentcolor !important;
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-source: none !important;
    border-image-width: 1 1 1 1 !important;
    border-left-color: currentcolor !important;
    border-left-style: none !important;
    border-left-width: 0 !important;
    border-right-color: currentcolor ;
    border-right-style: none ;
    border-right-width: 0 ;
    border-top-color: currentcolor ;
    border-top-style: none ;
    border-top-width: 0 ;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.03em;
    max-width: 130px;

}

.elp_textbox_button {
    padding: 6px;
}
.frm {
    display: block;
    margin-bottom: 45px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px;
}
.subscription {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 46px;
    text-align: center !important;
    width: 100%;
}
.sponsersadd {
    float: left;
    text-align: center;
    width: 100%;
	margin-top:15px;
}
.sponsersadd img {
    max-width: 73%;
}
.spontop
{
float:left;
width:100%;
margin-bottom:35px;

}
.blogarchive ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.blogarchive ul li {
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    padding-left: 15px;
    text-indent: -15px;
 cursor: pointer;
}

.yearpost li a {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  color: inherit;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.blogarchive .mailul li::before {
    color: #cecece;
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    padding-right: 25px;
    position: relative;
    text-indent: 32px;
    top: -2px;
    vertical-align: middle;
}
.blogarchive li a {
    color: inherit !important;
    font-weight: normal;
 font-weight: normal;
    letter-spacing: 0.05em;
}

.blogarchive {
    display: block;
    float: left;
    margin-left: auto !important;
    padding-left: 65px;
    width: 100%;
}
.blogarchive .span3 {
    
}
.postcount {
    font-weight: normal;
}
.subnav a:hover {
    background-color: transparent !important;
    color:#aaa !important;
}
.subnav a
{

text-align:justify;
 -moz-transition: all 0.6s linear 0s; -webkit-transition: all 0.6s linear 0s;  -ms-transition: all 0.6s linear 0s;  -o-transition: all 0.6s linear 0s;  transition: all 0.6s linear 0s;

}
.mailul a:hover {
    background-color: transparent !important;
    color:#aaa !important;
text-decoration:none;
}
.mailul a
{
 -moz-transition: all 0.6s linear 0s; -webkit-transition: all 0.6s linear 0s;  -ms-transition: all 0.6s linear 0s;  -o-transition: all 0.6s linear 0s;  transition: all 0.6s linear 0s;
}
.nav.nav-list.tree.subnav > li:before
{
content:"";
}
.searchform .sea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none !important;
    display: block;
    margin-left: auto;
margin-right:auto;
    margin-top: 25px;
    text-align: center;
    width: 73%;
}
.searchform {
    float: left;
    width: 100%;
margin-bottom:20px;
}


#seaside {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("https://www.styleiconnat.com/wp-content/themes/styleiconblog/images/icon_search_black.png");
    background-origin: padding-box;
    background-position-x: 229px;
    background-position-y: 7px;
    background-repeat: no-repeat;
    background-size: 17px auto;
    color: #555;
}
.oranges {
    float: left;
    text-align: center;
    width: 100%;
}
.oranges img {
    max-width: 80%;
    text-align: center;
}
.minr .ieamcon{
    font: italic normal 26px Georgia, "Times New Roman", Times, serif;;
    font-size: 16px;
    letter-spacing: 0;
    position: absolute;
    width: 55%;
    left: 10%;
    right: 10%;
    bottom: 0;
    margin: 0 auto;
    background: #ffffff;
    padding: 5px 0;
    box-sizing: border-box;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
	text-align:center;
}
.ieamcon a
{
color:#000;

}
.minr {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.blgcon {
   
    width: 100%;
    float: left;
  margin-bottom: 15px;
}
.col-sm-12.col-md-12.ingblg {
    float: left;
    width: 100%;
	margin-bottom:15px;
}
.blgtitle {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.blgdes {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    
    max-width: 80%;
    line-height: 1.6em;
    text-align: center;
    font-size: 95%;
    display: block;
}
.sidemenu {
    float: left;
    width: 90%;
}
.sidemenu ul
{
list-style-type:none;
margin-left:auto;
margin-right:auto;
display:block;
text-align:center;
}
.sidemenu ul li a
{
color:#333;
line-height:1.6;
font-size:13px;
text-transform:uppercase;
width:100%;
padding-bottom: 5px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 5px;
}
.sidemenu li {
    margin-bottom: 15px;
    width: 100%;
 -moz-transition: all 0.6s linear 0s; -webkit-transition: all 0.6s linear 0s;  -ms-transition: all 0.6s linear 0s;  -o-transition: all 0.6s linear 0s;  transition: all 0.6s linear 0s;
}
.sidemenu li a:hover
{

color:#fff !important;

text-decoration:none;

}
.nsubf {
    list-style-type: none;
float: left;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 15px;
    width: 100%;
}
.nsubf li
{
padding-bottom:10px;
}
.bottomcon {
    float: left;
    
    margin-top: 25px;
    width: 100%;
}
.bottomcon .eccont {
    font-size: 12px;
}
.innsidepart {
    float: left;
    width: 100%;
}
.bottomcon .featuresub
{
font-size:12px;
}
.iesocial:hover {
    color: #90a9d2 !important;
}
.sidemenu li:hover {
    background-color: #000;
    color: #fff !important;
}
.socialimg {

    float: left;

    height: 35px;

    width: 100%;

}

.maincont11 {

    float: left;

    width: 100%;

}

.clickherecont1 {

    background-color: #000;

    float: none; margin:0 auto;

    width: 257px;

    height: 130px;

 border: 4px solid #fff;

box-shadow: 0px 0px 5px #000;

}

.clickherecont1 h1 {

    font-weight: 500;

    text-transform: uppercase;

    font-size: 20px;

    text-align: center;

    letter-spacing: 3px;

    line-height: 25px;

    color: #fff;

font-style:normal;

font-family: 'Fira Sans', sans-serif;

   

}

.clickherecont1 h2 {

    font-style: italic;

    color:#fff;

    font-size: 21px;

    text-align: center;

    margin-top: 0;

font-weight:400;

font-family: 'Fira Sans', sans-serif;

}

.clickherecont1.adver {

    background-color: #000;

height:142px;

width:257px;

border: 4px solid #fff;

}
.clickherecont a:hover{text-decoration:none;}
.clickherecont1.adver h2 {

    color:#fff;

    font-size: 22px;

    margin-top: 0;

    padding-top: 0;

}

.clickherecont1.adver > h1

{

font-size:22px;

}
.mainor {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
#sidebar-wrapper .social-icons {
    float: left;
    width: 250px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{padding:0 40px 4px !important;}
#sidebar-wrapper .social-icons li a {
    color: #fff;
    float: left;
    font-size: 15px;
    height: 24px;
    text-align: center;
    width: 27px;
}
#sidebar-wrapper ul.social-icons {
    margin-top: 33px;
}
.owl-carousel .owl-item {
    float: left;
}
.sidebar-share a::after {
    content: "S";
}
.iesocial i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.iesocial:nth-child(3n+1) {
    clear: both;
}
.meelse {
    float: left;
    width: 100%;
}
@media only screen and (max-width: 767px) {
.comments-area {
    float: left;
    width: 100%;
}
.nfeature h2{line-height:normal;}
.insta-title{ width:98%;}
#owl-demo .item{height:280px;}
.styledairy-info { vertical-align: bottom;}	
.container-fluid.middlepart{padding:0 !important;}
.slider{height:auto;}
.middleleft{padding-left:15px !important;}
.middlerow-post-left{width:100% !important; height:100% !important}
.middleright{padding:15px !important;}
.styledairy-info-in h1{font-size:12px;}
.styledairy-info-in{padding:6px 50px;}
.styledairypart .left.carousel-control{left:0;}
.styledairypart .right.carousel-control{right:0;}
.styledairypart{margin:15px 0;}
.styledairy-image{height:350px;}
.insubfo h1{font-size:40px;}
.fmenu ul{padding-top:25px; padding-bottom:0;}
.subtitle{padding-top:0;}
.newsletter{height:auto; padding-bottom:16px;}
.tnp-email.form-control {float: none !important;margin: 0 auto !important;text-align: center;width: 90% !important;}
.tnp-subscription input[type="submit"] {
    margin: 0 auto !important;
    width: 90% !important;
}
.container {
    padding: 15px !important;
}
.flogo{padding-top:10px;}


.fisocial li a i {
    height: 33px !important;
    padding: 7px;
    width: 33px !important;
}.posttitle{font-size:16px; padding:12px;}
.innewsletter{margin-top:0;}
.logo{float:left; width:80%;}
.hamburger{display:none;}
.socialicon{margin-top:0;}
.headermenu{display:none;}
.social-icons li a{width:30px; height:32px; font-size:17px;}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 7px 8px !important;
}
ul.fisocial li{padding-right:0;}
.beauty-title h1 { font-size: 25px;margin-top: 0;}
.insubfo{padding-bottom:6px;}
.post-text{height:100%;}
.post-img{width:100%; height:100%;}
.col-sm-3.col-md-3.col-lg-3.col-xs-12.mybeauty-col .beauty-img{height:auto;}
button#responsive-menu-button{height:40px !important; width:40px !important; top:20px !important;}
.searchform{z-index:9; right:0;}
.innerimg h2 {
    font-size: 17px;
    padding: 12px;
    top: 35%;
    width: 51%;
}
.banneecontainer{height:150px;}
.innercontent{margin-top:0;padding:15px !important;}
.banneecontainer{margin-bottom:15px;}
figure {
    width: 100% !important;
}
.comments-area {
    float: left;
    padding: 15px;
    width: 100%;
}
#comment {
    width: 100%;
}
#commentform input{width:100%;}
.single-post .nav-box.next {
    border: 3px solid #e5dde6;
    float: left;
    padding: 11px;
    width: 48%;
}
.single-post .nav-box.previous {
    border: 3px solid #e5dde6;
    float: left;
    padding: 11px;
    width: 48%;
}
#lookbook .owl-prev{
    left: 0;
    top: 50%;
}
#lookbook .owl-next{right:0; top:50%;}
}
@media only screen and (min-width:768px) and (max-width:1169px) {
.logo{width:375px;}
.social-icons li a {
    font-size: 17px;
    height: 28px;
    width: 28px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 12px 4px !important;
}

.searchform {
    right: 5px;
}
figure {
    width: 100% !important;
}
.socialicon{padding:0 !important;}
.posttitle{padding:12px; font-size:12px;}
.slider{height:auto;}
.container-fluid.middlepart{padding:0 !important;}
#owl-demo .item {
    height: 250px;
}	
.middlerow-post-left{width:48% !important;}
.middlerow-post-left:nth-child(3n){margin-right:1.5% !important;}
.styledairypart .left.carousel-control{left:0;}
.styledairypart .right.carousel-control{right:0;}
.col-sm-3.col-md-3.col-lg-3.col-xs-12.mybeauty-col .beauty-img{height:auto;}
#lookbook .owl-item .item .innlooslide{height:268px;}
.fisocial li a i{height:27px !important; width:27px !important; padding-top:7px;} 
ul.fisocial li{padding-right:0;}
.fisocial a { font-size: 14px;}
.flogo img {
    max-width: 100%;
}
.logo{float:left; width:100%;}
.middle-right-social-in li span {
	margin-right: 0;
}
}
@media only screen and (min-width:1170px) and (max-width:1500px) {

.social-icons li a {
    color: #000;
    float: left;
    font-size: 18px;
    height: 36px;
    text-align: center;
    width: 28px;
}
}
#templateside, .misc-pub-filename, .pre, .widefat *{
	
overflow-wrap: normal !important;	
}
.widefat td, .widefat th{
padding:0px !important;	
}