@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600&display=swap');

.google-auto-placed {
	display: none;
}


.rt-pagination .pagination-list>.active>a, .rt-pagination .pagination-list>.active>a:focus, .rt-pagination .pagination-list>.active>a:hover, .rt-pagination .pagination-list>.active>span, .rt-pagination .pagination-list>.active>span:focus, .rt-pagination .pagination-list>.active>span:hover {
    background-color: #a52a2a;
    border-color: #a52a2a;
    color: #fff;
    font-size: 18px;
    cursor: default;
    z-index: 3;
}

.rt-pagination .pagination-list>li>a, .rt-pagination .pagination-list>li>span {
    font-size: 18px;
}

select.gt_selector.notranslate {
    background: brown;
    color: white;
    width: 91px;
    padding: 10px;
}
.gt_switcher_wrapper {
    bottom: 0px;
}
span.comment-count {
    display: none;
}

.rt-tpg-container .rt-detail .entry-title a {
    font-weight: 800;
    color: white;
    font-size: 14px;
}
.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail, .tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail, .tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
    background: #fff;
		padding: 2px;
    padding-top:4px;
}
.div_list_film img.rt-img-responsive {
    width: 182px;
    height: 200px;
}

.div_btnshop {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1%;
    margin-right: 1%;
  }

  .btn_typeshop {
    width: 120px;
    padding: 5px;
		margin: 3px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    color: black;
    border: none;
    border-radius: 8px;
    background-color: yellow;
    transition: background-color 0.3s, border-radius 0.3s;
  }

  .btn_typeshop:hover {
    background-color: yellowgreen;
    border-radius: 12px;
  }

  .btn_typeshop.active {
    background-color: yellowgreen;
    border-radius: 8px;
  }

.divshop .post-tags-links a {
    color: yellow;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
}

.shop-btn {
    background-color: yellow;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 3%;
  }

 .shop-btn:hover {
    background-color: red;
    color: white;
    cursor: pointer;
  }
  .basket-icon::before {
    content: "\1F6D2"; /* Unicode for shopping basket icon */
    font-size: 20px;
    margin-right: 5px;
  }

.blog-list-wrap .entry-box {
    background-color: #000d11;
    margin-bottom: 50px;
}

div#crumbs {
    margin-top: 20px;
}
.page-title-bar {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    background: #000d11;
    background-color: #000d11;
}
.entry-header.no-img {
  padding-top: 20px;
  background: #000d11;
}


.widget-box, .widget-box a {
    font-weight: 700;
    color: #e0ff00;
}
h1.entry-title {
    font-weight: 900;
    font-size: 27px;
    color: #e0ff00;
}
.widget-title {
 color: white; 
}
.page-numbers {
  padding: 0 10px;
  font-size: 15px;
  color: white;
  font-weight: 700;
  font-style: italic;
}

