/*admin setting style*/

/*

hover / background => #19282E;     rgba(25, 40, 46, 0.9);

when background transparent
a => color: #fff;

when coloured bg
a =>color: #D56B7A;
a hover => color: #E53E3C;	


border => #92857E

button => #2A4551
button hover => #25383F
button text => #92857E
*/


/*admin page*/

.style_div .title {
    display: table;
    width: 100%;
    background: #f2903c;
}

.style_div .title a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color:#fff;
}

.style_div .title h2{
    text-align: center;
    margin: 0;
}

.style_div .title:hover {
    background: #25383F;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}

.style_div figure.featured-thumbnail span {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.style_div .blog_bg{
       background: #19282E;
}


.my_blog_store_general_settings_blog_page,
.my_blog_store_general_settings_single_page,
.my_blog_store_general_settings_pagination,
.my_blog_store_general_settings_others{
    float: left;
    width: 100%;
    display: block;
}

.my_blog_store_general_settings_blog_page > div,
.my_blog_store_general_settings_single_page > div,
.my_blog_store_general_settings_pagination > div,
.my_blog_store_general_settings_others > div{
    float: left;
    width: 100%;
}

.blog_order_style li {
    float: left;
    width: 40%;
}
.blog_order_style {
    width: 100%;
    float: left;
}
.no-show{
    display:none;
}

.my_blog_store_documentation {
    width: 99%;
}

.my_blog_store_general_settings{
    width:30%;
    float:left;
}

.my_blog_store_general_settings h1{
    text-align:center;
    margin: 50px 0;
}
.my_blog_store_general_settings h2{
    color: #23282d;
    background: #c1c1c1;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
}


.my_blog_store_general_settings_blog_page h4{
    margin:5px 0px;
    text-align:left;
    display: inline-block;
}

.my_blog_store_general_settings_blog_page .show_category {
    margin-top: 15px;
}

.my_blog_store_general_settings_blog_page h5,
.my_blog_store_general_settings_single_page h5{
    margin:5px 0px;
    text-align:left;
    display: inline-block;
}


/*
.my_blog_store_general_settings_single_page h4 {
    margin: 5px 0px;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
*/
.my_blog_store_general_settings_single_page ul:nth-of-type(2) li {
    width: 50%;
    float: left;
}

.style_preview_side{
    width: 66%;
    margin-top: 50px;
    float: left;
    padding: 0px 2%;
}

.style_preview_side img{
    width: 100%!important;
}

.myselect select {
    width: 300px;
    font-size: 16px;
    text-align: center;
}


.myposts select {
    width: 300px;
    font-size: 16px;
    text-align: center;
}



select#mytyle, select#pst, input.special_pst, select#rw {
    margin: 0px;
    float: right;
    height: 28px;
    width: 220px;
    font-size: 13px;
    padding: 0px 10px;
    background: #7d7d7d;
    color: #fff;
    border: 1px solid #fff;
    focus:none;
}

select#mytyle option, select#pst option, select#rw option{
    padding:0px;
}

input.total_words, input.hidden_ids {
    width: 220px;
    float: right;
    margin: 0px;
    padding: 0px 10px;
    height: 28px;
    background: #7d7d7d;
    color: #fff;
    border:0px;

}

.my_blog_store_documentation h2{
    color: #23282d;
    background: #c1c1c1;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;  
}

