/*
Template Name: Weddy
Author: DotThemes
URL: http://www.dotthemes.com
Version: 1.0
Desctiption: Weddy - Wedding Planner Website Template.
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
	1.0 - GLOBAL SYTLES
	2.0 - NAVBAR
	3.0 - SLIDER
	4.0 - ABOUT
	5.0 - SERVICE
	6.0 - GALLERY
	7.0 - COUNTER
	8.0 - STORE
	9.0 - TEAM
	10.0 - TESTIMONIAL
	11.0 - BLOG
	12.0 - SUBSCRIBE
	13.0 - CONTACT TOP
	14.0 - CONTACT-BOTTOM
	15.0 - FOOTER
    16.0 - BLOG PAGE
-------------------------------------
[ END CSS TABLE CONTENT ]
===================================== */

/* ===================================
   1.0 - GLOBAL SYTLES
=================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background-color: #72e8e1;
    color: #444;
    text-shadow: none;
}
::selection {
    background-color: #16a085;
    color: #a4003a;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}

html,
body {
    height: 100%;
}
body {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
a img {
    /*background: white;*/
}
.odd a img {
    background: #f5f5f5;
}
/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
h3{
    font-size: 18px;
    color: #000;
}
.clear{
    clear: both;
}
/* Paragraph & Typographic */

p {
    line-height: 26px;
    color: #000;
    font-size: 14px;
}
p.large {
    font-size: 18px;
    margin-bottom: 50px;
}
.centered {
    text-align: center;
}
ul {
  margin-left: -40px;
}
li{
    list-style: none
}
strong {
    font-weight: 700;
}
em {
    font-weight: 300;
}
pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}
small {
    font-size: 12px;
}
blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}
blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}
blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}
blockquote cite:before {
    content: "-- "
}
/* Images */

.overflow-image {
    margin-top: -65px;
}
/* Links */

a {
	color: #666666;
	transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s;
}
a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.section-header {
    margin-bottom: 50px;
}
.section-title {
    text-transform: uppercase;
	font-weight: 600;
}
.section-title span{
    background:#F3DDE1;
    padding: 5px 10px;
}
.section-padding {
    padding: 100px 0;
}

/* ALL HEADER SECTION START */
.common-header h2{
	color: #000;
	font-size: 36px;
	text-transform: uppercase;
}
.common-header p{
	color: #353535;
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	margin: 0 auto;
	max-width: 615px;
	padding-top: 10px;
}
/* / END ALL HEADER SECITON */

/* ===========================
   2.0 - NAVBAR
   ======================== */
.navbar-default .navbar-nav > li > a {
    color: #555;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFEB3B;
    background-color: #fff;
}
.navbar-default {
  background-color: #af892b;
    padding: 12px 0;
    box-shadow: 0 0 3px #ccc;
    font-weight: 500;
}
.navbar-default .navbar-brand {
    font-weight: 700;
    font-size: 26px;
    color: #666;
}
.navbar-brand .fa {
    color: #FF1744;
    margin-right: 10px;
}
.navbar-toggle {
    border-color: transparent;
    border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFEB3B;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #ff7e97;
    color: #fff;
}
.dropdown-menu {
	background-color: #d7535a;
	border: medium none;
	box-shadow: none;
	font-size: 16px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 63px;
	transition: all 0.3s ease-out 0s;
	width: 190px;
	left:0 !important;
	border-radius:0px;
}
.dropdown-menu > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 20px;
	text-transform: uppercase;
}
.navbar-default {
  box-shadow: none;
  border-color: transparent;
}
.logo h2{
	color: #fff;
	font-size: 40px;
	line-height: 60px;
}
.logo{
    margin-top: -20px;
}

/* HEADER BOTTOM */
#header-bottom{
    background: url(images/headerline.png);
    padding: 40px 0;
    background-position: center;
}
.navbar-default .navbar-nav >
.active > a, .navbar-default
.navbar-nav > .active > a:hover,
.navbar-default .navbar-nav >
.active > a:focus {
    background: transparent;
    color: #FFEB3B;
}
.navbar-default .navbar-nav >
.active > a, .navbar-default
.navbar-nav > .active > a:focus,
.navbar-default .navbar-nav >
.active > a:hover {
    background-color: transparent;
    color: #FFEB3B;
}

/* ==================================
   3.0 - SLIDER SECTION
   =============================== */
