/*
 Theme Name:   Copallyt Child
 Theme URI:    http://themes.webdevia.com/call-center-customer-services-wordpress-theme
 Description:  Copallyt Child Theme
 Author:       Mymoun
 Author URI:   http://www.webdevia.com/
 Template:     copallyt
 Version:      1.1
 License: 	   ---
 License URI:  ----
 Tags:         two-columns, custom-background, threaded-comments, translation-ready, custom-menu
 Text Domain:  Copallyt-child
*/

/* Logo styling */ 
.top-bar .name div a {
                    font-weight: 300;
                    font-size: calc(33 / 16 * 1rem);
                    color: #000;
                  }

                  .top-bar .name div a img {
                    max-height: 100px;
                    transition: all 0.4s ease 0s;
                  }

                  .top-bar .name div a img {
                    max-height: 64px;
                  }

                  @media screen and (max-width: 767px) {
                    .top-bar .name div a img {
                      max-height: 34px;
                      margin-bottom: 0;
                      margin-left: 10px;
                    }
                  }
                  @media screen and (max-width: 1300px) {
                    .top-bar .name div a img {
                      margin-left: 15px;
                    }
                  }

                  /* .black .top-bar .name div a {
                    background: #222;
                    color: #FFF;
                  } */

/* Title bar styling */ 


/* title bar css */
.single-post .titlebar{
	display:block !important;
	background: white;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#page-title{
	color: black;
}
.titlebar .title:after{
	background-color: black;
}
.breadcrumbs li a, .breadcrumbs>:before{
	color: black;
}

@media only screen and (min-width: 1024px) {
  .single-post .titlebar{
	width: 66%;
	margin: 0 auto;
}
}
@media only screen and (max-width: 640px) {
  .single-post .titlebar{
	width: 95%;
	margin: 0 auto;
}
}