p.submit {
    float: left;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

/*admin page*/


/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************** pagination***********/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.pagina {
    margin: 40px 0;
}

.pagina ul.page-numbers {
    text-align: center;
}

.pagina ul.page-numbers li {
    display: inline-block;
}

.pagina ul.page-numbers li span.page-numbers.current {
    font-size: 20px;
    border: 1px solid #000;
    padding: 5px 15px; 
    background: #000;
    color:#fff;
}

.pagina ul.page-numbers li a.page-numbers {
    font-size: 20px;
    border: 1px solid #000;
    padding: 5px 15px;
    color:#000;
}

.pagina ul.page-numbers li a.page-numbers:hover{
    text-decoration:none;
    color:#fff;
    background:#000;
    transition:all 2s ease;
}

.pagina span.next, 
.pagina span.prev {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0px 10px;
}

.pagina span.next{ float: right;}
.pagina span.prev{ text-align: left;}

span.next a, span.prev a{
    color:#333;
} 

.pagina span.next a,
.pagina span.prev a {
  /*  color: #fff; */
}

.pagina span.prev a:hover,
.pagina span.next a:hover  {
     color: #D56B7A;
    text-decoration:none;
    transition: all 1s ease;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/***********special coloms***********/
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
.col-lg-sc{
    width:20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-sw{
    width:55%;
   float: left;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/*************** default ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/

.default .title {
    padding:0px;
    min-height: 70px;
}

.default .title a {
}

.default .title h2 {
    padding: 10px 5px;
    font-size: 18px;
}

.default > div {
    margin: 15px 0; 
}

.default .inner-default {
    border: 1px solid #19282E;
    padding: 0px!important;
    color: #fff;
}
.default .inner-default .col-lg-4{
   /* margin-top: 3px; */
}

.default figure.featured-thumbnail span {
    width: 100%;
    height: 120px;
}

.default p {
    padding: 10px 0;
    margin: 0;
}

/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/*************** style 1 ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style1 {
    padding: 0px;
    float: left;
    width: 100%;
    margin: 40px 0px;

}

.style1 > div {
    padding:0px;
   	position:relative;
}

.style1 .featured-thumbnail {
	border-radius:50%;
	overflow:hidden;
	width:100%;
	-webkit-transform:translateZ(0);
    z-index: 20;
   	position:relative;
}


.style1 .featured-thumbnail img {
    width: 100%;
    border: 2px solid #333;
    border-radius: 50%;
    transform: scale(3.0);

}
/*.style1 .title{
    text-align: center;
    background: #3c763d;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin-top: 10px;
}*/



.style1 .title{
    position: absolute;
    text-align: center;
    background: #19282E;
    color: #fff;
    text-transform: capitalize;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    opacity:0;
}

.style1 .title a {
    color:#fff;
    font-size: 18px;
    padding: 5px;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.style1 > div:hover .title {
    opacity: 1;
    z-index: 21;
       transition: all 3s ease;
}
.style1 > div:hover .title a {
    text-decoration:none;
}



.style1 .featured-thumbnail img:hover {
    transform: scale(1.0);
    transition: all 1.5s ease;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/*************** style 2 ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
 .style2 > div{
    margin:20px 0;
 }

  
  .style2 article section{
 	position: absolute;
 	bottom: 0;
 	width: 100%;
 	padding: 20px;
 	white-space: normal;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
 }
 
  .style2 article section .entry-title .title{
 	color: #fff;
 	font-size: 16px;
 	line-height: 1.4;
 	text-shadow: 0 0 2px rgba(0,0,0,0.6);
 	margin-top: 0;
 	display: inline-block;
 	position: relative;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
}
  .style2 article section .entry-title .title:after{
 	content: '';
 	display: block;
 	width: 1px;
 	opacity: 0;
 	background: #FFF;
 	height: 1px;
 	position: absolute;
 	bottom: -2px;
 	transition: all 0.2s ease-out;
 }
 

 .style2 article:hover section .entry-title .title:after{
 	width: 100%;
 	opacity: 1;
}

  .style2 article section .entry-date{
 	font-style: italic;
 	color: #FFF;
 	font-size: 11px;
 	margin-top: -5px;
 	opacity: 0.6;
    font-family: 'Open Sans', sans-serif;
 }


  .style2 article section .entry-title .title i{
 	font-size: 12px;
 	margin-left: 10px;
 	opacity: 0;

 	transition: all 0.2s ease-out 0.5s;
 }

  .style2 article:hover section .entry-title .title i{
 	opacity: 1;
 	margin-left: 15px;
 	position: relative;
 }
 
 .style2 article:hover section .entry-title .title i:after{
 	background: none repeat scroll 0 0 rgba(240, 240, 240, 0.5);
 	content: "";
 	display: block;
 	height: 100%;
 	left: -5px;
 	position: absolute;
 	top: -1px;
 	width: 1px;
 } 
 

 .style2 .entry-like a{
 	color: #FFF;
 }
 
 .style2_i-img img{
    width: 14px;
    height: 19px;
    margin-top: -5px;
}

.style2 figure.featured-thumbnail span {
    height: 350px;
    width: 100%;
    display: block;
    background-size: cover;
    border-bottom: 5px solid black;
    background-position: top center;
}
 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/*************** style 3 ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style3{
    margin:40px 0;
}

.style3 > div {
   height: 220px;
   padding:0px;
	
}

.style3 .ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.style3 .ch-info {
	position: absolute;
	background: rgba(25, 40, 46, 0.9);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.style3 .ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	margin: 0 30px;
	height: 175px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    text-align: center;
/*    align-items: center;
    display: flex;
    justify-content: center;
*/
    width: 100%;
    height: 50%;
    padding:15px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
   

}

.style3 .ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin-top:-30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
    text-align: center;
    
    
    /**/
    
    width: 80%;
    height: 20%;
    overflow: auto;
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0px;
    right: 0;
}

.style3 .ch-info p a {
	display: block;
	color: #D56B7A;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
    text-decoration: none;
}

.style3 .ch-info p a:hover {
	color: #E53E3C;	
      text-decoration: none;
          transition: all 1s ease;
}

.style3 .ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.style3 .ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.style3 .ch-item:hover .ch-info p {
	opacity: 1;
}

.style3 .featured-thumbnail {
    position: absolute;
    width: 100%;
}

.style3 .featured-thumbnail img {
    vertical-align: middle;
    width: 100%;
    height: 220px;
    border-radius: 100%;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/*************** style 4 ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style4{
    margin:40px 0;
}

.style4 > div {

	height: 220px;
    padding:0px;

}

.style4 .ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.style4 .ch-info-wrap{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
    

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 50%;
	left: 50%;
    margin:-90px 0 0 -90px;


}

.style4 .ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.style4 .ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.style4 .ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	background: #19282E;
}

.style4 .ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
    height:85px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.style4 .ch-info p {
	color: #fff;
	padding: 10px 5px;
    margin-top: 10px;
	font-style: italic;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
        text-align: center;

}

.style4 .ch-info p a {
	display: block;
	color: #D56B7A;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.style4 .ch-info p a:hover {
	color: #E53E3C;
    text-decoration: none;
        transition: all 1s ease;
} 

.style4 .ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.style4 .ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

.style4 .featured-thumbnail {
    position: absolute;
    width: 100%;
}

.style4 .featured-thumbnail img {
    vertical-align: middle;
    width: 100%;
    height: 220px;
    border-radius: 100%;
}

.style4 .featured-thumbnail-2 img {
    vertical-align: middle;
    width: 100%;
    height: 180px;
    border-radius: 100%;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/*************** style 5 ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style5 .wrap {
    color:white;
    padding-bottom: 15px;
    border-top: 3px solid #92857E;
    margin: 20px 0;
}
.style5 .wrap .title {
    min-height: 128px;
    border-bottom: 2px dotted rgb(136, 108, 108);
}

.style5 .wrap .title h2 {
    padding: 25px 10px;
    text-transform: capitalize;
    font-size: 18px;
    font-style: italic;
}

.style5 .wrap .title a {
}


.style5 figure.featured-thumbnail span {
    width: 100%;
    height: 150px;
}

.style5 .wrap  .view-more {
    background: #2A4551;
    color: #fff;
    text-align: center;
    margin: 0px 15px;
}

.style5 .wrap .content {
    padding: 15px;
    text-align: center;
    font-style: italic;
}
.style5 .wrap .content p::first-letter {
    font-size: 40px;
    color: #92857E;
    line-height: 32px;
}

.style5 .wrap .view-more a {
    color: #92857E;
    text-transform: initial;
    text-decoration: none;
    padding: 10px 0px;
    width:100%;
    display:block;
}

.style5 .wrap .view-more:hover {
    background: #25383F;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}


.style5 span#blogs-category {
    width: 100%;
    display: block;
    margin: 25px 0px;
    padding: 0px 15px;
    min-height: 50px;
}
.style5 a#cat-links{
    margin:0px 2px; 
    font-style: italic;  
    color:#D56B7A; 
    display: inline-block;
}

.style5 a#cat-links:hover{
color: #E53E3C;
text-decoration:none;
transition: all 1s ease;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************** style 6 *************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style6{
    background: url("/wp-content/uploads/2016/01/d0cab533194023.56b2002164c5a.jpg");
    background-attachment: fixed;
    background-size: cover;
    float:left;
    background-position: top center;
}

/*.style6 .blog-design {
    color:#fff;
    margin:15px 0px;
}
*/
.style6 > div {
    color:#fff;
    margin:15px 0px;
}


.style6 .inner-blog-design{
    padding: 0;
}

.style6 .blog-design .left{
    padding: 1px 0px 15px 0px;
}

.style6 .blog-design figure.featured-thumbnail span {
    width: 100%;
    height: 150px;
}


.style6 .blog-design .read {
    text-align: right;
    font-size: 16px;
    background: #2A4551;
    margin: 0px auto;
    padding: 15px;
}

.style6 .blog-design .read:hover {
    background: #25383F;
}

.style6 .blog-design .read a{
    text-decoration: none;
    color: #92857E;
    display: block;
    width: 100%;
}
.style6 .blog-design .title {
    padding: 0px;
    min-height: 110px;
}
    
.style6 .blog-design .title h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1428571428;
    padding-left:25px;   
    padding-right: 5px;
} 

.style6 .blog-design .title a{
    border-left: 5px dashed rgb(136, 108, 108);
}

.style6 .inner-blog-design .wrap {
    margin-top: 15px;
}
.inner-blog-design .wrap p {
    text-align: justify;
}
 
.style6 span#posted-date {
    display: block;
    color: #92857E;
    margin: 15px 0;
} 

.style6 span#blogs-category {
    width: 100%;
    display: block;
    margin: 25px 0px;
    min-height: 50px;
}

.style6 a#cat-links{
    margin:0px 2px; 
    font-style: italic;  
    color:#D56B7A; 
    display: inline-block;
}

