/* https://dreamview.us/wp-content/themes/rook-child/style.css?ver=6.7.1 */
/* Import rule from: https://dreamview.us/wp-content/themes/rook-child/../rook/style.css */
/*  
Theme Name: ROOK
Theme URI: http://rook-wp.wossthemes.com
Version: 1.5.5
Description: A Creative Multipurpose One Page Theme that can be used by a creative agency, personal portfolio, freelancer, design agency and much more. It’s a fully responsive and retina ready One Page Theme built with Bootstrap Framework.
Author: Woss Themes
Author URI: http://themeforest.net/user/WossThemes
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: rook
*/


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

Table of Contents:

1) GENERAL STYLES
2) HEADER
3) BOOTSTRAP OVERRIDE
4) REVOLUTION SLIDER
5) ABOUT US
6) PORTFOLIO
7) CLIENTS
8) SERVICES
9) CALL TO ACTION
10) OUR TEAM
11) TESTIMONIALS
12) FEATURES
13) BLOG
14) VIDEO
15) CLIENT INFO
16) SUBSCRIBE
17) CONTACT
18) FOOTER
19) RESPONSIVE STYLES
20) ELEMENTS PAGES
21) PAGE LOADER
22) ELEGANT FONT ICONS
23) STYLE SWITCHER
24) VISUAL COMPOSER STYLES
25) SCREEN READER TEXT
--------------
*/

/*--------------------------------------
    1) GENERAL STYLES
---------------------------------------*/

body{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #818181;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
a{
    color: #d72363;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a:hover, a:focus{
    color: #d72363;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

/*--------------------------------------
    2) HEADER
---------------------------------------*/

/*Helper Classes*/
.col-no-p{
    padding-left: 0;
    padding-right: 0;
}
.rk-mbottom10{
    margin-bottom: 30px;
}
.rk-mtop30{
    margin-top: 30px;
}
.rk-mtop40{
    margin-top: 40px;
}
.rk-mtop50{
    margin-top: 50px;
}
.rk-mtop70{
    margin-top: 70px;
}
.rk-mtop100{
    margin-top: 100px;
}
hr.line-separator{
    margin: 150px 0;
}
.vertical-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: row;
	-ms-flex-wrap: row;
	flex-wrap: row;
}
.section-padding{
    position: relative;
    padding: 75px 0;
}
.section-bg-color{
    background-color: #f5f5f5;
}

/*Navbar Styles*/
.header-navbar-container{
    padding-left: 60px;
    padding-right: 60px;
}
.header-navbar {
    padding: 40px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-nav li a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header-navbar-collapse {
    padding: 10px;
    background: rgba(0, 0, 0, 0.8) !important;
}
.navbar-header .navbar-toggle {
    margin-top: 12px;
}
.navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #d72363;
}
.navbar-nav li.current a{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #d72363;
}
.dropdown-menu li a{
    color: #fff !important;
}
.dropdown-menu li a:hover{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #d72363 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: rgba(0, 0, 0, 0.8) !important;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}
.rk-separator{
    background-color: #d72363;
    height: 2px;
    position: relative;
    width: 22px;
    display: block;
    margin: 10px auto 30px auto;
}
.rk-head-title h1{
    font-size: 26px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}
.header-navbar .nav,
.header-navbar .collapse,
.header-navbar .dropup,
.header-navbar .dropdown {
    position: static;
}
.header-navbar .container {
    position: relative;
}
.header-navbar .dropdown-menu {
    left: auto;
}
.header-navbar .header-menu-content{
    padding: 20px 30px;
}
.header-navbar .header-menu-content ul li{
    padding: 5px 0;
}
.header-navbar .header-menu-content ul li a{
    text-decoration: none;
    text-transform: none;
}
.header-navbar .header-menu-content ul li a:hover{
    color: #d72363;
}
.header-navbar .header-menu-content ul li i{
    margin-right: 10px
}
.header-navbar .header-menu-content ul li p strong{
    color: #d72363;
    text-transform: uppercase;
}
.list-unstyled,
.list-unstyled ul {
    min-width: 220px
}
.list-unstyled strong{
    color: #d72363;
}

/*Image Parallax*/
.hero-content{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home-text{
    color: #fff;
    text-transform: uppercase;
}
.home-text h1{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1.5px;
}
.home-text h2{
    font-weight: 400;
    font-size: 64px;
    margin: 50px 0;
    letter-spacing: 1.5px;
}

/* Scroll down icon */
@-webkit-keyframes scroll-down-anim {
    0%{ bottom: 2px; }
    50%{ bottom: 7px; }
    100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-anim {
    0%{ bottom: 2px; }
    50%{ bottom: 7px; }
    100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-anim {
    0%{ bottom: 2px; }
    50%{ bottom: 7px; }
    100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
    0%{ bottom: 2px; }
    50%{ bottom: 7px; }
    100%{ bottom: 2px; }
}
.local-scroll i.scroll-down-icon{
    display: block;
    position: absolute;
    left: 50%;
    color: #d72363;
}
.local-scroll-portfolio i.scroll-down-icon{
    color: #fff;
}
.scroll-down-icon{
    -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;
    z-index: 2;
}

/*Video*/
.video-section{
    background-color: #000;
}
.video-section .pattern-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 110px 0 32px;
}
.video-section-height .pattern-overlay{
    min-height: 680px;
}
.video-section .buttonBar{
    display:none;
}

/*--------------------------------------
    END HEADER
---------------------------------------*/

/*--------------------------------------
    3) BOOTSTRAP OVERRIDE
---------------------------------------*/

.navbar-brand {
    padding: 0px 15px;
    height: 60px;
}
.navbar-brand img{
     max-height: 60px;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav>li>a:hover{
    text-decoration: none;
    background-color: transparent;
    color: #d72363;
}
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

/*Buttons*/
.btn {
    border-radius: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 23px;
    border: 2px solid transparent;
}
.btn.active, .btn:active, .btn:focus{
    color: #fff;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*White Button*/
.btn-white:hover{
    color: #d72363;
    background-color: #fff;
    border-color: transparent;
}
.btn-white{
    color: #fff;
    background-color: transparent;
}

/*White Button Transparent Background*/
.btn-white-t:hover{
    color: #111;
    background-color: #fff;
}
.btn-white-t{
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

/*Black Button*/
.btn-black:hover{
    color: #fff;
    background-color: #3d3d3d;
    border-color: transparent;
}
.btn-black{
    color: #fff;
    background-color: #111;
}

/*Pink Button*/
.btn-pink:hover{
    color: #fff;
    background-color: #AF1D50;
    border-color: transparent;
}
.btn-pink{
    color: #fff;
    background-color: #d72363;
}

/*--------------------------------------
    END BOOTSTRAP OVERRIDE
---------------------------------------*/

/*--------------------------------------
    4) REVOLUTION SLIDER
---------------------------------------*/

.boxedcontainer{
    max-width: 1170px;
    margin:auto;
    padding:0px 30px;
}
.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;
}
.tp-banner{
    width:100%;
    position:relative;
}
.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}
.main-slider-container .tp-rightarrow.default, .main-slider-container .tp-leftarrow.default{
    display: none;
}
.tp-bullets.preview2 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(255, 255, 255, 0.6) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(255, 255, 255, 0) !important;
    display: inline-block;
    margin-right: 10px !important;
}
.tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(255, 255, 255, 1) !important;
}

.tp-banner-5-container .tp-bullets.round .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(255, 255, 255, 0.6) !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 30px !important;
    height: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    display: inline-block;
    margin-right: 10px !important;
}
.tp-banner-5-container .tp-bullets.round .bullet:hover, .tp-banner-5-container .tp-bullets.preview2 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 30px !important;
    height: 5px !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}
.tp-banner-5-container .tp-bullets.round .bullet:hover, .tp-banner-5-container .tp-bullets.round .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 30px !important;
    height: 5px !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}
