/*
 * Table of Css
 *
 * 1.0 - Normalize Body
 * 2.0 - Button
 * 3.0 - Input Forms Css
 * 4.0 - Top Search Ipnut
 * 5.0 - Page Loader
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Home Slider Front Page
 * 8.0 - Main Post Details
 * 9.0 - Calender
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts anpages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Pagination


 * 14.0 - Media Queries
 *    14.4 - >= 1400px
 *    14.3 - >= 1040px
 *    14.2 - >= 768px
 *    14.1 - >= 480px

 */



body {
  font-size: 14px;
  line-height: 25px;
  color: #898989;
  font-family: 'Muli', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.animation-toggle{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a{
    color: #4d4d4d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,a:focus{
    text-decoration: none;
    color: #47C2DC;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

h1, h2, h3, h4, h5, h6{font-family: 'Lato', sans-serif;font-weight: 700;line-height: 30px;}

.h2, h2 {font-size: 24px;}

p{line-height: 23px;}

ul li{list-style: none;}

/*------------------------------------------- 
---------- BUTTON  -------------
--------------------------------------------*/

.btn{
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 0 10px 0 0;
    color:  #47C2DC;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-border:hover{
    color: #fff;
    text-decoration: none;
    background: #47C2DC;
    border: 1px solid #47C2DC;
    transition: all 0.3s ease;
}
.site-main {padding: 40px 0 0;}

.main-blog {margin: 10px 0;}


/*------------------------------------------- 
---------- INPUT SECTION -------------
--------------------------------------------*/

input[type="text"], input[type="email"], 
input[type="url"], input[type="password"], 
input[type="search"], input[type="number"], 
input[type="tel"], input[type="range"], 
input[type="date"], input[type="month"], 
input[type="week"], input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], textarea, select  {
    color: #444;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px 25px 10px 20px;
    font-size: 14px;
    width: 100%;
    outline: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background: transparent;

}

input[type="search"]{margin: 25px 0 0;}

button, input[type="button"], 
input[type="reset"], 
input[type="submit"]{
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    padding: 11px 18px 9px;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    background: transparent;
}

button, input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    border: 1px solid #47C2DC;
    color: #fff;
    background: #47C2DC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img.ajax-loader {
    width: auto !important;
}





/*------------------------------------------- 
---------- TOP SEARCH  -------------
--------------------------------------------*/
.header-search-form{
    position: absolute;
    z-index: 99;
    top: -50px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-search-form.search-toggle{
    display:block;
    top: 23px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-search-form form{
    display: flex;
    position: relative;
    background: #fff;
}

.header-search-form label{
    width: 100%;
    margin:0;
}
.header-search-form input[type="search"]{
    margin:0;
}

.header-search-form input[type="submit"]{
    position: absolute;
    right: 0;
}
.search-icon {
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 18px;
}

.menu-main-menu-container {
    display: inline-block;
    float: left;
}
.search-icon .ion-search{top: 34px;
    position: absolute;
    right: -10px;transition: all 0.5s ease;}

.ion-close {
    position: absolute;
    right: -30px;
    top: 34px;
    z-index: 999;
    transition: all 0.5s ease;
}
div#bs-example-navbar-collapse-1 {
    position: relative;
    transition: all 0.5s ease;
}


/*------------------------------------------- 
---------- WHOLE PAGE PRELOADER -------------
--------------------------------------------*/
#preloader{   position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-size: 70px 70px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;}
#preloader:before{
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #47C2DC;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    position: absolute;
    content: "";
    left: 45%;
    top: 50%;
    z-index: 9999999;
    overflow: visible;
    background-size: 70px 70px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-align: center;
    right: 0
}



@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/*------------------------------------------- 
---------- NAV BAR -------------
--------------------------------------------*/

.navbar-brand{padding: 32px 15px;}

.navbar-default {
    border-color: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
    margin: 0;
}
.navbar ul li{transition: all 0.5s ease;}
.navbar ul li a{
    font-weight: 700;
    padding: 33px 10px;
    display: block;
    line-height: 25px;
}

.navbar-nav>li>a:hover,.search-icon i:hover, .active{color: #47C2DC !important;}

/*.current-menu-item a { color: #47C2DC !important;}*/


ul.sub-menu {
    opacity: 0;
    position: absolute;
    background: #fff;
    top: 110px;
    width: 180px;
    z-index: -1;
    text-align:left;
    left:0px;
    transition: all 0.5s ease;
}
ul.sub-menu li:last-child {
    border-bottom: none;
}

ul.sub-menu li {
    margin: 0 0 0 -40px;
    border-bottom: 1px solid #ddd;
}
ul.sub-menu li a{padding: 10px 15px;}
ul.sub-menu li a:hover{color: #fff !important;}

.navbar-nav>li:hover .sub-menu {
    display: block;
    opacity:  1;
    top: 92px;
    z-index: 99;
    transition: all 0.5s ease;
}
ul.sub-menu>li>ul.sub-menu {
    opacity: 0 !important;
    position: absolute;
    background: #fff;
    width: 180px;
    z-index: -1;
    text-align: left;
    left: -180px;
    transition: all 0.5s ease;
    /*top:0px !important;*/
}

ul.sub-menu>li:hover .sub-menu{opacity: 1 !important;}



ul.sub-menu > li:first-child:hover .sub-menu {
  top: 0px;
}
ul.sub-menu > li:nth-child(2):hover .sub-menu {
  top: 46px;
}
ul.sub-menu > li:nth-child(3):hover .sub-menu {
  top: 92px;
}
ul.sub-menu > li:nth-child(4):hover .sub-menu {
  top: 138px;
}
ul.sub-menu > li:nth-child(5):hover .sub-menu {
  top: 184px;
}


/*------------------------------------------- 
---------- HOME PAGE SLIDER -------------
--------------------------------------------*/

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 28%;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    letter-spacing: 1px;
}
.slider-title{
    margin: 10px 0;
}
.carousel-caption  a{color:#fff; }
.carousel-caption .slider-title a:hover{color:#47C2DC; }
.carousel-inner .item{height: 565px;}
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img{max-width: 100%;}

.carousel-caption .btn{margin: 10px 0;}
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    position: absolute;
    z-index: 5;
    display: inline-block;
    margin-top: -45px;
    font-size: 80px;
}
.carousel-inner .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.6);
}

.carousel-control.right-control {
    right: 0;
    left: auto;}

.carousel-control.right-control, 
.carousel-control.left-control {
    background-image: none;
    background-repeat: no-repeat;
    margin: 0 50px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    opacity: 0;
    border: 1px solid #fff;
    top:45%;
    border-radius: 50px;
    transition: all 0.3s ease;
}


.carousel-control:focus, 
.carousel-control:hover{
    color:#47C2DC;
    outline: 0;
    border-color: #47C2DC; 
}


.carousel-control .icon {
    border: 1px solid #fff;
    padding: 5px 10px;
}



.carousel:hover 
.carousel-control.right-control, 
.carousel:hover  .carousel-control.left-control{
    opacity: 1;
    transition: all 0.3s ease;    
    margin: 0 60px;
}


/*------------------------------------------- 
---------- MAIN POST DETAILS -------------
--------------------------------------------*/
.entry-meta{text-transform: uppercase;font-size: 11px;}

.entry-meta a{padding: 0 5px 0 0; font-weight: 700;text-transform: uppercase;}
.entry-meta span{color: #c2c2c2;text-transform: capitalize;}

.entry-meta a:hover{color: #47C2DC;}

.entry-excerpt, .entry-content {padding: 0 0 30px;}

.post-details ,.page-details{
    background: #fff;padding:10px 40px;    
    box-shadow: 0px 4px 1px 0px rgba(136, 136, 136, 0.15);
}
.comment-list{
    background: #fff;padding: 30px 40px;    
    box-shadow: 0px 4px 1px 0px rgba(136, 136, 136, 0.15);
}
.comment-list .comment-respond {
    background: #fff;padding:0;    
    box-shadow:none;
}

.comment-respond {
    background: #fff;padding: 30px 40px 60px;margin: 60px 0;    
    box-shadow: 0px 4px 1px 0px rgba(136, 136, 136, 0.15);
}

.post-details .entry-title{position: relative;margin: 0 0 30px;text-transform: uppercase;}

.post-details .entry-title:before {
    content: "";
    position: absolute;
    width: 15%;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    bottom:-30px;
    margin: 13px 0;
}

ul.post-categories {
    display: inline-block;
    margin-left: -38px;
}
ul.post-categories li {
    display: inline-block;
    margin: 20px 0 0;
}

.entry-footer{
    padding:40px 0px 70px;
    border-top: 1px solid #eee;
}


.grid-img {
    position:relative;
}

.format-gallery img{
    max-width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.format-gallery .gallery-item,
.format-image .gallery-item{
    margin: 0 !important;
}

.format-image p{margin: 0;}
.format-image img{
    max-width: 100%;
    height: auto;
    border: none !important;
}



.format-link .entry-content:before {
    position: absolute;
    content: "\f1fe";
    font-family: "Ionicons";
    left: 20px;
    right: 0;
    top: 15px;
    font-size: 26px;
    color: #4d4d4d;
    text-align: left;
}
.format-link .entry-content{
    font-size: 20px;
    text-align: center;
    background:#e4e4e4;
    padding: 25px;
    color: #4d4d4d;
    position: relative;
}
/*.format-quote .entry-content:before {
    position: absolute;
    content: "\f347";
    font-family: "Ionicons";
    left: 55px;
    right: 0;
    top: 140px;
    font-size: 22px;
    color: #fff;
    text-align: left;
}*/
.format-quote .entry-content{

    color: #444;
}

.post .triangle{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 100px solid #47C2DC;
    border-left: 100px solid transparent;
    z-index: 9999;
    left: 650px;
}

.post .triangle > span {
    position: absolute;
    top: -82px;
    left: -33px;
    color: #fff;
    font-size: 18px;
}

.edit .btn:hover a{color: #fff;}

.post-image img{max-width: 100%;height: 100%;}

.social-share a {
    padding: 12px;
    width: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #c2c2c2;
    display: inline-block;
    margin-right: 10px;
    transition: all, 0.7s;
    -webkit-transition: all, 0.7s;
    outline: 0;
}

.social-share a.facebook:hover{
    background: #3b5998;
    color: #fff;
    border-color:#3b5998; 
}
.social-share a.twitter:hover{
    background: #00aced;
    color: #fff;
    border-color:#00aced;
}
.social-share a.linkedin:hover{
    background: #517fa4;
    color: #fff;
    border-color:#517fa4;
}
.social-share a.google:hover{
    background: #cb2027;
    color: #fff;
    border-color:#cb2027;
}


.hentry{margin: 0 0 60px !important;position: relative;}

/*------------------------------------------- 
---------- IMAGE HOVER -------------
--------------------------------------------*/


.single-image i {
    color: #47C2DC;
    position: absolute;
    top: 42%;
    right: 0;
    left: 50%;
    font-size: 60px;
    opacity: 0;
      -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;

}


.format-image:hover i,
.format-standard:hover i,
.format-quote:hover i{
    opacity: 1;
      -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    transition: all 3s ease;
}

.single-image {
    background:  #444;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.single-image::before,
.single-image::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-image::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.single-image::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}


.format-image:hover .single-image img,
.format-standard:hover .single-image img,
.format-quote:hover .single-image img {
    opacity: 0.3;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.format-image:hover .single-image::before,
.format-standard:hover .single-image::before,
.format-image:hover .single-image::after,
.format-standard:hover .single-image::after,
.format-quote:hover .single-image::after,
.format-quote:hover .single-image::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*------------------------------------------- 
---------- SIDE BAR ABOUT US-------------
--------------------------------------------*/
.explore-widget a {
    color:#444;
    padding: 12px;
    width: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 10px;
    transition: all, 0.5s;
    -webkit-transition: all, 0.5s;

}



/*------------------------------------------- 
---------- SIDE BAR CALENDER -------------
--------------------------------------------*/

.widget_calendar {
    background: #fff;
    padding: 1px 25px 0px;
}

#wp-calendar {
    width:100%;
    font-size:12px;
    font-weight:300;
    border-collapse:separate;
    border-spacing:8px;
    margin-left:-2px;
}

#wp-calendar
caption {
    display:none;
}

#wp-calendar tbody
td {
    margin-bottom:10px;
    text-align:center;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    border:1px solid #ddd;
    padding:4px 6px;
}

#wp-calendar tbody td:hover {
    border-color:#e2e2e2;
}

#wp-calendar tbody
td.pad {
    border:0;
}

#wp-calendar tbody
td#today {
    color:#47C2DC;
    border-color:#47C2DC;
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
    color:#888;
    font-size:12px;
    font-weight:400;
    position:relative;
    text-transform:uppercase;
    bottom:-9px;
    margin-bottom:1px;
}

#wp-calendar tfoot
td#prev {
    text-align:left;
}

#wp-calendar tfoot
td#next {
    text-align:right;
}

#wp-calendar thead
th {
    font-size:13px;
    font-weight:400;
    color:#888;
    text-align:center;
    padding-bottom:10px;
}

#wp-calendar tbody td
a,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
    color:#47C2DC;
}


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    display: none;
}


