/*
Theme Name: Talent Searching
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
  scroll-behavior: smooth;
}
.row {
    width: 100%;
}
.loader {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    display: flex;
    align-content: center;
    align-items: center;
}
.loader > img {
    width: 140px;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
}
.page-id-19 .inner-wrapper {
    min-height: 88vh;
}
.csa-block strong > a {
    background: none !important;
}
.loading{
    background:url('ajax-loader.gif');
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
.search-btn {
    width: 12%;
}
.search-form .screen-reader-text {
    display: none;
}
.search-submit {
    border: none;
    background: none;
    width: 40px;
    position: absolute;
    right: -10px;
    top: 7px;
}
#searchbynamesubmits[type=button] {
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url(../uploads/search-icon-lg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
}
#searchbynamesubmit{
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url('assets/uploads/search-icon-lg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    cursor:pointer;
}

/*.search-submit {
    display: none;
}*/
input[type="search"].search-field {

    border: 1px solid #ccc;
    padding: 0;
    font-weight: normal;
    padding: 7px 10px;

}
.search-sec input[type="text"]{
    border-bottom:1px solid #aeaeae;
}
.artist_title h2 {
    font-size: 27px;
    color: #000;
    margin-top: 12px;
    margin-bottom: 35px;
}
.clientInnerData .artist_title a {
    color: #000;
    font-size: 20px;
}
.clientInnerData img {
    width: 100%;
}
.search-results #primary > #main {

    padding-bottom: 40px;

}
.search-results #primary > #main .entry-summary {

    margin-top: 30px;

}
.search-results .post-thumbnail {
    display: inline-block;
    padding: 30px 0;
}
.search-form > label > input {
    background: none;
    border: none !important;
    color: #fff;
}
::-webkit-input-placeholder { 
	color: #A9A9A9; text-overflow: ellipsis; 
}
:-moz-placeholder { 
	color: #A9A9A9 !important; text-overflow: ellipsis; 
}
::-moz-placeholder { 
	color: #A9A9A9 !important; text-overflow: ellipsis; 
} /* For the future */
:-ms-input-placeholder { 
	color: #A9A9A9 !important; text-overflow: ellipsis; 
}
#searchbyname::placeholder {
    color: #000 !important;
}
.navigation.pagination .screen-reader-text {
    display: none;
}
.carousel-control {
    /*background: #312783 !important;*/
    height: auto !important;
    top: 50%;
    bottom: auto;
    width: 50px;
    opacity: 1;
    display: inline-block;
    padding: 10px 9px;
    border-radius:3px;
}
.left.carousel-control {
    left: 10px;
	z-index:99999;
}
.right.carousel-control {
    right: 10px;
	z-index:99999;
}
.carousel-control img {
    width: 20px;
}
.gallert-thum-details h3 u a {
    color: #fff;
}
/*.fillter-search-sec select#type option[value="Actors"] {
    display: none;
}*/
@media(max-width:768px){
.banner-content{text-align:center;}
.carousel-control {width: 40px;}
.banner-content {left: 0;right: 0;}
}

@media(min-width:768px) and (max-width:1200px){
	.navbar-brand img {width: 80%;}
}

.single .news-thumb p img {
    width: 91% !important;
    height: auto !important;
}
.item.active {
    z-index: 999;
}
#post-7591 h2 {
    font-weight: 500;
    font-size: 23px;
    margin: 30px 0 10px 0;
}
#post-7591 strong {

    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 10px 0;

}
#post-7591 {
    padding: 50px 0;
}
#post-7591 ul {
    margin: 0 0 20px 12px;
}
footer ul li a, footer ul li a:hover {
    display: inline-block;
    padding: 0 0 0 30px;
    color: #fff;
}
#cookie_action_close_header {
    margin-left: 10px;
    margin-right: 10px;
}

.d-none {
    display: none;
}



.Christina .d-none.christina {
    display: block;
}
.Karen .d-none.jeanettehunter {
    display: block;
}
.Jeanette .d-none.jeanettehunter {
    display: block;
}
.Sandra .d-none.schalmers {
    display: block;
}
.Beresford .d-none.james {
    display: block;
}


@media(max-width:768px){
.talent-gallery-thumbnails div.box--main a figcaption {font-size: 13px;}
.talent-gallery-thumbnails div.box--main {min-height: 220px;}
}