#slider-seciton{
    background: url(images/slider.jpg);
    background-size: cover;
    background-position: center;
    padding: 240px 0;
}
.slider-cont h1{
	color: #fff;
	font-size: 40px;
	padding-bottom: 35px;
	/*text-transform: uppercase;*/
}
.slider-cont h3{
    background: #af892b;
    color: #fff;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
}
.slider-cont p{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding-top: 25px;
}
/* slider left & right shadow transparent hide */
.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 25px;
}
/* pagination none */
.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  height: 0;
  width: 0;
}
.carousel-indicators .active {
  background-color: transparent;
  height: 0;
  margin: 0;
  width: 0;
}

/* index video */

#video_section{
    width: 100%;
    height: 700px;
    border-left: none;
    border-right: none;
    position: relative;
    padding: 20px;
}
.video_container{
    position: absolute;
    top: -2px;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
video{
    position: absolute;
    z-index: -1;
    opacity: 0.78;
    width: 100%;
}
#video_section h1{
    color: #fff;
    z-index: 1;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15%;
    font-size: 40px;
    text-transform: uppercase;
    background: #f2798a;
    padding: 20px 10px;
    width: 750px;
}

/* =============================
   4.0 - ABOUT SECTION
   ========================== */
.about-main{
    padding-top: 80px;
}
.about-cont p{
    padding-top: 10px;
    padding-bottom: 30px;
    color: #666666;
}
.about-img{
	position:relative;
	z-index:99;
	overflow:hidden;
}
.about-img:before {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
}
.about-img:hover:before,.weddy-img:hover:after  {
    height: 100%;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-img:after {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
}


img{
    margin: 0;
    padding: 0;
}

/* ===============================
   5.0 - SERVICE SECTION
   ============================ */
#weddy-services{
    background: #f3f3f3;
    border-top: 3px solid #ffeb3b;
}
.weddy-cont{
	margin-top:80px;
}
.weddy-cont:hover{
	box-shadow: 0 1px 20px 9px rgba(0, 0, 0, 0.19);
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.weddy-comn{
	float: left;
	padding: 10px;
}
.weddy-text{
    padding-left: 10px;
}
.weddy-text h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.weddy-text p{
    padding-top: 10px;
    font-size: 14px;
}

/* ================================
   6.0 - GALLERY SECTION
   ============================= */
.work_area{
    background: #f9f9f9;
}
.grid{
    margin-top: 50px;
}
.work_img {
    margin-top: 30px;
    border: 1px solid #D7535A;
}
.filter_menu li{
    display: inline-block;
    padding: 6px 15px;
    margin: 0 5px;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #D7535A;
}
.filter_menu li:last-child:before{
    display: none;
}
.work_img{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.work_img img{
    transform: scale(1.1);
    transition: all .3s ease 0s;
}
.work_img:hover img{
    transform: scale(1)
}
.work_img_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(247,133,159,.7);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease 0s;
}
.work_img:hover .work_img_overlay{
    opacity: 1;
    visibility: visible;
}
.work_img_icon{
    position: absolute;
    bottom: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease 0s;
}
.work_img:hover .work_img_icon{
    bottom: 55%;
}
.work_img_icon i{
    color: #F7859F;
    padding: 8px 10px;
    text-align: center;
    background: #fff;
    font-size: 22px;
    margin: 0 3px;
}
.work_img_cont p{
    font-weight: 600;
    font-size: 16px;
}
.work_img_cont p, .work_img_cont span{
    color: #fff;
}
.work_img_cont{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease 0s;
}
.work_img:hover .work_img_cont{
    top: 65%;
}
.work_button{
    margin-top: 50px;
    text-align: center;
}
.filter_menu li.active{
    color: #D7535A;
}

/* ==================================
   7.0 - COUNTER SECTION
   =============================== */
#counter-section{
    background: url(images/counter-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.counter{
    text-align: center;
    margin: 30px auto 0;
}
.counter h3{
    color: #fff;
    padding-bottom: 10px;
    font-size: 24px;
}
.counter p{
    color: #fff;
    font-size: 48px;
    padding-top: 10px;
}
.main-counter{
    padding-top: 60px;
}
/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */
.end { margin-right: 0 !important; }
/* Column Grids End */

.counter { padding: 20px 0;}

/* =================================
   8.0 - STORE SECTION
   ============================== */
.weddy-store-img img{
    width: 100%;
}
.weddy-store-img {
  padding-top: 60px;
}
.carousel-common {
  margin-left: -15px;
}

.store-cont{
    text-align: center;
    margin-left: -15px;
}
.store-cont p{
	font-family: "Raleway",sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 25px;
}
.store-cont h3{
	color: #f2798a;
	font-family: "Roboto",sans-serif;
	font-size: 24px;
}
.owl-theme .owl-controls .owl-page span:hover {
    background: #2f4cf4 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.weddy-store-carousel{
    margin-left: 20px;
}
.owl-theme .owl-controls {
	margin-top: 50px;
}
#weddy-store .owl-theme .owl-controls .owl-page span {
	background: #868686;
}
#weddy-store .owl-theme .owl-controls .owl-page span:hover {
  background: #ff4166;
}