.tp-banner-5-container .tparrows.round:after {
    background: transparent;
}

/*Text Caption*/
.slider-text-big{
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.slider-text-medium{
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.slider-text-small{
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}
a.play-btn{
    color: #fff;
    font-size: 28px;
}

/*--------------------------------------
    END REVOLUTION SLIDER
---------------------------------------*/

/*--------------------------------------
    5) ABOUT US
---------------------------------------*/

.about-content p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}
.about-content a{
    margin-top: 30px;
}
.about-content-portfolio strong{
    color: #555;
}

/*--------------------------------------
    END ABOUT US
---------------------------------------*/

/*--------------------------------------
    6) PORTFOLIO
---------------------------------------*/

.cbp-filter-counter{
    display: none !important;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
    background-color: #FFF;
    border: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
    background-color: #111;
    background-color: rgba(0,0,0,.85);
}
.cbp-l-grid-masonry-projects .cbp-caption {
    margin-bottom: 0;
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
    border-radius: 0;
    background-color: #d72363;
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.cbp-l-grid-masonry-projects-title {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #d72363;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.cbp-l-grid-masonry-projects-title:hover {
    color: #111;
}
.cbp-l-grid-masonry-projects-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #b2b2b2;
    text-align: center;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    font-family: 'Raleway', sans-serif;
    background-color: #d72363;
    color: #fff;
    border: none;
    border-radius: 0;
    min-width: 164px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 2px 0;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #d72363;
    border-color: transparent;
    border-bottom: 2px solid #d72363;
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #d72363;
    border-color: transparent;
    border-bottom: 2px solid #d72363;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft:hover, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight:hover {
    background-color: #fff;
    color: #d72363;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover{
    color: #fff;
    background-color: #AF1D50;
}
.cbp-l-caption-body span{
    color: #fff;
    font-size: 48px;
}
.rk-portfolio-content{
    padding-left: 25px;
    padding-right: 25px;
}
.rk-portfolio-desc{
    background-color: #fff;
    padding: 20px;
}
#portfolio-filters-container{
    text-align: left;
}
#portfolio-filters-container .cbp-filter-item.cbp-filter-item-active {
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid;
    border-color: #d72363;
    cursor: default;
}
#portfolio-filters-container .cbp-filter-item {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: none;
    padding: 0;
    margin: 10px 30px 0 0;
}
#portfolio-grid-container .cbp-l-caption-title, #portfolio-grid-container .cbp-l-caption-desc{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

/*--------------------------------------
    END PORTFOLIO
---------------------------------------*/

/*--------------------------------------
    7) CLIENTS
---------------------------------------*/