a#cat-links:after {
    content: "/";
    margin: 0px 5px;
}
a#cat-links:last-child:after {
    content: "";
}


.style6 a#cat-links:hover{
color: #E53E3C;
text-decoration:none;
transition: all ease 1s;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************** style 7 *************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style7{
    margin:15px 0px;
}
.style7 .right-side > div {
  padding: 0px;
  border: 1px solid #fff;
}
.style7 .right-side .inner-right-side {
    height: 221px;
    display: block;
    background-size: cover;
    background-position: top center;
}

.style7 .left-side,
.style7 .right-side{
    padding:0px;
}

.style7 .left-side{
    border:1px solid #fff; 
    height: 442px;
    display: block;
    background-size: cover; 
    background-position: top center;
}

.style7 .below-side > div{
    padding:0px;
    border:1px solid #fff;
}

.style7 .below-side .inner-below-side{
    display: block;
    height: 221px;
    background-size: cover;
    background-position: top center;
}


.style7 .left-side:hover img, 
.style7 .inner-right-side:hover img,
.style7 .inner-below-side:hover img {
-webkit-transform:perspective(1px) scale(1.3);
transform:perspective(1px) scale(1.3);
transition:perspective(1px) all 3s ease;
transition: all 3s ease;
cursor: pointer;
}