/* =====================================
   9.0 - TEAM SECTION
   ================================== */
#weddy-team{
    background: #f5f5f5;
    border-top: 3px solid #ffeb3b;
}
.team{
    text-align: center;
    margin-top: 80px;
	padding-top:10px;
}
.team:hover{
  	box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.19);
	transition:.5s;
}
.team img{
    margin: 0 auto;
}
.team h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-top: 20px;
}
.team-icon{
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    margin-top: 20px;
}
.team-icon a i{
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    color: #c4c4c4;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 4px;
}
.team-icon a i:hover{
    background: #f2798a;
    color: #fff;
}

/* =======================================
   10.0 - TESTIMONIALS SECTION
   ==================================== */
#testimonial{
	background: rgba(0, 0, 0, 0) url("images/testimonial-img.jpg") no-repeat scroll center center / cover ;
    padding: 80px 0;
}
.testimonial-bottom{
    text-align: center;
}
.testimonial-cont img{
    margin: 0 auto;
    padding-bottom: 25px;
}
.testimonial-cont h3{
    padding-top: 20px;
	font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.testimonial-cont h4{
    padding-bottom: 24px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.testimonial-cont i{
    font-size: #3d3d3d;
    padding: 0 5px;
    color: #fff;
}
.testimonial-cont{
    max-width: 850px;
    margin: 0 auto;
}
.para{
    padding-top: 20px;
    color: #fff;
    line-height: 24px;
}
#testimonial-section .owl-pagination{
    padding-top: 20px;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
}
.owl-theme .owl-controls .owl-page span:hover {
  background: #ff4166;
}

/* =================================
   11.0 - BLOG SECTION
   ============================== */
.blog-all-cont{
    position: relative;
    border: 1px solid #ebebeb;
    padding-bottom: 40px;
    margin-top: 60px;
}
.blog-all-cont:hover{
  	box-shadow: 0px 1px 20px 9px rgba(0, 0, 0, 0.19);
	transition:.5s;
}
.blog-all-cont .blog-wedding {
  background: #ff7e97 none repeat scroll 0 0;
  bottom: 189px;
  color: #fff;
  height: auto;
  left: 80px;
  padding: 10px 0;
  position: absolute;
  width: 100px;
    bottom: 173px;
}
.blog-all-cont h3{
    padding-top: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.blog-all-cont h5{
	font-family: "Raleway",sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 10px;
}
.blog-all-cont p{
	line-height: 21px;
	padding: 0 10px;
}
.blog-btn {
  bottom: -9px;
  padding-top: 20px;
  position: absolute;
  left: 78px;
}
.blog-btn a{
    border: 1px solid #ff7e97;
    padding: 7px 10px;
    color: #000;
    background: #fff;
}
.blog-btn a:hover{
    background: #ff7e97;
    color: #fff;
}

/* ===================================
   12.0 - SUBSCRIBE SECTION
   ================================ */
#subscribe{
    background: #f5f5f5;
    border-top: 3px solid #ffeb3b;
}
.subscribe-cont{
    float: right;
    padding-top: 10px;
}
#email{
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-right: none;
    border-left: none;
    width: 100%;
    padding: 20px 0;
    background: transparent;
}
#subs_submit{background: #ff7e97 none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	margin: 0 auto;
	padding: 20px 0;
	text-transform: uppercase;
	transition: all 0.3s linear 0s;
	border: medium none;
	font-family: "Raleway",sans-serif;
	width: 165px;
}
#subs_submit:hover{
	background: #FF4B6E;
	color: #fff;
}

/* =====================================
   13.0 - CONTACT TOP SECTION
   ================================== */
.all-contact-div{
    padding-top: 80px;
}
.contact{
    border: 10px solid #ebebeb;
    width: 265px;
    height: 265px;
    border-radius: 50%;
    margin: 0 auto;
}
.contact:hover{
	box-shadow: 0 1px 20px 9px rgba(0, 0, 0, 0.19);
	transition: all 0.5s ease 0s;
}
.contact-cont{
    max-width: 200px;
    margin: 0 auto;
    padding-top: 80px;
}
.contact-cont a i{
    font-size: 40px;
    color: #ff7e97;
}
.contact-cont p{
    line-height: 20px;
    padding-top: 10px;
}