/*------------------------------------------- 
---------- PAGINATION-------------
--------------------------------------------*/
.nav-links span, .nav-links a {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.nav-links span:hover, .nav-links a:hover, .page-numbers.current{
    background: #47C2DC;
    color:#fff;
    border-color: #47C2DC;
}



.pagination {
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    margin: 20px 0 40px;

}

.pagination li a {
    margin: 0 5px 50px;
    transition: all 0.3s ease;
    color: #47C2DC;
    padding: 10px 20px;
}

.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius:50px;

}



.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover{
    color: #fff;
    background-color: #47C2DC;
    border-color: #47C2DC;
    transition: all 0.3s ease;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    color: #fff;
    cursor: default;
    background-color: #47C2DC;
    border-color: #47C2DC;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin: 0 0 40px;
}


.type-page .entry-footer{border-top: none;}
/*------------------------------------------- 
---------- WIDGETS SIDEBAR -------------
--------------------------------------------*/

.widget-area{padding:19px 0;}

.widget-post .widget-img {float: left;width: 30%;padding: 0 0px 10px; }
.widget-post .blog-details .post-heading a{color: #4d4d4d;text-transform: uppercase;}


.widget-post .blog-details .post-heading, 
.widget-post .blog-details .entry-meta{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    line-height: 20px;
}



.widget-post .blog-details .entry-meta i{padding-right: 5px;}

.widget {
    background: #fff;
    padding: 1px 25px 25px;
    margin: -10px 0 40px;
}

.widget ul li{
    margin-left: -38px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #898989;
}
.widget ul li:not(:last-child){
    border-bottom: 1px solid #f0f3f4;
}

.widget li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.widget-post .media:not(:last-child) { border-bottom: 1px solid #f0f3f4;padding: 15px 0;}

.widget-title{position: relative;padding: 0 0 25px;color: #4d4d4d;text-transform: uppercase;font-size: 18px;}
.widget-title:before {
    content: "";
    position: absolute;
    width: 15%;
    height: 4px;
    background: #47C2DC;
    left: 0;
    right: 0;
    bottom: 10px;
}

.about-info { margin: 15px 0;text-transform: uppercase;font-size: 11px;}




.widget .tagcloud a {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #f2f2f2;
    text-transform: uppercase;
    line-height: 45px;
    transition: all, 0.5s;
    font-size: 100% !important;
    margin: 0 10px 0 0;
}

.widget .tagcloud a:hover {
    background-color: #37a8e0;
    color: #fff;
    transition: all, 0.5s;
}

.widget span {
    display: block;
    font-size: 11px;
}

.widget_recent_entries ul li a {
    font-size: 14px;
}

.textwidget img {
    width: 100%;
    height: auto;
}



/*------------------------------------------- 
---------- PAGE HEADER-------------
--------------------------------------------*/
.page-header, .page-content {
    margin: 10px 0 20px;
    border-bottom: 1px solid transparent;
    background: #fff;
    padding: 10px 40px 32px;
    box-shadow: 0px 4px 1px 0px rgba(136, 136, 136, 0.15);
}
.page-title{position: relative;}
.page-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: #ddd;
    width: 15%;
    height: 1px;
    top: 45px;
    bottom: 0;
}

.wpcf7-form {
    margin: 50px -15px 0;
    padding: 0;
    display: inline-block;
}


/*------------------------------------------- 
---------- Author -------------
--------------------------------------------*/
.comment {
    padding: 20px 0;
}
.comment-author img{
    float: left;
    margin-top: 0;
    margin-right: 40px;
    border-radius: 50px;
    width: 90px;
    height: 90px;
}

.comment-content {
    padding-top: 10px;
    overflow: hidden;
    display: block;
}

span.says {
    display: none;
}

.reply a {
    float: right;
    padding: 6px 23px 7px;
    display: inline-block;
    margin: -45px 0;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
}
.reply a:hover{color: #fff;background:#47C2DC;border-color:#47C2DC;}

/*------------------------------------------- 
---------- Next and previous page -------------
--------------------------------------------*/

.footer-widget .widget {
    padding: 0;
}

.tp_recent_tweets ul li {
     padding:inherit; 

}

.page .entry-content img {
    width: 100%;
    height: auto;
    padding: 5px 5px 0 0;
    border: none !important;
}


/*------------------------------------------- 
---------- Audio and video -------------
--------------------------------------------*/

.video-embed-container{
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
}

.video-embed-container  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.audio-embed-container iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
}




/*------------------------------------------- 
---------- Responsive -------------
--------------------------------------------*/
/*Desktop*/
@media only screen and (min-width: 1400px) {
    .carousel-inner .item { height: 880px;}
    .carousel-caption{top:35%;}
}

/*Ipad Device*/

@media only screen and (max-width: 1024px) {
    .about-img img {max-width: 100%;}

    input[type="search"]{padding:10px 0px 10px 10px; }

    button, input[type="button"], 
    input[type="reset"], input[type="submit"]{padding: 11px 14px 8px;}
    .widget-post .widget-img{width: auto;}
    .carousel-caption{top: 20%;}
    .carousel-inner .item {
        height: 430px;
    }
    .post .triangle{left:622px;display: none;}
}


/*Tab Device*/

@media only screen and (max-width: 768px) {
    .search-icon {
        padding: 15px 0;
        float: right;
    }
    .search-icon .ion-search,.search-icon .ion-close{top: 13px; right: 5px;}

    .navbar-brand {padding:15px;}
    .navbar ul li a{padding: 10px;}
    .navbar-nav>li:hover .sub-menu{top: 50px;}
    .carousel-caption .slider-title a{font-size: 16px;}
    .carousel-inner .item {
        height: 380px;
    }
    .post .triangle{left:263px;}
    .header-search-form form{width: 97%; margin: -21px auto 0 0;}
    .pagination{display: inline-block;}
    input[type="search"]{padding: 10px 15px 10px 20px; }

    button, input[type="button"], 
    input[type="reset"], input[type="submit"]{padding: 11px 18px 9px;}
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 100%;
        height: 380px;
    }
 
}


@media only screen and (max-width: 667px) {
    .post .triangle {left: 537px;}
}

@media only screen and (max-width: 375px) {
    .post .triangle{left:245px;}
    .post-details .entry-title{font-size: 18px;}
    .btn {padding: 10px 20px;margin: 0 4px 0 0;}
    .owl-carousel-left{left: 83%;}
     .carousel-inner .item {
        height: 270px;
    }
    .carousel-caption{top: 5%;}
       .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 100%;
        height: 323px;
    }
    .entry-footer {
        padding: 30px 0 111px;}
    .post .triangle { left: 246px;}
    .social-share {
        float: left !important;
        margin: 20px 0;
    }
}