h1.entry-title {
  color: white;
}
.rt-detail .entry-title {
  color: white;
}
.my_h4 {
 color: white; 
}
body {
  background-color: #000d11;
		color: white;
}
.ul_info li {
  font-size: 16px;
  font-weight: 700;
}
.btn_fix_back {
  z-index: 999;
 position: fixed;
  bottom: 0px;
  right: 25%;
  width: 62px;
   height: 62px;
  text-align: center;
  background: #8a1919;
  border: none;
  border-radius: 30px;
  animation-name: tryy;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.btn_fix_back:hover {
  opacity:0.7;
}
a.btn_fix_back {
      line-height: 45px;
 text-align: center; 
  padding-bottom: 20px;
}
#btn_fix_back_id {
  font-size: 80px;
  color: white;
}
@keyframes tryy {
  from {background: #8a1919;}
  to {background: #111a19;}
}
.back-to-top {
 display: none; 
}
.btn_insta_longgg {
font-size: 15px;
  border-radius: 10px;
background:linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.btn_insta_long {
  font-size: 16px;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background-size: 200% 200%;
  animation: backgroundAnimation 10s ease-in-out infinite;
}

.btn_insta_long::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 197, 49, 0.2);
  animation: glowingAnimation 2s ease-in-out infinite;
  opacity: 0;
  border-radius: inherit;
}

@keyframes backgroundAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes glowingAnimation {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.btn_insta_long:hover {
 cursor: pointer;
 opacity: 0.8;
}
.simple_search .search-live input[type="text"].search-live-field {
    margin: 0;
    display: inline-block;
    border: solid 5px brown;
    color: black; 
    font-size: 18px;
}
.simple_search {
 margin: 8px; 
}
.simple_search tr.entry.post.post{
  margin: 0px;
  padding: 0px;
}
.simple_search .result-image ,.simple_search .result-info {
   margin: 0px;
  padding: 0px;
}
.simple_search span.title {
  color: brown;
  font-size: 16px;
}
.simple_search img.thumbnail {
    width: 50px;
  margin: 0px;
  padding: 0px; 
}
.list_ch_fm iframe {
 border: solid 28px #521313; 
}
.btn_ep_fm {
    margin: 2px;
   padding: 10px;
    width: 100px;
    font-size: 13px;
    font-weight: 700;
  background: #521313;
}
.btn_ep_fm:hover {
cursor: pointer;
  background: brown;
}
.server_head {
  color: white;
  padding: 3px;
  margin: 5px;
 background: #bb0a0a;
 font-size: 18px;  
}

.modula-fancybox-container .modula-fancybox-caption, .modula-fancybox-container .modula-fancybox-infobar, .modula-fancybox-container .modula-fancybox-navigation .modula-fancybox-button, .modula-fancybox-container .modula-fancybox-toolbar{


}
.entry-footer.clearfix {
    display: none;
}
#kproxy_float_navigation_container {
    display: none;
}

#kproxy_float_navigation {
    display: none;
}
.list_my_info li {
 font-size: 15px; 
}
@media only screen and (min-width: 900px) {
.h1_home {
  font-size: 20px;
}
}
.h1_home {
 color: white; 
  font-size: 35px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
  background: #2e733e;
  background-image: none;
}
div.asl_m {
 z-index: 2; 
}
div.asl_m .probox .proclose svg {
 width: 22px;
  height: 22px;
  margin-top: 0px; 
}
div.asl_w .probox .promagnifier {
  width: 47px;
    height: 57px;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
   font-size: 19px;
  height: 47px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
  height: 55px;
}
.btn_ebookers {
  background: url(http://web-veo.com/wp-content/uploads/2020/11/ebookerss.jpg);
    background-size: 240px 76px;
  width: 240px;
    height: 76px;
    margin: 8px;
}
.btn_ebookers:hover ,.btn_expedia:hover ,.btn_booking:hover ,.btn_hotels:hover ,.btn_agoda:hover {
  opacity: 0.6;
}
.btn_booking {
  background: url(http://web-veo.com/wp-content/uploads/2020/11/bookingg.jpg);
    background-size: 240px 76px;
  width: 240px;
    height: 76px;
    margin: 8px;
}
.btn_agoda {
  background: url(http://web-veo.com/wp-content/uploads/2021/01/agoda.jpg);
    background-size: 240px 89px;
  width: 240px;
    height: 76px;
    margin: 8px;
}
.btn_expedia {
  background: url(http://web-veo.com/wp-content/uploads/2020/11/expediaa.jpg);
    background-size: 224px 81px;
  width: 240px;
    height: 76px;
    margin: 8px;
}
.btn_hotels {
  background: url(http://web-veo.com/wp-content/uploads/2020/11/hotelss.jpg);
    background-size: 240px 76px;
  width: 240px;
    height: 76px;
    margin: 8px;
}
.btn_article {
  border-radius: 11px;
  margin: 15px;
}
.btn_article:hover {
  opacity:0.8;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail {
		background: #fff0;
	}
.page-wrap, .post-wrap {
padding-bottom: 0px;  
padding-top: 0px;   
}
.carousel-slider__post-content {
    background: #e5dfdf;
}

.rt-pagination .pagination > .active > a, .rt-pagination .pagination > .active > span, .rt-pagination .pagination > .active > a:hover, .rt-pagination .pagination > .active > span:hover, .rt-pagination .pagination > .active > a:focus, .rt-pagination .pagination > .active > span:focus {
  background: brown;
  border-color: brown;
}
.rt-pagination .pagination > li > a, .rt-pagination .pagination > li > span {
  color: brown;
}
.flex_btn .btnc {
 margin: 7px; 
}
hgroup.page-title {
    width: 325px;
}
.page-title, .page-title h1 {
  font-size: 37px;
}
.div_list_film img.img-responsive {
 height: 220px; 
  width: 160px;
}
.look_ytb {
  font-size: 24px;
  margin: 14px;
}
.look_ytb:hover {
  opacity: 0.5;
}
.my_info .my_td1 ,.my_info .my_td2 {
    font-size: 15px;
    font-weight: 900;
    padding-top: 1px;
    padding-bottom: 1px;
}

#comments , input#url{
  display: none;
}
.num_ver {
    font-size: 28px;
  font-weight: 800;
  color:white;
  background: green;
  width: 260px;
  margin: 5px;
  padding: 5px;
  text-align: center;
}
.crn_h5 {
  font-size: 20px;
  font-weight: 800;
}
.nom_crn {
 width: 260px;
  font-size: 20px;
  text-shadow: 0px 0px 1px black;
  font-weight: 800;
}
.nbr_crn {
  font-size: 28px;
  text-shadow: 0px 0px 1px black;
  font-weight: 800;
}
.crn_cas {
  color: #136494;
}
.crn_req {
  color: #10860f;
}
.crn_act {
  color: #c55e06;
}
.crn_mort {
  color: #f13e3e;
}
.entry-category {
 display: none; 
}
@media only screen and (min-width: 900px) {
.img-box a img.attachment-capeone_featured_image.size-capeone_featured_image.wp-post-image {
   width: 35%;
}
}
.my_h5 {
  font-weight: 700;
  font-size: 20px;
}
.btn_gg , .btn_ios {
 width: 240px; 
  height: 76px;

  margin: 8px;
}
.btn_gg:hover , .btn_ios:hover {
 opacity: 0.8;
}
.btn_gg {
  background:url("http://web-veo.com/wp-content/uploads/2020/02/google_play.jpg");
    background-size: 240px 76px;
}
.btn_ios {
  background:url("http://web-veo.com/wp-content/uploads/2020/02/ios_store.jpg");
    background-size: 240px 76px;
}
.fb_name {
  background: #39599a;
  font-size: 17px;
  font-weight: 800;
  color: white;
  border-radius: 6%;
  padding: 12px;
  margin-bottom: 10px;
}
.fb_name:hover {
  background: #39599ac7;
}

.pic_training{
  width: 50%;
}
  a.carousel-slider__post-image {
 background-position: center top; 
}
.btn_side_bar {
 font-size: 15px;
  width: 230px;;
  height: 50px;
  margin-bottom: 5px;
  background-color: #a52a2a;
}
.btn_side_bar:hover {
background: #7b4848;
}
.widget-box, .widget-box a {
 font-weight: 700;
    color: #e0ff00;
}

.capeone-toggle-icon .capeone-line ,.capeone-toggle-icon:before, .capeone-toggle-icon:after{
 background-color: white; 
}
h1.entry-title {
    font-weight: 900;
  font-size: 27px;
  color: brown;
}
.my_h4 {
  font-weight: 900;
  font-size: 22px;
}
.igtv_btn {
  color: white;
  font-size: 18px;
  background: #a52a2a;
  padding: 5px;
}
.igtv_btn:hover {
  
  background: #e77777;
}
nav.capeone-navigation.capeone-wp-menu{
margin-right: 22%;
}
.ch_btn {
 color: white;
  background: brown;
  font-size: 20px;
  padding: 4px;
}
.ch_btn:hover {
  background: #222222;
  font-size: 18px;
  padding: 3px;
}
.my_td2 a.ch_btn {
 color: white;
}
.weglot-flags.en > a:before, .weglot-flags.en > span:before {
 display: none; 
}
.weglot-flags.fr > a:before, .weglot-flags.fr > span:before {
 display: none; 
}
.country-selector.weglot-default {
 left: 30px; 
      width: 80px;
  background: #e9d6cf;
}
.spvc_area {
 display: none; 
}
img.attachment-capeone_featured_image.size-capeone_featured_image.wp-post-image {
    height: 140%;
    width: auto;
}
.blog-list-wrap .entry-box .entry-main {
display: none;
}
.div_search input[type="submit"] {
 background: brown; 
  color: white;
}
.div_search input {
margin-bottom: 10px;
}
.spvc_area {
  background: brown;
  padding: 5px;
  margin-bottom: 2px;
}
.spvc_views ,.spvc_icon{
 color: white;
 font-size: 20px;
  padding: 5px;
}
.pic_me {
   width: 40%;
}
.disp{
  display: none;
}
.col-aside-right {
    border-left: solid 3px brown;
}
.wpac-flat-btn.wpac-like-btn .wpac-btn-icon ,.wpac-btn-label,.wpac-like-btn {
    background: #5e0000;
  color: #f2af58;
}
.wpac-flat-btn.wpac-like-btn .wpac-btn-icon :hover ,.wpac-btn-label:hover,.wpac-like-btn:hover {
    background: brown;
  color: #f2af58;
}
.wpac-flat-btn .wpac-btn-label {
  font-size: 12px;
  padding-bottom: 3px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px; 
}
.wpac-flat-btn .wpac-btn-icon {
  font-size: 19px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 18px;
  padding-right: 18px;
}
.wpac-btn-container {
   background: #5e0000;
 margin-left: 150px;
  width: 180px;
  
}
.wpac-dislike-btn ,i.fas.fa-thumbs-up{
  display: none;
}
.align-left {
  float: right;
}
.lbg-style3 .lc {color: brown;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4 {
  font-size: 14px;
}
.rt-col-lg-24 {
    width: 160px;
}
.page-title, .page-title h1 {
 margin-left: 30%; 
  color: white;
  text-shadow: 1px 1px 2px black;
  font-size: 27px;
}

a.carousel-slider__post-image {
 height: 280px; 
}
.carousel-slider__post-excerpt , footer.carousel-slider__post-meta {
    display: none;
}
.post-grid .grid-nav-top .nav-search .search {
  width: 300px;
  height: 60px;
}
 .grid-nav-bottom {
    text-align: center;
} 
.my_h1 {
 font-size: 52px;
  color: #e0ff00;
  font-weight: 700;
}
.soc_logo {
 width:60px;
  height: 60px;
  border-radius: 11px;
}
.soc_logo:hover {
    border-radius: 50%;
    border: solid 5px brown;
  opacity: 0.6;
}
img.attachment-capeone_featured_image.size-capeone_featured_image.wp-post-image {
    width: 230px;
}
.comment-notes {
  display: none;
}
#reply-title {
  display: none;
}
.entry-meta {
display: none;
}
.capeone-mobile-main-header {
    min-height: 63px;
    max-height: 72px;
  background: #222222;
}
.capeone-header ul {
   background: #222222;
}
.capeone-logo a img, .capeone-logo img {
  width: 66%;
  margin-top: 32%;
}
.capeone-main-header {
  background: #222222;
  height: 80px;
      margin: 0%;
  width: 1800px;
}
nav.capeone-navigation.capeone-wp-menu {
    margin-right: 30%;
}
ul#top-menu li a span {
    color: white;
  font-weight: 700;
  font-size: 15px;
}
ul#top-menu li a span:hover {
  color: #5e0000;
}
.div_top {

height: 75vh;
}
.my_h2 {
  color: white; 
  font-size: 70px;
  text-shadow: 1px 1px 1px black;
}
.ftrr {
  background: #222222;
}
.my_h6 {
  color: black;
  font-size: 13px;
}
@media only screen and (max-width: 900px) {
    .my_h2 {
        font-size: 34px;
    }
  .capeone-logo a img, .capeone-logo img {
  width: 50%;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
  .flex_btn .btnc {
    width: 150px;
    height: 150px;
    font-size: 20px;
   margin: 1px;
  }
  .flex_btn {
    margin: 0px;
  }
}

@media only screen and (max-width: 600px) {
  h2.entry-title a {
    font-size: 12px;
  }
  div.div_top_ramadan {
    background: url("http://web-veo.com/wp-content/uploads/2019/05/wall_ramadan.jpg")cover;

  }
  
 .img_tv {
width: 50px;
}
.img_tv_txt {
font-size: 20px;
}
}
.my_td2 a {
  color: brown;
}

.my_marq {
 height: 105px;
 margin-bottom: -4px;
}
.tv_marq {
 height: 100px; 
  margin-right: 30px;
}
div.div_top_ramadan {
  width: 100%;
  height: 180px;
  background: url("http://web-veo.com/wp-content/uploads/2019/05/wall_ramadan.jpg");
  background-size: auto;
  margin-top: -33px;
}
.title_ramadan {
 color: white;
  font-size: 32px;
  padding-top: 60px;
}
.img_tv {
width: 80px;
}
.img_tv_txt {
font-size: 40px;
  color: white;
  padding-bottom:40px;
}
.ftrr .my_h6 {
 color: white; 
}
#last_veo_div {
  border-bottom: solid 3px brown;
  border-top: solid 3px brown;
}
.tab_contact_social , .tab_contact_social .my_td1, .tab_contact_social .my_td2 {
 border: none; 
}
.tab_contact_social .my_td1 {
    width: 71px;
}
.form-control, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
 border: solid 1px brown; 
}
button, input[type="submit"], .cactus-btn, btn-normal, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
 background-color: brown; 
}
.breadcrumb-nav {
  display: none;
}
.os-copyright-logo {
    display: none;
}
.team_position {
    width: 100%;
}
  #game_quiz {
  width: 400px;
}
@media only screen and (max-width: 900px) {
  #game_quiz {
  width: 300px;
}
}
.os-logo-area {
 display: none; 
}

