

/* Main slider controls

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



#main-slider.owl-theme .owl-controls {

    margin: 0 !important;

}



@media (max-width: 639px) {

    #main-slider.owl-theme .owl-controls {

        display: none;

    }

}



#main-slider.owl-theme .owl-controls .owl-nav [class*=owl-] {

    position: absolute;

    top: 50%;

    margin: -25px 0 0 0;

    padding: 0;

    width: 50px;

    height: 50px;

    font-size: 30px;

    line-height: 48px;

    border: solid 1px #ffffff;

    border-radius: 10px;

    background: transparent;

    color: #ffffff;

}



#main-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {

    border-color: #dc143c;

    background: #dc143c;

    color: #ffffff;

}



#main-slider.owl-theme .owl-controls .owl-nav .owl-prev {

    left: -50px;

}



#main-slider.owl-theme .owl-controls .owl-nav .owl-next {

    right: -50px;

}



#main-slider.owl-theme .owl-controls .owl-dots {

    position: absolute;

    width: 100%;

    bottom: 70px;

}



body.boxednew  #main-slider.owl-theme .owl-controls .owl-nav .owl-prev {

    left: 0px;

}



body.boxednew  #main-slider.owl-theme .owl-controls .owl-nav .owl-next {

    right: 0px;

}





@media (max-width: 1170px) { 

    #main-slider.owl-theme .owl-controls .owl-nav .owl-prev {

    left: 0px;

    }



    #main-slider.owl-theme .owl-controls .owl-nav .owl-next {

        right: 0px;

    }

}





@media (min-width: 768px) and (max-width: 991px) {

    #main-slider.owl-theme .owl-controls .owl-dots {

        bottom: 115px;

    }

    #main-slider.owl-theme .owl-controls .owl-nav .owl-prev {

        left: 0px;

    }



    #main-slider.owl-theme .owl-controls .owl-nav .owl-next {

        right: 0px;

    }

}



@media (max-width: 767px) {   

    #main-slider.owl-theme .owl-controls .owl-nav .owl-prev {

        left: 0px;

    }



    #main-slider.owl-theme .owl-controls .owl-nav .owl-next {

        right: 0px;

    }

}



#main-slider.owl-theme .owl-controls .owl-dots .owl-dot span {

    background-color: #ffffff;

    width: 14px;

    height: 14px;

}



#main-slider.owl-theme .owl-controls .owl-dots .owl-dot:hover span,

#main-slider.owl-theme .owl-controls .owl-dots .owl-dot.active span {

    background-color: #dc143c;

    border: solid 2px #ffffff;

}



/* fix for icon style of heading */

.wohex {



margin-top: 3px;

width: 50px;

height: 50px;

border-radius: 10px;

line-height: 48px;

}



.crcle {



margin-top: 3px;

width: 50px;

height: 50px;

border-radius: 25px;

line-height: 48px;

}







/* HEXAGONS */



.hex {

    position: relative;

    /*height: ;*/ /*width: 170px;*/

    width: 165px;

    margin: 0 auto;

}

.hex .hex-inner {

    margin: 0 auto;

    height: 190px; width: 170px;

    text-align: center;

    -webkit-transform: none;

    -moz-transform: none;

    -o-transform: none;

    -ms-transform: none;

    transform: none;

}

.hex-deg {

    overflow: hidden;

    width: 100%; height: 100%;

    -webkit-transform: rotate(120deg);

    -moz-transform: rotate(120deg);

    -o-transform: rotate(120deg);

    -ms-transform: rotate(120deg);

    transform: rotate(120deg);

}

.hex-deg .hex-deg {

    width: 100%; height: 100%;

    -webkit-transform: rotate(-60deg);

    -moz-transform: rotate(-60deg);

    -o-transform: rotate(-60deg);

    -ms-transform: rotate(-60deg);

    transform: rotate(-60deg);

}

.hex-deg .hex-deg .hex-deg {}



.hex.testimonial-avatar {width: 100px;}

.hex.testimonial-avatar .hex-inner {height: 115px; width: 100px;}

.wohexagon.testimonial-avatar {width: 100px; border-radius: 10px; overflow: hidden;}

.wohexagon.testimonial-avatar .wohexagon-inner {height: 115px; width: 100px;}

.hex.speaker-avatar {}

.hex.speaker-avatar .hex-inner {}



/* CIRCLE */



.circle {

    width: 165px;

    margin: 0 auto;

}


.circle .circle-inner :hover {

    border: 5px solid #E24766;

}