.style7 .left-side:hover .title, 
.style7 .inner-right-side:hover .title,
.style7 .inner-below-side:hover .title {
    opacity: 1;
  /*  background: #19282E;
  */ width: 100%;
    height: 100%;
    transition: all 2s ease;
    cursor: pointer;
}

.style7 .below-side .title {
    font-size: 24px;
    text-transform: capitalize;
    min-height: 219px;
    opacity: 0;
    padding: 0;
}

.style7 .below-side .title a {
    width: 100%;
    height: 100%;
    font-size:18px;
    padding: 15px;
}

 
.style7 .left-side .title {
    font-size: 30px;
    text-transform: capitalize;
    min-height: 442px;
    opacity: 0;
    padding: 0;
}

.style7 .left-side .title a {
    width: 100%;
    height: 100%;
    font-size:30px;
    padding: 15px;
}

.style7 .right-side .title {
    font-size: 24px;
    text-transform: capitalize;
    min-height: 219px;
    opacity: 0;
    padding: 0;
}
.style7 .right-side .title a {
    width: 100%;
    height: 100%;
    font-size:18px;
    padding: 15px;
}


.style7 .right-side .read,
.style7 .left-side .read,
.style7 .below-side .read {
    font-size: 18px;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 86px;
    background: #19282E;
    padding: 2px 10px;
}

.style7 .right-side .read a,
.style7 .left-side .read a,
.style7 .below-side .read a{
color:#fff;
text-decoration:none;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************** style 8 *************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style8{
    margin:40px 0;
}

.style8 .pola {
    padding: 0px!important;
}

.style8 .polaroid-images .pola
{
	float: left;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
}


.style8 .polaroid-images figure.featured-thumbnail span {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.style8 .polaroid-images .pola:nth-child(1n)
{
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	transform: rotate(-8deg);
}

.style8 .polaroid-images .pola:nth-child(2n)
{
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.style8 .polaroid-images .pola:nth-child(3n) {
	-webkit-transform: rotate(-24deg);
	-moz-transform: rotate(-24deg);
	transform: rotate(-24deg);
}
.style8 .polaroid-images .pola:nth-child(4n)
{
	-webkit-transform: rotate(14deg);
	-moz-transform: rotate(14deg);
	transform: rotate(14deg);
}
.style8 .polaroid-images .pola:nth-child(5n)
{
	-webkit-transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	transform: rotate(-18deg);
}

.style8 .polaroid-images .pola:nth-child(6n)
{
	-webkit-transform: rotate(-169deg);
	-moz-transform: rotate(-169deg);
	transform: rotate(-169deg);
}

.style8 .polaroid-images .pola:nth-child(7n)
{
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);
	transform: rotate(-65deg);
}

.style8 .polaroid-images .pola:nth-child(8n)
{
	-webkit-transform: rotate(59deg);
	-moz-transform: rotate(59deg);
	transform: rotate(59deg);
}

.style8 .polaroid-images .pola:nth-child(9n)
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}




.style8 .polaroid-images .pola:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
    transform: scale(1.2);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
    box-shadow: 0 10px 20px rgba(0,0,0,.7);
}

