/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

@font-face {
    font-family: 'fontello';
    src: url('../eot/fontello5c4e.eot?20176565');
    src: url('../eot/fontello5c4e.eot?20176565#iefix') format('embedded-opentype'),
         url('../woff/fontello5c4e.woff?20176565') format('woff'),
         url('../ttf/fontello5c4e.ttf?20176565') format('truetype'),
         url('../svg/fontello5c4e.svg?20176565#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }


 [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
   
  .icon-calendar:before { content: '\e800'; } /* '' */






.sf-menu a:hover, a:focus {
    text-decoration: none!important; 
}

.content-row{
    float: left;
    width: 100%;
}
.content-row.top{
    margin-top: -57px;
    position: relative;
    z-index: 10;
}
.content-block{
    float: left;
    width: 100%;
    background: #fff;
}
.content-blockinner{
    float: left;
    width: 100%;
    height: 100%;
    background: #c40030;
}
.content-block.promos{
    margin-left: -7px;
    position: relative;
    width: 50.3%;
}
.content-block.tab{
    float: right;
    width: 100%;
}

.tabs{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}
.tabs li{
    float: left;
    width: 50%;
    border-left: 2px solid #fff;
    padding: 11px 4%;
    background: #a60028;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;   margin: 0px!important;

}
.tabs li:first-child{
   /* border-right: 2px solid #fff; */
    border-left: 0;
}
.tabs li.current{
    background: #c40030;
}
.tab-content{
    float: left;
    width: 100%;
    display: none;
    background: #c40030;
    padding: 18px 2%;
 
/*    height: 265px;*/
}

.tab-content.current{
    display: inherit;
}
.tab-content form{
    margin-top: 15px;
}


.widget_text ul li 
{
    list-style:none!important;   
}

#ts-book-form label, #ts-book-form  p {
    color: #fff;
}


.button {
    margin-top: 10px;
    border-radius: 5px 25px 25px 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc9653+0,ed6402+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #aaa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #aaa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#aaa));
    background: -o-linear-gradient(top, #fff 0%, #aaa 100%);
    background: linear-gradient(to bottom, #fff 0%, #aaa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9653', endColorstr='#ed6402',GradientType=0 );
    /* IE6-9 */
    font-weight: bold;
    color: #fff;
    display: inline-block;
    font-family: Arial, Arial, sans-serif;
    padding: 10px 35px;  }
    .button:hover, .button:focus {
        border-radius: 5px 25px 25px 5px;
      color: #fff!important;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bba70+1,35a841+100 */
      background: #033675;
      /* Old browsers */
      background: -moz-linear-gradient(top, #4db2ec 1%, #033675 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #4db2ec 1%, #033675 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4db2ec), to(#033675));
      background: -o-linear-gradient(top, #4db2ec 1%, #033675 100%);
      background: linear-gradient(to bottom, #4db2ecdadbda 1%, #033675 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db2ec', endColorstr='#033675',GradientType=0 );
      /* IE6-9 */ }
    .button.full-button {
      clear: both;
      display: block;
      font-size: 1.6em;
      margin-bottom: 20px; }
    .button.button--sm {
      padding: 5px 10px; }

      



.input-row label {
    float: left;
    width: 22.6%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
}





.input-row{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.input-row label{
    float: left;
    width:100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}
.input-column{
    float: left;
    width: 40%;
}
.input-column.right{
    width: 59%;
    padding-left: 6px;
}


@media (max-width:1180px) and (min-width:760px) {
    .input-column{
        float: left;
        width: 100%;
    }
    .input-column.right{
        width: 100%;
        padding-left: 6px;
    }
    .input-row label {
        margin-left: 10px;
    }
    .map {
        height: 290px;
    }
}


.input-row .input-column label{
    width: 100%;
}
.input-column.search{
    float:right;
}

.sbHolder{
    float: left;
    background-color: #ffffff;
    border: solid 1px #bcbfc1;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    width: 100%;
    height: 41px;
    border-radius: 3px;
}
.sbHolder:focus .sbSelector{
    
}
.sbSelector{
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
    font-size: 16px;
    color: #a4afb7;
    padding: 0 53px 0 12px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #a4afb7;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: #f1f1f2;
    display: block;
    height: 39px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #bcbfc1;
}
.sbToggle:after{
    position: absolute;
    content: "\f107";
    left: 0;
    right: 0;
    font-size: 24px;
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #bbbdbf;
    text-align: center;
}
.sbToggle:hover{
    background: url(../select-icons.html) 0 -167px no-repeat #a4afb7;
}


.sbOptions{
    background-color: #f1f1f2;
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
    margin: 0;
    width: 100%;
}

.sbOptions a{
    border-top: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 3%;
    font-size: 14px;
}
.sbOptions li:first-child a{
    border-top:0;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #4a4a4a;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #385d74;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}
.input-row .input-column.guest label {
    width: 57%;
}
.input-row input[type="submit"]{
    width: 100%;
    height: 40px;
    line-height: 20px;
    background: #ff001f;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    text-transform: lowercase;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.input-row input[type="submit"]:hover{
    background: #f6223b;
}
.input-row.bottom{
    margin-bottom: 0;
}
.input-row .sbOptions{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-block {
    position: absolute;
    right: 0;
    top: 100%;
    width: 240px;
    z-index: 99;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.75);
    display: none;
}
.search-block input[type="search"]{
    float: left;
    width: 82%;
    height: 45px;
    border: 1px solid #bcbfc1;
    font-size: 16px;
    color: #4a4a4a;
    padding: 5px 10px;
    border-right: 0;
}
.search-block input[type="submit"]{
    float: left;
    width: 18%;
    height: 45px;
    line-height: 43px;
    border: 1px solid #bcbfc1;
    background: #f0f0f0;
    color: #bcbfc1;
}
.search-block input[type="submit"]:hover{
    background: #f0ecec;
}
.date-wrap{
    float: left;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #bcbfc1;
    position: relative;
    background: #f1f1f1;
}
.date-wrap:after{
    position: absolute;
    content: "";
    background: url(../png/datepicker.png) no-repeat left top;
    right: 0;
    top: 1px;
    width: 38px;
    height: 37px;
    border-left: 1px solid #bcbfc1;
}
.input-column .datepicker{
    float: left;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    font-size: 16px;
    padding-right: 40px;
}
.counter{
    float: left;
    width: 43%;
    border-radius: 3px;
    border: solid 1px #bcbfc1;
    position: relative;
    background: #fff;
}
.counter input[type="text"]{
    float: left;
    width: 70%;
    height: 38px;
    font-size: 16px;
}
.button-wrap{
    float: right;
    width: 30%;
    height: 38px;
    background: #fff;
}
.button-wrap button{
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #bcbfc1;
    height: 19px;
    font-size: 12px;
    line-height: 10px;
    padding: 0;
}
.button-wrap button.plus{
    border-bottom: 1px solid #bcbfc1;
}

.icon-calendar {
    font-size: 18px;
}

.to-do-list{
    float: left;
    width: 100%;
}
.to-do-list ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}
.to-do-list ul li{
    float: left;
    width: 42%;
    text-align: center;
    border-left: 1px solid #a60028;
    border-top: 1px solid #a60028;
    height: 115px;
}
.to-do-list ul li:nth-of-type(2n+1) {
    border-left: 0;
}
.to-do-list ul li:nth-child(-n+2) {
    border-top: 0;
}
.single-block{
    float: left;
    width: 100%;
    padding: 10px 10px 14px;
}
.single-block h5{
    color: #fff;
}
.to-do-list ul li:hover{
    background: #a60028;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.vc_widget_sidebar  .block-title span {
 background-color: transparent!important;
}

.hero-image {
    max-width: 100%; 
    width: 100%;
    margin: auto;
    height: 100%;
  }

  .hero-image img {
        width: 100%;
  }
   
  .hero-image::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    margin-top: -250px;
    height: 250px;
    width: 100%;
    content: '';
  }

.td-main-sidebar{
   
}



.widget-menu::after {
    content: '';
    display:block;
    clear:both;
}

.td-adspot-title {
    padding-top: 10px;
    clear: both;
}
.td-a-rec-id-sidebar > div {
    margin-bottom: 15px!important;
}

div.td-post-header-holder.td-image-gradient > header > h1 {
    color: #fff!important;
}

@media (max-width: 767px)
{
    .td-pb-row [class*="td-pb-span"] {
        float: left!important;
    }
}

@media(min-width:1141px ){
  
    .td-container {
        width:1200px;
    }

    .td-main-content {
        width: 75%;
    }    
    .td-main-sidebar {
        width: 25%
    
    }
    }


    @media (max-width: 768px) {
        #mega-menu-wrap-header-menu {
            display: none;
        }
        #td-mobile-nav #mega-menu-wrap-header-menu {
            display: block;
        }
    }


    #mega-menu-wrap-header-menu {
         clear: none!important;
    }

    .standard-image .td-block-span6.tdm-col {
        width: 100%!important;
        display:block!important;
    }

    .standard-image .td-block-span6.tdm-col {
        width: 100%!important;
        display:block!important;
    }