.circle .circle-inner,

.circle .media,

.circle .media > img,

.circle .caption.hovered {

    overflow: hidden;

    border-radius: 50%!important;
    

}

.circle .media,

.circle .media > img,

.circle .caption.hovered {

    -webkit-transform: translateZ(0) !important;

    -moz-transform: translateZ(0) !important;

    -o-transform: translateZ(0) !important;

    -ms-transform: translateZ(0) !important;

    transform: translateZ(0) !important;

}



.social-line.social-circle a {

    height: 30px;

    border-radius: 15px;

    line-height: 28px;

}

.social-line.social-circle a:before,

.social-line.social-circle a:after {

    display: none;

}

.footer .social-line.social-circle a {

    height: 60px;

    border-radius: 30px;

    line-height: 58px;

}

.footer .social-line.social-circle a:before,

.footer .social-line.social-circle a:after {

    display: none;

}



.social-line.social-wohex a {

    height: 30px;

    border-radius: 4px;

    line-height: 28px;

}

.social-line.social-wohex a:before,

.social-line.social-wohex a:after {

    display: none;

}

.footer .social-line.social-wohex a {

    height: 60px;

    border-radius: 10px;

    line-height: 58px;

}

.footer .social-line.social-wohex a:before,

.footer .social-line.social-wohex a:after {

    display: none;

}



/* ************************** */

/* Add CSS for theme version 2.1 */

.thumbnail .media img{ border-radius: 10px;}

.pp_social .facebook{ width: 150px;}



.registration-form, .registration-form ul, 

.registration-form ul.dropdown-menu li{

    z-index: 9999; 

    position: relative;

}



#main-slider.owl-carousel{ z-index: 15!important;}

.vc_row{ margin-left: 0!important; margin-right: 0!important;}



.google-map img{

    max-width: none;

}



/*.color .section-title .crcle{

    background-color: #ffffff;

}

.color .section-title .wohex{

    background-color: #ffffff;

}*/



.thumbnails.speaker .thumbnail{ min-height: 275px; }

.thumbnails.speaker .thumbnail.square{min-height: 550px;}



ul.pagination li span.current{

    background-color: #dc143c; 

    color:#fff;

    margin: 0 10px 0 0;

    padding: 4px 13px 5px 13px;

}

ul.commentlists, ul.commentlists ul{ list-style: none;}



body.boxednew .container_boxed{

      max-width: 1170px;

      margin: 0 auto;

      background: #fff;

      overflow: hidden;

}



body.boxednew.body-dark .container_boxed{

    background: #0c1629;

}



body.boxednew .header.fixed{

    max-width: 1170px;

    margin: 0 auto;

}



.navigation.opened{

    overflow-y: scroll;

}





/* Fix menu and audio */

.dropdown-menu>li>a {

  white-space: normal;

}

ul.sf-menu {margin-right: 20px;}

.music_play{

      float: right;

      margin: 0;

      padding: 0;

      list-style: none;

      margin-top: -30px;

    

}

@media (min-width: 992px) and (max-width: 1200px) {

    .sf-menu.nav > li > a, .sf-menu a{

        padding: 10px 12px;

    }

}

@media (max-width: 992px){

    .music_play{

      float: left;

      margin: 0;

      padding: 0 0px 0px 30px;

      list-style: none;

      margin-top: 0px;

    

    }

}

@media (min-width: 768px){
    #customer_details{
        width: 54%;
        float: left;
		margin-right: 60px;
    }
    #order_review_heading{
        width: 30%;
        float: left;
    }
    #order_review{
        width: 40%;
        float: left;
        padding-right: 50px;
    }
    
	
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
	.woocommerce .col2-set .col-1  h3, .woocommerce-page .col2-set .col-1 h3,
    .woocommerce .col2-set .col-2 h3, .woocommerce-page .col2-set .col-2 h3{
        color:#000;
    }
	.woocommerce .col2-set .col-1 .input-text,.woocommerce .col2-set .col-1 .input-text,
	.woocommerce .col2-set .col-2 .input-text,.woocommerce .col2-set .col-2 .input-text,	{
		
	}
	.woocommerce .cart_totals h2{
		color:#000;
	}
	.woocommerce .shop_table .coupon .input-text{ 
	border-radius: 6px;
    padding: 8px !important;
    width: 200px !important;}
	
	.woocommerce  .input-text {
		border-radius: 6px;
		padding: 8px !important;
	}
	.woocommerce h3{color:#000;}
}