.style8 .polaroid-images a {
    font-size:18px;
    text-transform: capitalize;
}
.style8 .polaroid-images .title {
     min-height: 60px;
}

.style8 .polaroid-images h2 {
     font-size: 16px; 
}

.style8 figure.featured-thumbnail h2:hover {
}
/*
.style8 .polaroid-images .pola:hover a{
    color: #92857E;
        transition: all 1s ease;
}*/
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/*************** style 9 ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style9 {
    width: 60%!important;
    display: table;
    float: none!important;
    text-align: center;
    margin: 15px auto;
}

.style9 > div{
    margin:15px 0px;
    padding: 0;
}


.style9 .title {
}

.style9 .title h2 {
    font-size: 20px;
    padding: 15px 10px;
    text-transform: capitalize;
}

.style9 .title a{
    display: block;
    width:100%;
}

.style9 figure.featured-thumbnail img {
    width: 100%;
    height: 100%;
}


.style9 .content{
   padding: 15px;
   color: #fff; 
}

.style9 .content p {
    font-size: 16px; 
}

.style9 .info {
    padding: 15px 0;
    background: #0e3a30;
    color: #fff;
}   

.style9 .info ul{
   display: inline-table;
}    
.style9 .info ul li {
    float: left;
    text-align: center;
    margin: 0px 10px;
    font-size: 14px;
}

.style9 span#author {
    text-transform: capitalize;
    font-weight: bold;
}

.style9 span#post_date {
    text-transform: capitalize;
    font-weight: bold;
}

.style9 span#blogs-category {
    width: 100%;
    display: block;
    margin: 25px 0px;
    padding: 0px 15px;
    min-height: 80px;
}
.style9 a#cat-links{
    margin:0px 2px; 
    font-style: italic;  
    color:#D56B7A; 
    display: inline-block;
}

.style9 a#cat-links:hover{
color: #E53E3C;
text-decoration:none;
transition: all 1s ease;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************** style 12 ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style12 > div {
    margin: 15px 0;
}

.style12 .packed_div {
    border: 1px solid #cecece;
    box-shadow: 0px 10px 20px #BFB9B9;
    padding: 0;
    text-align: center;
    position: relative;
}

.style12 .post_time {
    text-align: left;
    padding: 15px;
    border-top: 2px dotted rgb(136, 108, 108);
    background: #0e3a30;
    color: #fff;
}

.style12 .post_time p {
    font-style: italic;
    text-transform: initial;
    text-align: right;
    margin-right: 15px;
}

.style12 .title {
    min-height: 75px;
}

.style12 .title h2 {
    padding: 5px 15px;
    font-size: 18px;
}

.style12 .title a {
}

.style12 figure.featured-thumbnail span {
    height: 300px;
    width: 100%;
    border-bottom: 5px solid black;
}


/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************** style 13 ************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.style13 {
    margin:15px 0;
    padding: 0!important;
}
.style13 > div {
    padding: 0!important;
}
.style13 .left_side figure.featured-thumbnail span {
    width: 100%;
    height: 408px;
    display: block;
    background-size: cover;
    background-position: top center;
}

.style13 .left_side .title {

}

.style13 .left_side h2 {
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
.style13 .left_side a{
    width: 100%;
    display: block;
}

.style13 .right_side figure.featured-thumbnail span {
    width: 100%;
    height: 100px;
    display: block;
    background-size: cover;
    background-position: top center;
}
.style13 .right_side_left_part,
.style13 .right_side_part {
    padding: 0!important;
}
.style13 .right_side_left_part {
    margin-bottom: 15px;
}

.style13 .right_side .title {
 
}

.style13 .right_side h2 {
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
.style13 .right_side a{
    text-decoration: none;
    width: 100%;
    display: block;
}
.style13 .below_side figure.featured-thumbnail span {
    width: 100%;
    height: 150px;
    display: block;
    background-size: cover;
    background-position: top center;
}
.style13 .below_side .img_div {
    padding:0!important;
}
.style13 .below_side_part {
    margin: 15px 0;
}
.style13 .below_side .default_style a {
    text-decoration: none;
    width: 100%;
    display: block;
}

.style13 .below_side .title {

}

.style13 .below_side .default_style h2 {
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
.style13 .below_side .default_style p {
    background: rgba(25,40,46,0.8);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    margin: 0;
}
.style13 .below_side .user_choice a{
    text-decoration: none;
    width: 100%;
    display: block;
}

.style13 .below_side .user_choice .title {
 
}

.style13 .below_side .user_choice h2 {
    color: #fff;
    font-size: 18px;
    padding: 15px;
    min-height: 68px;
}
.style13 .img_div {
    margin: 15px 0;
}
.style13 .below_side .user_choice  p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
}
.style13 .below_side_part_bg {
    padding: 0!important;
}
.style13 .below_side_part_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************ single page************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/

.custom_blogs_search{
    float:right!important;    
}

input#search_keywords {
    border: 0px;
    background: #333333;
    color: #fff;
    padding-left: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 1px;
    outline: 0px;
}

input.search-submit {
    background: #333333;
    font-size: 14px;
    color: #fff;
    border: 0px;
    border-radius: 10px;
    padding: 5px 10px;
    outline: 0px;
}

.single-blogs-sec{
  /*  background: #19282E;
    color: #fff; */
}