.rk-clients-content .col-md-3{
    padding-right: 5px;
    padding-left: 5px;
}
.rk-clients-content a.thumbnail{
    background-color: #f2f2f2;
    border: none;
    border-radius: 0;
    padding: 65px;
    margin-bottom: 10px;
}
.rk-clients-content a.thumbnail:hover{
    background-color: rgba(242,242,242,0.10);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*--------------------------------------
    END CLIENTS
---------------------------------------*/

/*--------------------------------------
    8) SERVICES
---------------------------------------*/

.nav-tabs-services{
    border: none;
}
.nav-tabs-services > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs-services{
    text-align:center;
}
.nav-tabs-services>li.active>a, .nav-tabs-services>li.active>a:hover, .nav-tabs-services>li.active>a:focus {
    color: #d72363;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs-services>li>a>p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 20px;
}
.nav-tabs-services>li>a {
    position: relative;
    display: block;
    padding: 20px 50px;
    color: #888;
    border: none;
}
.services-content .col-sm-8 figure img{
    margin: 0 auto;
}
.services-content .col-sm-8 h2{
    text-transform: uppercase;
    color: #111;
    margin: 45px 0 30px 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}
.services-content .col-sm-8 p{
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 2;
}
.tab-content .tab-pane {
    position: relative;
}
.nav-tabs-services span{
    font-size: 56px;
}
.services-content .tab-content .tab-pane{
    margin-top: 30px;
}
.tabpanel-title h3{
    color: #d72363;
    font-size: 20px;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*--------------------------------------
    END SERVICES
---------------------------------------*/

/*--------------------------------------
    9) CALL TO ACTION
---------------------------------------*/

.parallax-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.call-to-action .rk-cta-content h2{
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.call-to-action .rk-cta-content p{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 30px;
}
.rk-cta-content article{
    margin-top: 110px;
}
/*--------------------------------------
    END CALL TO ACTION
---------------------------------------*/

/*--------------------------------------
    10) OUR TEAM
---------------------------------------*/

.team-content .thumbnail{
    border: none;
    border-radius: 0;
}
.team-content .caption{
    text-align: center;
}
.team-content .team-details h5{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d72363;
}
.team-content .team-details h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #111;
}
.team-inner{
    position: relative;
    padding: 0;
    overflow: hidden;
    border: none;
    margin: 0;
}
.team-inner>img, .team-caption>img{
    display: block;
    max-width: 100%;
    height: auto;
}
.team-inner .team-caption{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0,0,0,.85);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.team-inner:hover .team-caption, .team-inner:focus .team-caption{
    visibility: visible;
    opacity: 1;
}
.t-social-holder{
    display: table;
    width: 100%;
    height: 100%;
}
.team-social{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px 0 25px;
}
.team-social h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.team-social p{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin: 25px 0 25px 0;
}
.team-social a{
    color: #d72363;
    margin: 0 15px 0 0;
}
.team-details p{
    margin-bottom: 0;
}

/*--------------------------------------
    END OUR TEAM
---------------------------------------*/

/*--------------------------------------
    11) TESTIMONIALS
---------------------------------------*/

.cbp-l-slider-testimonials-wrap {
    background: top;
    padding: 70px 0;
    border-width: 0;
    border-style: none;
    border-color: transparent;
}
.cbp-l-grid-slider-testimonials-body {
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
.cbp-l-slider-testimonials-wrap {
    padding: 0 0 38px 0;
}
.cbp-l-grid-slider-testimonials-footer {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f2f2f2;
}
.cbp-slider-edge .cbp-nav-pagination-active {
    background: #fff;
}
.cbp-slider-edge .cbp-nav-pagination-item {
    border: 2px solid #fff;
    opacity: 10;
}
.cbp-nav-pagination-item {
    width: 12px;
    height: 12px;
}
.cbp-l-grid-slider-testimonials-body img{
    min-width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*--------------------------------------
    END TESTIMONIALS
---------------------------------------*/

/*--------------------------------------
    12) FEATURES
---------------------------------------*/

.features-section .col-sm-6:nth-child(-n+3){
    margin-bottom: 50px;
}
.features-icon span{
    font-size: 46px;
    color: #d72363;
}
.features-item{
    padding-left: 30px;
    padding-right: 30px;
}
h3.features-title{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}
.features-parts .col-sm-8{
    margin-top: 10px;
}
.features-parts-title h3{
    font-size: 20px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 50px;
}
.features-parts-content{
    margin-bottom: 50px;
}
.features-parts-content p{
    line-height: 1.8;
}
.features-parts-cta{
    padding: 50px 0;
    background-color: #111;
}
.features-parts-cta h3{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
}
.features-parts-cta p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.features-parts-cta .col-sm-4 a{
    margin-top: 9px;
}

/*--------------------------------------
    END FEATURES
---------------------------------------*/

/*--------------------------------------
    13) BLOG
---------------------------------------*/

.blog-article a{
    text-decoration: none;
}
.blog-article{
    background-color: #fff;
    padding: 40px;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    height: 330px;
}
.blog-article:hover{
    background-color: #f9f9f9;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-article .blog-header span.blog-article-cat{
    color: #111;
    font-weight: 600;
}
.blog-article .blog-header span.blog-article-date{
    color: #999;
    font-weight: 600;
}
.blog-article .blog-header h2{
    color: #111;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.blog-article header p{
    color: #999;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.blog-article article p.blog-article-btn{
    color: #d72363;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

/*--------------------------------------
    END BLOG
---------------------------------------*/

/*--------------------------------------
    14) VIDEO
---------------------------------------*/

.video-content header h3{
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-top: 0;
    margin-bottom: 20px;
}
.video-content header article{
    margin-bottom: 30px;
}
.video-wrapper iframe{
    border: none;
}

/*--------------------------------------
    VIDEO
---------------------------------------*/

/*--------------------------------------
    15) CLIENT INFO
---------------------------------------*/

.info-content .col-sm-3{
    background-color: #111;
    text-align: center;
    padding: 30px;
}
.info-content .col-sm-3 h1{
    color: #d72363;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 1px;
}
.info-content .col-sm-3 p{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

/*--------------------------------------
    END CLIENT INFO
---------------------------------------*/

/*--------------------------------------
    16) SUBSCRIBE
---------------------------------------*/

.subscribe-content header h2{
    margin-top: 0;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 24px;
    font-weight: 700;
}
.subscribe-content header p{
    color: #111;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 40px;
}
.subscribe-input input{
    border-radius: 0;
    padding: 0 100px 0 20px;
    height: 40px;
    box-shadow: none;
    margin-right: 10px;
}
.subscribe-input input:focus, textarea:focus, select:focus {
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
    box-shadow: none;
    outline: 0 none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*--------------------------------------
    END SUBSCRIBE
---------------------------------------*/

/*--------------------------------------
    17) CONTACT
---------------------------------------*/

#map-canvas{
    height: 600px;
    width: auto;
}
.contact-form input, select {
    width: 100%;
    padding: 12.9px;
    color: #111;
    background: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}
.contact-form textarea{
    width: 100%;
    padding: 13px;
    color: #444;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 0;
    box-shadow: none;
}
.contact-title h3{
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;
}
.contact-details{
    padding-top: 40px;
}
.contact-address small a{
    color: #999;
}
.contact-address small{
    font-size: 14px;
    font-weight: 500;
}
.contact-address span{
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.contact-address .col-sm-4 .icon-map, .contact-address .col-sm-4 .icon-phone, .contact-address .col-sm-4 .icon-envelope{
    font-size: 32px;
}
.form-content h2{
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact-form-text{
    margin-top: 10px;
}
.contact-form-btn{
    margin-top: 10px;
}
.contact-form-btn input{
    color: #fff;
    background-color: #111;
    border: none;
}
.contact-form-btn input:focus, textarea:focus, select:focus {
    box-shadow: none;
    outline: 0 none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}
textarea {
    width: 100%;
    height: 165px;
    padding: 13px;
    color: #444;
    background: #fff;
    border: 1px solid #F2F2F2;
    margin-top: 7px;
    margin-right: 15px;
    -webkit-border-radius:2px;
}
#contact .col-sm-6 input:focus, textarea:focus, select:focus {
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
    box-shadow: none;
    outline: 0 none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.error_message{
    padding: 10px;
    color: #d72363;
    width: 400px;
    font-weight: 600;
    margin: 0 auto;
}
#success_page{
    color: #111;
}
#success_page strong{
    color: #d72363;
}
#contact input.submit:hover {
    background:#444;
}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required {
    font-size: 13px;
    color: #ff0000;
}

/*--------------------------------------
    END CONTACT
---------------------------------------*/

/*--------------------------------------
    18) FOOTER
---------------------------------------*/

.footer{
    width: 100%;
    padding: 30px 0;
    background-color: #111;
}
.footer p{
    padding: 0;
    margin: 0;
}
.footer-content p{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.footer-social{
    padding-top: 15px;
    float: right;
    margin: 0;
}
.footer-social li{
    float: left;
}
.footer-social a{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    margin: 0 7px;
}
.footer-social a:hover{
    color: #d72363;
}
.second-footer{
    border-top: 1px solid #333333;
    margin-top: 20px;
    padding-top: 20px;
}
.second-footer p{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.second-footer .col-sm-3 a{
    color: #fff;
}
.second-footer .col-sm-3 a:hover{
    color: #d72363;
}

/*--------------------------------------
    END FOOTER
---------------------------------------*/

/*--------------------------------------
    19) RESPONSIVE STYLES
---------------------------------------*/

@media(max-width:1200px){
    .nav>li>a {padding: 10px 10px;}
    .header-navbar li a {font-size: 12px;font-weight: 600;letter-spacing: 0.5px;}
    .navbar-nav {margin-top: 11px;}
    .rk-cta-content article {margin-top: 60px;}
    .features-parts-cta .col-sm-4 a {margin-top: 25px;}
    .features-img img{margin-top: 30px;}
    .footer-second-instagram ul li {margin: 0px 8px 8px 0px !important;}
    .elements-nav-tabs li a, .elements-nav-tabs-second li a {font-weight: 500 !important;font-size: 12px !important;padding: 15px 10px !important;}
}
@media(max-width:992px){
    .nav-tabs-services span{font-size: 48px;}
    .rk-cta-content article {margin-top: 20px;}
    .team-social h3 {margin-top: 0;}
    .features-parts-content {margin-bottom: 30px;}
    .features-parts-title h3 {margin-bottom: 30px;}
    .features-img img{margin-top: 70px;}
    .video-content header h3{font-size: 16px; font-weight: 500;margin-bottom: 10px;}
    .video-content header article{margin-bottom: 15px;}
    .video-content header article p{margin-bottom: 0;}
    .form-content h2{margin-bottom: 15px;}
    .footer-social a {font-size: 13px;margin: 0 4px;}
    .nav>li>a {padding: 11px 6px;}
    .navbar-nav li a{font-size: 12px !important;}
    .features-item{padding-bottom: 30px;text-align: center;}
    .footer-second-social a{font-size: 12px !important;}
    .elements-features-left-icon .features-item {padding-left: 0;padding-right: 0;}
    .small-slider article {margin-top: 0 !important;}
    .features-section .col-sm-6:nth-child(-n+3) {margin-bottom: 0;}
}
@media(max-width:768px){
    .navbar-nav li{background: rgba(0, 0, 0, 0.8) !important;margin: 1px;}
    .navbar-collapse {-webkit-overflow-scrolling: touch;border-top: none;-webkit-box-shadow: none;box-shadow: none;}
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 100%;}
    .navbar-toggle{margin-right: 0;}
    .cbp-l-filters-buttonCenter .cbp-filter-item {margin: 0;padding: 0 7px;}
    .nav-tabs-services span{font-size: 42px;}
    .header-navbar-container {padding-left: 30px;padding-right: 30px;}
    .rk-cta-content article {margin-top: 0; text-align: center; margin-bottom: 50px;}
    .call-to-action .col-sm-6 figure img{margin: 0 auto;}
    .features-parts .col-sm-8{text-align: center; margin-top: 20px;}
    .features-parts-cta .col-sm-8{text-align: center;}
    .features-parts .col-sm-5{text-align: center;}
    .features-parts-second .col-sm-5{text-align: center;}
    .features-img img{margin-top: 40px;}
    .video-content header article p{line-height: 23px;}
    .video-content {padding: 30px 0;}
    .contact-form{margin-bottom: 30px;}
    .footer{text-align: center;}
    .second-footer .pull-right{float: none !important; margin-top: 20px;}
    .footer-social {float: none; margin-top: 10px;}
    .footer-social li {float: none;}
    .nav>li>a {padding: 11px 15px;}    
    .vertical-align {display: block;}
    .footer-second .col-sm-3{padding-bottom: 50px;}
    .navbar-nav-white li a {color: #fff !important;}
    .small-slider {text-align: center;}
    #small-slider {margin-top: 30px;}
    .project-list-group{margin-bottom: 30px !important;}
    .error-page-search a{margin-top: 30px;}
    .contact-form input, select {margin-bottom: 10px;}
    .team-content .col-sm-4{margin-bottom: 20px;}
}

/*--------------------------------------
    END RESPONSIVE STYLES
---------------------------------------*/

/*Typing Letters*/
.slider-typed{
    padding-top: 50px;
}
.slider-typed span{
    color: #d72363;
}
.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

/*--------------------------------------
    20) ELEMENTS PAGES
---------------------------------------*/

/*Accordions*/
.elements-header{
    position: relative;
    margin-bottom: 0;
    height: 400px;
    background: url(/wp-content/themes/rook-child/../rook/../img/elements/elements-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.elements-title{
    position: absolute;
    left: 0;
    top: 40%;
    bottom: 0;
    right: 0;
}
.elements-title h1{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
}
.elements-title p{
    color: #fff;
}
.elements-container .col-sm-6{
    margin-bottom: 50px;
}
.accordion-panel{
    border: none;
    border-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion-panel .panel-heading{
    padding: 20px 25px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-panel .panel-title{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    letter-spacing: 2px;
}
.accordion-panel .panel-title a{
    text-decoration: none;
}
.accordion-panel .panel-heading+.panel-collapse>.panel-body, .accordion-panel .panel-heading+.panel-collapse>.list-group {
    border-top: none;
}
.accordion-panel a i{
    float: right;
}

/*Tabs*/
.elements-nav-tabs li a, .elements-nav-tabs-second li a{
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    padding: 20px 25px;
}
.elements-tab-content .tab-pane, .elements-tab-content-second .tab-pane{
    padding-top: 20px;
}
.elements-nav-tabs>li>a:hover, .elements-nav-tabs-second>li>a:hover {
    border-color: transparent;
    background-color: #f2f2f2;
}
.elements-nav-tabs>li.active>a, .elements-nav-tabs>li.active>a:hover, .elements-nav-tabs>li.active>a:focus {
    color: #999;
}
.elements-nav-tabs-second>li.active>a, .elements-nav-tabs-second>li.active>a:hover, .elements-nav-tabs-second>li.active>a:focus {
    color: #999;
    cursor: default;
    background-color: #f2f2f2;
    border: none;
    border-bottom-color: transparent;
}
.elements-tabpanel-second .tab-content>.active {
    padding: 25px;
    background-color: #f2f2f2;
}
.elements-nav-tabs-second{
    border-bottom: none;
}
.elements-nav-tabs-second li a{
    border: none;
}

/*Buttons*/
.btn-pink-border{
    border: 2px solid #d72363;
}
.btn-pink-border:hover{
    background-color: #d72363;
    color: #fff;
}
.btn-black-border{
    border: 2px solid #000;
    color: #000;
}
.btn-black-border:hover{
    background-color: #000;
    color: #fff;
}
.btn-x1{
    padding: 15px 33px;
}
.btn-x2{
    padding: 15px 45px;
}
.btn-x3{
    padding: 15px 55px;
}
.btn-lg{
    width: 100%;
}

/*Features Box*/
.elements-features-item .features-icon span{
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 50%;
}
.elements-features-left-icon .features-icon span{
    font-size: 22px;
}
.elements-features-left-icon h3.features-title{
    margin-top: 0;
    margin-bottom: 10px;
}

/*Sliders*/
#small-slider .item img{
    height: 370px;
}
.owl-carousel img{
    max-width: 100%;
    height: auto;
}
#fullwidth-slider .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}
#fullwidth-slider .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #fff;
}
#clients-slider .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #d72363;
}
#clients-slider .owl-controls{
    margin-top: 20px;
}
#small-slider .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}
#small-slider .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #fff;
}
#service-slider .owl-controls{
    margin-top: 20px;
}
#service-slider .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #d72363;
}
.small-slider article h2{
    font-size: 22px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}
.small-slider article a{
    margin-top: 20px;
}
.small-slider article{
    margin-top: 40px;
}
video.slider-video-bg{
    width: 100%;
    height: 100%;
}

/*Header*/
.header-nav-black{
    padding: 20px 0;
    background-color: #000 !important;
}
.header-nav-white{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 20px 0;
    background-color: #fff !important;
}
.navbar-nav-white li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-nav-white .dropdown-menu li a {
    color: #fff;
}

/*Footer*/
.footer-second-desc{
    padding: 20px 0;
}
.footer-second-title h3{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.footer-second-blogl ul li{
    padding: 7px 0;
}
.footer-second-blogl a{
    text-decoration: none;
}
.footer-second-blogl a:hover{
    color: #fff;
}
.footer-second-social a:hover{
    color: #AF1D50;
    text-decoration: none;
}
.footer-second-copyright a:hover{
    color: #fff;
    text-decoration: none;
}
.footer-second-blogl span{
    font-weight: 500;
}
.footer-second-instagram > ul > li {
    margin: 0px 10px 10px 0px;
    float: left;
    width: auto;
}
.footer-second-instagram ul li a img {
    display: block;
    width: 70px;
    height: 70px;
}
.footer-second-copyright{
    padding: 20px 0;
    background-color: #222;
}
.footer-second-copyright p{
    padding: 0;
    margin: 0;
}
.footer-second-input input{
    margin: 15px 0 6px 0;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #222;
    background-image: none;
    border: 1px solid #222;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-second-input input:focus, textarea:focus, select:focus {
    border: 1px solid #222;
    color: #fff;
}
a.instagram-img {
    background: #000;
}
a.instagram-img img {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.instagram-img:hover img {
    opacity: 0.5;
}

/*Project Single*/
.project-single-container{
    padding: 75px 0;
}
.project-single-images img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.project-single-header {
    position: relative;
    margin-bottom: 0;
    height: 400px;
    background: url(/wp-content/themes/rook-child/../rook/assets/img/elements/elements-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.project-single-info h2{
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.project-list-group{
    margin: 0;
}
.project-single-details{
    padding-top: 40px;
}
.project-list-group-item .badge{
    padding: 7px 7px;
    background-color: transparent;
    color: #222;
    font-weight: 500;
}
.project-list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.project-list-group-item:last-child{
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.project-list-group-item{
    position: relative;
    display: block;
    padding: 10px 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f2f2f2;
}
.project-single-details h2, .project-single-related h2{
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}
.project-info-content .col-sm-3{
    background-color: #f2f2f2;
}
.project-info-content .col-sm-3 p{
    color: #818181;
}
.project-single-video, .project-single-slider{
    padding-top: 30px;
}

/*404 Error Page*/
.error-page{
    background: url(/wp-content/themes/rook-child/../rook/assets/img/elements/elements-bg.jpg);
    background-size:cover;
    position:relative;
    height:100vh;
}
.error-page-container{
    position:absolute;
    top:50%;
    text-align:center;
    width:100%;
    color:#fff;
    -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);

}
.error-page-container h1{
    font-size: 96px;
}
.error-page-search{
    padding-top: 30px;
}
.error-page-form{
    color: #fff;
    background-color: #000;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.error-page-search input:focus, textarea:focus, select:focus {
    border: none;
    background-color: #fff;
    color: #111;
    box-shadow: none;
    outline: 0 none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*Blog Page*/
.blog-item{
    margin-bottom: 50px;
}
.blog-fullwidth-header{
    position: relative;
    margin-bottom: 0;
    height: 400px;
    background: url(/wp-content/themes/rook-child/../rook/assets/img/elements/elements-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-fullwidth-container{
    padding: 75px 0;
}
.blog-image img{
    width: 100%;
    height: auto;
}
#blog-slider .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}
#blog-slider .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #fff;
}
.blog-title a{
    color: #111;
}
.blog-title a:hover{
    color: #d72363;
}
.blog-date span{
    font-size: 13px;
    font-weight: 500;
    color: #111;
    font-style: italic;
}
.blog-title h2{
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
}
.blog-category{
    margin-bottom: 20px;
}
.blog-category ul{
	list-style: none;
}
.blog-category ul li a{
    color: #999;
    font-weight: 500;
}
.blog-category ul li a:hover{
    color: #d72363;
}
.blog-category ul li{
    float: left;
    margin-right: 20px;
}
.blog-content{
    margin-bottom: 20px;
}
.blog-pagination .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 15px 20px;
    font-weight: 500;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #999;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.blog-pagination .pagination>li:last-child>a, .pagination>li:last-child>span{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.blog-pagination .pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.blog-pagination .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #d72363;
    color: #fff;
    border: 1px solid #d72363;
}
.blog-pagination .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #d72363;
    background-color: #f2f2f2;
}
.blog-left-side .col-sm-12{
    padding-right: 0;
    padding-left: 0;
}
.blog-widget-container h3{
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-widget-container{
    margin-bottom: 50px;
}
.blog-cat-list li{
    padding: 5px 0;
}
.blog-cat-list li a{
    color: #999;
}
.blog-cat-list li a:hover{
    color: #d72363;
}
.blog-tags a{
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 3px 7px;
    border: 1px solid #e9e9e9;
    color: #999;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.blog-tags a:hover{
    background-color: #f2f2f2;
    color: #d72363;
}
.blog-recent-post-item{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.blog-recent-post-item .media-body span{
    font-size: 12px;
    font-weight: 500;
}
.blog-recent-post-item .media-body a{
    color: #111;
    font-weight: 500;
    line-height: 1.4;
}
.blog-recent-post-item .media-body a:hover{
    color: #d72363;
}
.blog-title-single h3{
    color: #000;
    font-weight: 700;
}
.blog-content-single h3{
    color: #000;
}
.blog-content-single p{
    margin-bottom: 10px;
}
.tag-widget h4{
    float: left;
    margin-top: 8px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-right: 15px;
}
.tag-widget a{
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 3px 7px;
    border: 1px solid #e9e9e9;
    color: #999;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.tag-widget a:hover{
    background-color: #f2f2f2;
    color: #d72363;
}
.share-widget{
    margin: 20px 0;
}
.share-widget h4{
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-right: 15px;
}
.share-widget a:hover{
    color: #AF1D50;
}
.blog-comments{
    padding-top: 10px;
}
.blog-comments-title h2{
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.4px;
}
.blog-comments-item{
    padding: 20px;
    background-color: #f9f9f9;
}
.blog-comments-body{
    padding: 0 20px 20px 20px;
}
.blog-comments-body h4{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
}
.blog-comments ol.comment-list{
	list-style:none;
}
.blog-comment-date{
    margin-bottom: 15px;
}
.blog-comment-date small{
    margin-right: 10px;
}
.blog-comment-date a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.blog-leave-comment{
    padding-top: 10px;
}
.comment-form input, select {
    width: 100%;
    padding: 12.9px;
    color: #111;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}
.comment-form textarea{
    width: 100%;
    padding: 13px;
    color: #444;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 0;
    box-shadow: none;
}
.comment-form input:focus, textarea:focus, select:focus {
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
    box-shadow: none;
    outline: 0 none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*--------------------------------------
    END ELEMETS PAGES
---------------------------------------*/

/*--------------------------------------
    21) PAGE LOADER
---------------------------------------*/

.spinner {
    width: 60px;
    height: 60px;
    background-color: #111;
    margin: 100px auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}
#preloader {
    position:fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background: #fff;
    z-index:9999;
}
.preloader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    text-align:center;
}

/*--------------------------------------
    22) ELEGANT FONT ICONS
---------------------------------------*/

@font-face{font-display:swap;
    font-family: 'et-line';src:url(/wp-content/themes/rook-child/../rook/assets/css/fonts/et-line.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'et-line';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;
}
.icon-mobile:before {
    content: "\e000";
}
.icon-laptop:before {
    content: "\e001";
}
.icon-desktop:before {
    content: "\e002";
}
.icon-tablet:before {
    content: "\e003";
}
.icon-phone:before {
    content: "\e004";
}
.icon-document:before {
    content: "\e005";
}
.icon-documents:before {
    content: "\e006";
}
.icon-search:before {
    content: "\e007";
}
.icon-clipboard:before {
    content: "\e008";
}
.icon-newspaper:before {
    content: "\e009";
}
.icon-notebook:before {
    content: "\e00a";
}
.icon-book-open:before {
    content: "\e00b";
}
.icon-browser:before {
    content: "\e00c";
}
.icon-calendar:before {
    content: "\e00d";
}
.icon-presentation:before {
    content: "\e00e";
}
.icon-picture:before {
    content: "\e00f";
}
.icon-pictures:before {
    content: "\e010";
}
.icon-video:before {
    content: "\e011";
}
.icon-camera:before {
    content: "\e012";
}
.icon-printer:before {
    content: "\e013";
}
.icon-toolbox:before {
    content: "\e014";
}
.icon-briefcase:before {
    content: "\e015";
}
.icon-wallet:before {
    content: "\e016";
}
.icon-gift:before {
    content: "\e017";
}
.icon-bargraph:before {
    content: "\e018";
}
.icon-grid:before {
    content: "\e019";
}
.icon-expand:before {
    content: "\e01a";
}
.icon-focus:before {
    content: "\e01b";
}
.icon-edit:before {
    content: "\e01c";
}
.icon-adjustments:before {
    content: "\e01d";
}
.icon-ribbon:before {
    content: "\e01e";
}
.icon-hourglass:before {
    content: "\e01f";
}
.icon-lock:before {
    content: "\e020";
}
.icon-megaphone:before {
    content: "\e021";
}
.icon-shield:before {
    content: "\e022";
}
.icon-trophy:before {
    content: "\e023";
}
.icon-flag:before {
    content: "\e024";
}
.icon-map:before {
    content: "\e025";
}
.icon-puzzle:before {
    content: "\e026";
}
.icon-basket:before {
    content: "\e027";
}
.icon-envelope:before {
    content: "\e028";
}
.icon-streetsign:before {
    content: "\e029";
}
.icon-telescope:before {
    content: "\e02a";
}
.icon-gears:before {
    content: "\e02b";
}
.icon-key:before {
    content: "\e02c";
}
.icon-paperclip:before {
    content: "\e02d";
}
.icon-attachment:before {
    content: "\e02e";
}
.icon-pricetags:before {
    content: "\e02f";
}
.icon-lightbulb:before {
    content: "\e030";
}
.icon-layers:before {
    content: "\e031";
}
.icon-pencil:before {
    content: "\e032";
}
.icon-tools:before {
    content: "\e033";
}
.icon-tools-2:before {
    content: "\e034";
}
.icon-scissors:before {
    content: "\e035";
}
.icon-paintbrush:before {
    content: "\e036";
}
.icon-magnifying-glass:before {
    content: "\e037";
}
.icon-circle-compass:before {
    content: "\e038";
}
.icon-linegraph:before {
    content: "\e039";
}
.icon-mic:before {
    content: "\e03a";
}
.icon-strategy:before {
    content: "\e03b";
}
.icon-beaker:before {
    content: "\e03c";
}
.icon-caution:before {
    content: "\e03d";
}
.icon-recycle:before {
    content: "\e03e";
}
.icon-anchor:before {
    content: "\e03f";
}
.icon-profile-male:before {
    content: "\e040";
}
.icon-profile-female:before {
    content: "\e041";
}
.icon-bike:before {
    content: "\e042";
}
.icon-wine:before {
    content: "\e043";
}
.icon-hotairballoon:before {
    content: "\e044";
}
.icon-globe:before {
    content: "\e045";
}
.icon-genius:before {
    content: "\e046";
}
.icon-map-pin:before {
    content: "\e047";
}
.icon-dial:before {
    content: "\e048";
}
.icon-chat:before {
    content: "\e049";
}
.icon-heart:before {
    content: "\e04a";
}
.icon-cloud:before {
    content: "\e04b";
}
.icon-upload:before {
    content: "\e04c";
}
.icon-download:before {
    content: "\e04d";
}
.icon-target:before {
    content: "\e04e";
}
.icon-hazardous:before {
    content: "\e04f";
}
.icon-piechart:before {
    content: "\e050";
}
.icon-speedometer:before {
    content: "\e051";
}
.icon-global:before {
    content: "\e052";
}
.icon-compass:before {
    content: "\e053";
}
.icon-lifesaver:before {
    content: "\e054";
}
.icon-clock:before {
    content: "\e055";
}
.icon-aperture:before {
    content: "\e056";
}
.icon-quote:before {
    content: "\e057";
}
.icon-scope:before {
    content: "\e058";
}
.icon-alarmclock:before {
    content: "\e059";
}
.icon-refresh:before {
    content: "\e05a";
}
.icon-happy:before {
    content: "\e05b";
}
.icon-sad:before {
    content: "\e05c";
}
.icon-facebook:before {
    content: "\e05d";
}
.icon-twitter:before {
    content: "\e05e";
}
.icon-googleplus:before {
    content: "\e05f";
}
.icon-rss:before {
    content: "\e060";
}
.icon-tumblr:before {
    content: "\e061";
}
.icon-linkedin:before {
    content: "\e062";
}
.icon-dribbble:before {
    content: "\e063";
}

/*--------------------------------------
    23) STYLE SWITCHER
---------------------------------------*/

.theme-changer-wrap {
    position:fixed;
    z-index:5000;
    top:200px;
    left:-208px;
}
.theme-changer {
    float: left;
    background:#000;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    padding:35px 20px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;

}
.theme-changer select {
    background: #fff;
    border: none;
    color: #323232;
    width: 100%;
    padding: 7px;
    margin: 0;
}

.theme-changer p {
    text-transform: none;
    line-height: 17px;
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 10px;
    color: #777;
}

.changer-inner {
    overflow:hidden;
    width:168px;

}

.theme-changer-wrap a {
    float:left;
    display:block;
    box-shadow: none;
    margin-right:3px;
    margin-left:3px;
    margin-bottom:5px;
    width:50px;
    height:50px
}
a.light-skin {
    height:32px;
    width:51px;
    margin-bottom:5px;
    float:left;
    display:block;
    box-shadow: #b2b2b2 1px 1px 1px;
    margin-right:3px;
    margin-left:3px;
    background:#fff;
}
a.dark-skin {
    height:32px;
    width:51px;
    margin-bottom:5px;
    float:left;
    display:block;
    box-shadow: #b2b2b2 1px 1px 1px;
    margin-right:3px;
    margin-left:3px;
    background:#3f3f3f;
    opacity:1;
    z-index:1000;
}

a.color-themes {
    cursor:pointer;
}
a.col2 {
    background:#5eb3ef
}

a.col1 {
    background:#9A261E
}
a.col3 {
    background:#ea6336
}

a.col4 {
    background:#7e7bc0
}
a.col5 {
    background:#FBED2C
}
a.col6 {
    background:#9bdb1d
}

.changer-inner span {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    color: #fff;
    margin-bottom:10px;
    font-size: 14px;
    text-transform: uppercase;
}
div.open-close {
    position: relative;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    left:0;
    display: block;
    width:38px;
    height: 36px;
    float: left;
    cursor:pointer;
    background:#000 no-repeat 50% 50%;
}

#header.dark-header {
    background: #323232 !important;
}

#header.colored-header {
    background: #c0392b !important;
}

.show-original-logo .white-logo {
    display: none;
}

.show-white-logo .original-logo {
    display: none;
}

#header ul#mainnav li ul li ul li a, ul#mainnav li ul li a:visited, #header ul#mainnav li ul li a:active {
    background: #fff !important;
}

.dark-header ul#mainnav li ul li ul li a,.dark-header ul#mainnav li ul li a:visited, .dark-header ul#mainnav li ul li a:active, .dark-header ul#mainnav li ul li a {
    background: #323232 !important;
}

.colored-header ul#mainnav li ul li ul li a, .colored-header ul#mainnav li ul li a,  .colored-header ul#mainnav li ul li a:visited, .colored-header ul#mainnav li ul li a:active {
    background: #c0392b !important;
}
.theme-changer-wrap .open-close i{
    color: #fff;
    padding: 11px;
}

/*--------------------------------------
    24) VISUAL COMPOSER STYLES
---------------------------------------*/
.wpb_content_element{
    margin-bottom:0 !important;
}
.form-group-no-p{
    display: inline;
    /*vertical-align: top;*/
}
.author-bio img.avatar{
    float: left;
    margin-right: 25px;
}
.next-prev-posts .previous-post{
    width: 50%;
    float: left;
    padding: 13px 0;
    text-align: left;
}
.next-prev-posts .next-post{
    width: 50%;
    float: right;
    padding: 13px 0;
    text-align: right;
}
.form-submit {
    display: none;
}
.header-menu-content{
    float:left;
}
.blog-fullwidth-container .post.sticky .blog-title a{
    color: #d72363;
}
.blog-fullwidth-container .post .blog-description{
    background-color: #f5f5f5;
    padding: 30px;
}
.blog-item .blog-description{
    background-color: #f5f5f5;
    padding: 30px;
}
.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}
.blog-fullwidth-container ul ul, .blog-fullwidth-container ol ol {
    padding: 0 0 0 15px;
}
.blog-content-single .share-widget{
    margin-top: 20px;
}
.blog-content-single .alignleft{
    float: left;
    margin: 0 20px 20px 0;
}
.blog-content-single .alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.blog-content-single .aligncenter {
    display: block;
    margin: 10px auto;
}
.blog-content-single .alignnone{
	height: auto;
    max-width: 100%;
}
.blog-fullwidth-container img{
    height: auto;
    max-width: 100%;    
}
.blog-fullwidth-container .alignnone {
    height: auto;
    max-width: 100%;
}
.blog-fullwidth-container .wp-caption{
    height: auto;
    max-width: 100%;    
}
.blog-fullwidth-container .alignleft{
    float: left;
    margin: 0 20px 20px 0;
}
.blog-fullwidth-container .alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.blog-fullwidth-container .aligncenter {
    display: block;
    margin: 10px auto;
}
.blog-content-single img{
	height: auto;
    max-width: 100%;
}
.blog-content-single table td {
    padding: 5px 10px;
    text-align: center;
}
.blog-content-single .wp-caption img{
	height: auto;
    max-width: 100%;    
}
.blog-content-single .wp-caption{
	height: auto;
    max-width: 100%;    
}
.blog-content embed, .blog-content-single embed, .blog-content iframe, .blog-content-single iframe{
    width: 100%    !important;
    height: 400px   !important;
}
.author-bio{
    padding: 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
}
.widget_search .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;  
}
.widget_search .btn {
    border-radius: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    padding: 10px 15px;
    border: 2px solid transparent;
    background-color: #000;
    color: #fff
}
.footer-second-desc .widget_search .btn {
	border-radius: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 10px 15px;
	border: 2px solid transparent;
	background-color: #d72363;
	color: #fff
}

.bar{
    padding-bottom: 25px;
}
.bar ul{
    list-style: none;
}
.bar ul.children{
    margin-left: 12px;
}
.bar a{
    color: #999;
}
.bar li{
    padding: 5px 0;
}
.bar a:hover{    
    color: #d72363;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#sidebar .bar .blog_sidebar{
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;    
    margin-bottom: 10px;
}
#wp-calendar{
    width: 100%;
}
#wp-calendar caption{
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px;
}
#wp-calendar th, #wp-calendar td{
    padding: 3px 4px;
}
#wp-calendar th, #wp-calendar td a{
	color: #d72363;
}
.bar #contactresult{
    text-align: center;
    font-weight: bold;
}
.bar .tagcloud a{
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 3px 7px;
    border: 1px solid #e9e9e9;
    color: #999;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.bar .tagcloud a:hover {
    background-color: #f2f2f2;
    color: #d72363;
}
.subscribe-content .wpcf7-validation-errors {
    border: none;
    color: #E54124;
    font-weight: bold;
}
.subscribe-content span.wpcf7-not-valid-tip{
    display: none;
}
.subscribe-content .wpcf7-mail-sent-ng {
    border: none;
    color: #E54124;
    font-weight: bold;
}
.subscribe-content .wpcf7-mail-sent-ok {
    border: none;
    color: #66CC69;
    font-weight: bold;
}