/* ======================================
   14.0 - CONTACT BOTTOM SECTION
   =================================== */

#contact-bottom{
    background: url(images/contact-img.jpg);
    background-size: cover;
    background-position: center;
}
.contact-form-head h3{
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.all-contact-bottom-div{
    padding-top: 80px;
}
.input_top{
    display: inline-block;
}
.weddy-contact-form p{
    color: #fff;
    text-align: left;
    margin-left: 10px;
	font-weight: 700;
}
.weddy-contact-form input{
    width: 350px;
    padding: 15px 10px;
    margin: 10px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.textarea{
    margin-top: 30px;
}
.textarea p{
    padding-bottom: 10px;
}
.textarea textarea{
    width: 97%;
    padding: 10px;
    height: 180px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
#contact-bottom ::-webkit-input-placeholder {
    color:#fff;
}

#contact-bottom ::-moz-placeholder {
    color:#fff;
}

#contact-bottom ::-ms-placeholder {
    color:#fff;
}

#contact-bottom ::placeholder {
    color:#fff;
}
.contact-form-btn{
    padding-top: 50px;
}
#submit{
    background: #fff;
    color: #ff7e97;
    padding: 12px 52px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
	border: medium none;
	font-family: "Raleway",sans-serif;
	width: 165px;
}
#submit:hover{
    background: #FF4B6E;
    color: #fff;
}
.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

/* ==================================
   15.0 - FOOTER SECTION
   =============================== */
#footer-section{
    background: #af892b;
    padding: 25px 0;
}
.footer-icon{
    padding-bottom: 20px;
}
.footer-icon a i{
    background: #ff819a;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.footer-icon a i:hover{
    background: #fff;
    color: #ff4b6e;
}
.footer-cont p{
    color: #fff;
}
.footer-cont a{
    color: #fff;
}

/* ===================================================================================================================
                                                   16.0 - BLOG PAGE START HERE
=================================================================================================================== */

/* ================================
   BLOG BANNER
================================= */
#banner-section{
    background: url(images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-cont p, .banner-cont a{
    color: #fff;
	font-weight: 700;
}
#banner-section h1{
    color: #fff;
}