.single-blogs-main-content{
    padding:20px 0px;
    margin:40px 0px;
}

h1.single-title {
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 20px;
}



article.single-content p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 3px;
}


.single-image img {
    width: 100%;
    box-shadow: 0px 0px 1px #D56B7A;
}

.other-singles h3,
.blog-cato h3{
    text-align: center;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
    margin: 20px 0;
    color: #19282E;
    letter-spacing: 1px;
}

.other-singles ul {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

.other-singles ul li {
    display: inline-block;
}

.other-singles ul li img {
    width: 86px;
    height: 86px;
    border: 1px solid #000;
}

.single-blogs-cat {
    margin: 15px 0;
}

.single-blogs-cat h4 {
    display: inline-block;
    margin-right: 10px;
}

.single-blogs-cat a#cat-links {
    margin: 0px 2px;
    font-style: italic;
    color: #D56B7A;
    display: inline-block;
}

.single-blogs-cat a#cat-links {
    text-decoration:none;    
}

.single-blogs-cat a#cat-links:after {
    content: "/";
    margin: 0px 5px;
}

.single-blogs-cat a#cat-links:last-child:after {
    content: "";
}


.blog-cato {
    padding: 0px;
}

.blog-cato ul {
    padding: 0px;
    list-style: none;
}

.blog-cato ul li {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border:2px solid #070707;
    margin: 3px;
    padding: 2px 15px;
 }
 
 .blog-cato ul li a {
    color: #000;
}

.blog-cato ul li:hover {
    background: #070707;
    transition: all 1s ease;
}
    
.blog-cato ul li:hover a {
    color: #fff;
    text-decoration: none;
        transition: all 1s ease;
}
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************ archive page **********/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/ 
/************************************/
.archive-blogs-main-content .arch-blogs {
    margin: 15px 0;
}

.archive-blogs-main-content h2{
    margin:50px 0;
    text-align:center;    
}

.inner-arch-blogs{
    background: #19282E;
    color:#fff;    
}

.arch-blogs img {
    width: 100%;
}

.arch-blogs .title {
    text-align: center;
    font-size: 16px;
    padding: 5px;
    text-transform: capitalize;
    min-height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 14px;
}


.arch-blogs .content {
    padding: 15px;
}

.arch-blogs .read {
    text-align: right;
    margin-right: 10px;
    padding: 10px 0;
}

.arch-blogs .read a{
    color: #D56B7A;
}

.arch-blogs .read a:hover{
    color: #E53E3C;
    text-decoration:none;
    transition: all 1s ease;
}

.inner-arch-blogs .title a {
    color: #E2E9FB;
    text-decoration: none;
}
/******************************
      similar id's/classes
******************************/
span#trim_read {
    margin-left: 7px;
}