.btn_can {
 font-size: 20px;
  width: 260px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn_can:hover {
background: green;
}

.btn_home {
 font-size: 20px;
  width: 200px;;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #2e733e;
}
.btn_home:hover {
background: #2e733e7a;
}

.soc_logo_ftr {
 width:40px;
  height: 40px;
  border-radius: 11px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.soc_logo_ftr:hover {
    border-radius: 50%;
    border: solid 5px brown;
  opacity: 0.6;
}
select#gtranslate_selector {
    background: brown;
    color: white;
}
#gtranslate_selector {
      position: fixed;
    bottom: 0px;
    left: 8%;
    z-index: 999999;
}
.carousel-slider__post-header {
    background: #e5dfdf;
}
.carousel-slider__post-header:hover {
    background: #0c481161;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: brown;
}

.soc_logo_side {
 width:70px;
  height: 70px;
  border-radius: 11px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.soc_logo_side:hover {
    border-radius: 50%;
    border: solid 5px brown;
  opacity: 0.6;
}




.num_ver {
    font-size: 28px;
  font-weight: 800;
  color:white;
  background: green;
  width: 260px;
  margin: 5px;
  padding: 5px;
  text-align: center;
}
.crn_h5 {
  font-size: 16px;
  font-weight: 800;
}
.nom_crn {
 width: 260px;
  font-size: 20px;
  text-shadow: 0px 0px 1px black;
  font-weight: 800;
}
.nbr_crn {
  font-size: 28px;
  text-shadow: 0px 0px 1px black;
  font-weight: 800;
}
.crn_cas {
  color: #136494;
}
.crn_req {
  color: #10860f;
}
.crn_act {
  color: #c55e06;
}
.crn_mort {
  color: #f13e3e;
}
.entry-category {
 display: none; 
}
@media only screen and (min-width: 900px) {
.img-box a img.attachment-capeone_featured_image.size-capeone_featured_image.wp-post-image {
   width: 35%;
}
}
.my_h5 {
  font-weight: 700;
  font-size: 20px;
}
.btn_gg , .btn_ios {
 width: 240px; 
  height: 76px;

  margin: 8px;
}
.btn_gg:hover , .btn_ios:hover {
 opacity: 0.8;
}
.btn_gg {
  background:url("http://web-veo.com/wp-content/uploads/2020/02/google_play.jpg");
    background-size: 240px 76px;
}
.btn_ios {
  background:url("http://web-veo.com/wp-content/uploads/2020/02/ios_store.jpg");
    background-size: 240px 76px;
}
.fb_name {
  background: #39599a;
  font-size: 17px;
  font-weight: 800;
  color: white;
  border-radius: 6%;
  padding: 12px;
  margin-bottom: 10px;
}
.fb_name:hover {
  background: #39599ac7;
}
.youtube_name {
  background: #f10b0b;
  font-size: 17px;
  font-weight: 800;
  color: white;
  border-radius: 6%;
  padding: 12px;
  margin-bottom: 10px;
}
.youtube_name:hover {
  background: #920505;
  color: white;
}

.pic_training{
  width: 50%;
}
  a.carousel-slider__post-image {
 background-position: center top; 
}
.btn_side_bar {
 font-size: 15px;
  width: 230px;;
  height: 50px;
  margin-bottom: 5px;
  background-color: #a52a2a;
}
.btn_side_bar:hover {
background: #7b4848;
}
.widget-box, .widget-box a {
 font-weight: 700;
    color: #e0ff00;
}

.capeone-toggle-icon .capeone-line ,.capeone-toggle-icon:before, .capeone-toggle-icon:after{
 background-color: white; 
}
h1.entry-title {
    font-weight: 900;
  font-size: 27px;
  color: #e0ff00;
}
.my_h4 {
  font-weight: 900;
  font-size: 22px;
}
.igtv_btn {
  color: white;
  font-size: 18px;
  background: #a52a2a;
  padding: 5px;
}
.igtv_btn:hover {
  
  background: #e77777;
}
audio {
 background: brown;
  border-radius: 24px;
 padding:5px;
}
nav.capeone-navigation.capeone-wp-menu{
margin-right: 22%;
}
.ch_btn {
 color: white;
  background: brown;
  font-size: 20px;
  padding: 4px;
}
.ch_btn:hover {
  background: #222222;
  font-size: 18px;
  padding: 3px;
}
.my_td2 a.ch_btn {
 color: white;
}
.weglot-flags.en > a:before, .weglot-flags.en > span:before {
 display: none; 
}
.weglot-flags.fr > a:before, .weglot-flags.fr > span:before {
 display: none; 
}
.country-selector.weglot-default {
 left: 30px; 
      width: 80px;
  background: #e9d6cf;
}
.spvc_area {
 display: none; 
}
img.attachment-capeone_featured_image.size-capeone_featured_image.wp-post-image {
    height: 140%;
    width: auto;
}
.blog-list-wrap .entry-box .entry-main {
display: none;
}
.div_search input[type="submit"] {
 background: brown; 
  color: white;
}
.div_search input {
margin-bottom: 10px;
}
.spvc_area {
  background: brown;
  padding: 5px;
  margin-bottom: 2px;
}
.spvc_views ,.spvc_icon{
 color: white;
 font-size: 20px;
  padding: 5px;
}
.pic_me {
   width: 40%;
}
.disp{
  display: none;
}
.col-aside-right {
    border-left: solid 3px brown;
}
.wpac-flat-btn.wpac-like-btn .wpac-btn-icon ,.wpac-btn-label,.wpac-like-btn {
    background: #5e0000;
  color: #f2af58;
}
.wpac-flat-btn.wpac-like-btn .wpac-btn-icon :hover ,.wpac-btn-label:hover,.wpac-like-btn:hover {
    background: brown;
  color: #f2af58;
}
.wpac-flat-btn .wpac-btn-label {
  font-size: 12px;
  padding-bottom: 3px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px; 
}
.wpac-flat-btn .wpac-btn-icon {
  font-size: 19px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 18px;
  padding-right: 18px;
}
.wpac-btn-container {
   background: #5e0000;
 margin-left: 150px;
  width: 180px;
  
}
.wpac-dislike-btn ,i.fas.fa-thumbs-up{
  display: none;
}
.align-left {
  float: right;
}
.lbg-style3 .lc {color: brown;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4 {
  font-size: 14px;
}
.rt-col-lg-24 {
    width: 160px;
}
.page-title, .page-title h1 {
 margin-left: 30%; 
  color: white;
  text-shadow: 1px 1px 2px black;
  font-size: 32px;
}

a.carousel-slider__post-image {
 height: 280px; 
}
.carousel-slider__post-excerpt , footer.carousel-slider__post-meta {
    display: none;
}
.post-grid .grid-nav-top .nav-search .search {
  width: 300px;
  height: 60px;
}
 .grid-nav-bottom {
    text-align: center;
} 
.my_h1 {
 font-size: 52px;
  color: #5e0000;
  font-weight: 700;
}
.soc_logo {
 width:60px;
  height: 60px;
  border-radius: 11px;
}
.soc_logo:hover {
    border-radius: 50%;
    border: solid 5px brown;
  opacity: 0.6;
}
img.attachment-capeone_featured_image.size-capeone_featured_image.wp-post-image {
    width: 230px;
}
.comment-notes {
  display: none;
}
#reply-title {
  display: none;
}
.entry-meta {
display: none;
}
.capeone-mobile-main-header {
    min-height: 63px;
    max-height: 72px;
  background: #222222;
}
.capeone-header ul {
   background: #222222;
}
.capeone-logo a img, .capeone-logo img {
  width: 66%;
  margin-top: 32%;
}
.capeone-main-header {
  background: #222222;
  height: 80px;
      margin: 0%;
  width: 1800px;
}
nav.capeone-navigation.capeone-wp-menu {
    margin-right: 30%;
}
ul#top-menu li a span {
    color: white;
  font-weight: 700;
  font-size: 15px;
}
ul#top-menu li a span:hover {
  color: #5e0000;
}
.div_top {

height: 75vh;
}
.my_h2 {
  color: white; 
  font-size: 70px;
  text-shadow: 1px 1px 1px black;
}
.ftrr {
  background: #222222;
}
.my_h6 {
  color: black;
  font-size: 13px;
}
@media only screen and (max-width: 900px) {
    .my_h2 {
        font-size: 34px;
    }
  .capeone-logo a img, .capeone-logo img {
  width: 50%;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
  .flex_btn .btnc {
    width: 150px;
    height: 150px;
    font-size: 18px;
   margin: 1px;
  }
  .flex_btn {
    margin: 0px;
  }
}

@media only screen and (max-width: 600px) {
  h2.entry-title a {
    font-size: 12px;
  }
  div.div_top_ramadan {
    background: url("http://web-veo.com/wp-content/uploads/2019/05/wall_ramadan.jpg")cover;

  }
  
 .img_tv {
width: 50px;
}
.img_tv_txt {
font-size: 20px;
}
}
.my_td2 a {
  color: brown;
}

.my_marq {
 height: 105px;
 margin-bottom: -4px;
}
.tv_marq {
 height: 100px; 
  margin-right: 30px;
}
div.div_top_ramadan {
  width: 100%;
  height: 180px;
  background: url("http://web-veo.com/wp-content/uploads/2019/05/wall_ramadan.jpg");
  background-size: auto;
  margin-top: -33px;
}
.title_ramadan {
 color: white;
  font-size: 32px;
  padding-top: 60px;
}
.img_tv {
width: 80px;
}
.img_tv_txt {
font-size: 40px;
  color: white;
  padding-bottom:40px;
}
.ftrr .my_h6 {
 color: white; 
}
#last_veo_div {
  border-bottom: solid 3px brown;
  border-top: solid 3px brown;
}
.tab_contact_social , .tab_contact_social .my_td1, .tab_contact_social .my_td2 {
 border: none; 
}
.tab_contact_social .my_td1 {
    width: 71px;
}
.form-control, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
 border: solid 1px brown; 
}
button, input[type="submit"], .cactus-btn, btn-normal, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
 background-color: brown; 
}
.breadcrumb-nav {
  display: none;
}
.os-copyright-logo {
    display: none;
}
.team_position {
    width: 100%;
}
  #game_quiz {
  width: 400px;
}
@media only screen and (max-width: 900px) {
  #game_quiz {
  width: 300px;
}
}
.os-logo-area {
 display: none; 
}

.btn_can {
 font-size: 20px;
  width: 260px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn_can:hover {
background: green;
}

.btn_home {
 font-size: 20px;
  width: 200px;;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #2e733e;
}
.btn_home:hover {
background: #2e733e7a;
}

.soc_logo_ftr {
 width:40px;
  height: 40px;
  border-radius: 11px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.soc_logo_ftr:hover {
    border-radius: 50%;
    border: solid 5px brown;
  opacity: 0.6;
}
select#gtranslate_selector {
    background: brown;
    color: white;
}
#gtranslate_selector {
      position: fixed;
    bottom: 0px;
    left: 8%;
    z-index: 999999;
}
.carousel-slider__post-header {
    background: #e5dfdf;
}
.carousel-slider__post-header:hover {
    background: #0c481161;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: brown;
}

.soc_logo_side {
 width:70px;
  height: 70px;
  border-radius: 11px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.soc_logo_side:hover {
    border-radius: 50%;
    border: solid 5px brown;
  opacity: 0.6;
}
.rt-tpg-container .rt-detail .entry-title a {
  font-weight: 800;
}