/* ====================================
   BLOG SIDEBAR
===================================== */
.sidebar{
    margin-top: 60px;
    position: relative;
}
#search{
    padding: 12px;
    width: 100%;
    border: 1px solid #e1e1e1;
}
#search:hover,
#search:focus,
#search:active{
    border: 1px solid #ff7e97;
}
.sidebar a i{
    color: #ff7e97;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

/* ====================================
   RECENT POSTS
===================================== */
.recent-inner{
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.recent-inner .image-holder{
    float: left;
}
.recent-inner .text-box{
    margin-left: 60px;
}
.recent-inner .text-box p{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #666;
}
.recent-inner .text-box span{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #111;
}
.recent-inner:hover{
    background-color: #fff;
}

/* ====================================
   CATAGORIES
===================================== */
.sidebar-multi{
    margin-top: 40px;
}
.sidebar-multi h3{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    background: #ff7e97;
    padding: 10px 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
.catagories-num{
    float: right;
}
.sidebar-menu ul li:last-child{
    border-bottom: none;
}
.sidebar-multi ul li a{
    color: #666666;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 5px;
    cursor: pointer;
}
.sidebar-multi li a:hover{
    background: #ff7e97 none repeat scroll 0 0;
    color: #fff;
}

/* ====================================
   TAGS
===================================== */
.tag li{
    border: 1px solid #e1e1e1;
    height: 40px;
    width: 84px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 5px 0

}
.tag li:hover{
    border: 1px solid #ff7e97;
    color: #ff7e97;
}
.tag{
    margin: 20px 0;
}

/* =======================================
   NEXT AND PREV
======================================= */
.next-box{
    margin-top: 75px;
    margin-bottom: 100px;
}
.next-box li, .next-box a i{
    background: #ff7e97;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
}
.next-box li:hover{
    background: #b02e47
}
.arrow-left,.arrow-right{
    margin: 0 3px;
}
.next-box li a{
    color: #fff;
    display: block;
}
.next-box a i:hover{
    background: #b02e47;
}

/* ------------------------------
   SINGLE BLOG CONTENT
   ---------------------------- */
.simple-blog-cont{
    margin-top: 60px;
}
.simple-blog-img h3{
    color: #000;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 10px;
}
.simple-blog-img h5{
    font-family: 'Raleway', sans-serif;
    padding-bottom: 35px;
	font-size: 12px;
	font-weight: normal;
}
.simple-blog-img p{
    color: #666666;
    padding-bottom: 18px;
}
.quote {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 30px 70px;
}
.cuote-left{
    padding-right: 5px;
}
.cuote-right{
    padding-left: 5px;
}

/* ---------------------------
   SINGLE SHARE CONTENT
   ------------------------ */
.simple-share-cont{
    padding: 15px 30px;
    background: #f5f5f5;
    margin-bottom: 50px;
    height: 58px;
}
.share{
    float: left;
    margin-right: 15px;
}
.share-fb{
    padding: 5px 10px;
    background: #4b66a1;
}
.share-multi i{
    color: #fff;
}
.share-multi a span{
    color: #fff;
}
.share-twt{
    padding: 5px 10px;
    background: #00aeef;
    color: #fff;
}
.share-pint{
    padding: 5px 10px;
    background: #bd2126;
    color: #fff;
}
.share-multi{
    float: left;
    position: relative;
}
.share-multi img{
    padding-top: 5px;
    margin-left: 5px;
}
.share-num{
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 12px;
    color: #000;
}
.share-icon{
    padding-right: 5px;
}

/* ===============================
    SINGLE BLOG COMMENTS
================================*/

.comment-reply-title {
    padding-bottom: 12px;
    margin-bottom: 28px;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    color: #044A67;
    font-size: 22px;
    line-height: 30px;
    padding-top: 5px;
}

.comment-reply-title:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #bdc3c7;
    width: 30%;
    max-width: 150px;
    bottom: -1px;
    left: 0;
}

.commentlist {
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.commentlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #676767;
    margin: 25px 0;
}

.comment,
.author-bio {
    background-color: #f6f6f6;
    padding: 20px;
    margin: 17px 0;
    overflow: hidden;
    border-bottom: solid 1px #e1e1e1;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.author-bio {
    background-color: #f9f9f9;
    border: solid 1px #e9e9e9;
    padding-bottom: 5px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.author-bio .media-heading {
    padding-top: 0;
}

.author-bio div div ul li {
    padding-right: 0;
}

.social-author {
    font-size: 20px;
    padding: 0;
}

.view-all {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.reply {
    margin: 0;
    padding: 0;
    text-align: right;
    border: 0;
}

.media-heading {
	margin-top: 15px;
}
.form-control {
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
}

.comments ol {
    margin: 0;
    padding: 0;
}

.comments ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments div h5 small {
    font-family: "Roboto", sans-serif;
}

.comment-notes {
    font-size: 13px;
}

.form-allowed-tags {
    font-size: 12px;
}

.form-allowed-tags code {
    color: #777;
    background-color: #f7f7f7;
}
.submitbtn{
	border-radius:0px;
}
.submitbtn:hover{
	background:#D7535A;
	color:#fff;
	border:1px solid #D7535A;
}
.btn-reply,
.comment-reply-link,
.btn-edit,
.comment-edit-link {
    display: inline-block;
    padding: 6px 12px;
    margin: 7px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    background-color: #ff7e97;
    min-width: 90px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #fff !important;
    text-decoration: none;
}

.btn-reply:hover,
.comment-reply-link:hover,
.btn-edit:hover,
.comment-edit-link:hover {
    background-color: #d7535a !important;
    text-decoration: none;
}

.btn-reply:active,
.comment-reply-link:active,
.btn-edit:active,
.comment-edit-link:active {
    background-color: #2574A9 !important;
    text-decoration: none;
}

.btn-reply:focus,
.comment-reply-link:focus,
.btn-edit:focus,
.comment-edit-link:focus {
    background-color: #d7535a !important;
    text-decoration: none;
}

.btn-reply i,
.comment-reply-link i,
.btn-edit i,
.comment-edit-link i {
    margin-right: 3px;
}

.btn-edit {
    background-color: #999;
}

.comment-edit-link {
    background-color: #999;
}


.reply_comnt{
    padding-left: 50px;
}
.reply_comnt img{
    padding-left: 50px;
    background: #f7f7f7;
}
#cmnt_email {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	width: 100%;
	padding: 10px;
	background: transparent;
}
.contact_leave{
    padding-bottom: 15px;
    padding-top: 20px;
}