.contact-form .wpcf7-validation-errors{
    display: none !important;
}
.contact-form span.wpcf7-not-valid-tip {
    margin-top: 10px;
    color: #E54124;
    font-size: 1em;
    font-weight: bold;
}
.contact-form .wpcf7-mail-sent-ng{
    text-align: center;
    color: #E54124;
    border: none;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.contact-form .wpcf7-mail-sent-ok {
    text-align: center;
    color: #66CC69;
    border: none;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
h1.numscroller{
    text-align: center;
    color: #d72363 ;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 1px;
}
p.info-counter{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.single-portfolio p.info-counter{
    text-align: center;
    color: #818181;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.contact-address span.vc_th{
    font-size: 32px;
}
.footer ul{
    list-style: none;
}
.wp-caption-text{
    line-height: normal;
}
.gallery-caption{
    line-height: normal;
}
.bypostauthor{
    line-height: normal;
}
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    letter-spacing: 2px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover{
    color: #d72363;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 5px 0 !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    padding: 20px 25px;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .wpb_content_element .wpb_accordion_header a {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    padding: 20px 25px !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    top: 1.7em !important;
}
dl {
	margin: 0 20px;
}
.navbar-nav .dropdown-menu {
	right: auto;
}
.dropdown-menu>li>a {	
	padding: 7px 20px;
	text-transform: none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
	background-color: transparent;
}
ul.navbar-nav li ul li.menu-item-has-children ul.dropdown-menu{
	border-left: 0;
	left: 100%;
	top: -2px;
}
.bar img{
	height: auto;
    max-width: 100%;    
}
ul.instagram-pics img{
	width: 77px;
	height: auto;
}
ul.instagram-pics li{
	padding: 5px 5px;
	float: left;
}


/* Pricing table */
.price-table{
	background-color: #111;
	border: 3px solid #111;
	border-radius: 0;
	padding-bottom: 20px;
}
.price-table:hover{
	border: 3px solid #d72363;
}
.price-table h3{
	color: #999;
	text-transform: uppercase;	
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 5px;
}
.price-table h1{
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	letter-spacing: 5px;
}
.price-table small{
	color: #fff;
	text-transform: uppercase;	
	font-weight: 500;
	letter-spacing: 3px;
}
.price-table p{
	color: #999;
	line-height: 40px;
}

/*Progress Bar*/
.vc_progress_bar small{        
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.vc_progress_bar .vc_single_bar {
    margin-bottom: 30px !important;
    background: #fff !important;        
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {  
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;   
}
/* Pie Chart*/
.vc_pie_chart_back{
	border: 8px solid #f7f7f7 !important;
}

/*--------------------------------------
    25) Screen reader text
---------------------------------------*/

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}p{margin:0 0 18px}.WhiteOnBlue{color:#fff}.navbar-header .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;background-color:#fff}.contact-address span{color:#fff;text-transform:uppercase;letter-spacing:.7px}.contact-address small{font-size:15px;font-weight:500;color:#fff}.form-content h2{color:#fff;text-transform:uppercase;text-align:center;font-weight:700;font-size:20px;margin-top:20px;margin-bottom:30px}.contact-address span.vc_th{font-size:60px}.features-icon span{font-size:60px}.nav-tabs-services span{font-size:55px}.services-content .col-sm-8 p{font-size:18px;font-weight:400;color:#555;line-height:1.5}.wpb_single_image .vc_box_circle img{height:auto;max-width:80%!important}.MapNoPad{padding-right:0px!important;padding-left:0px!important}.footer-content p{font-size:13px;color:#888;font-weight:600}#contact .col-sm-6 input:focus,textarea:focus,select:focus{background-color:#fff;color:#111;box-shadow:none;outline:3px solid #8BC1E6;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}div.wpcf7-mail-sent-ok{background-color:#398f14}div.wpcf7-response-output{margin:3em 5em 1.3em;padding:.2em 1em}.contact-form span.wpcf7-not-valid-tip{margin-top:10px;background-color:#E54124;font-size:1em;color:#fff;font-weight:700}@media (max-width:767px){.MapNoPad{height:400px;max-height:400px}.MeetOwner{text-align:center!important}}