/*
Theme Name: DTS Legal
Author: SearchSMART
*/

body{
    color:#606060;
}

body.home *{
	font-weight: normal;
}

a,a:hover{
    text-decoration: none;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0.4em 1.6em 1em 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0.4em 0 1em 1.6em;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.4em;
    margin-bottom: 1em;
}

div.slide-text,
div.slide-text strong{
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
}
div.slide-text strong{
	font-weight: bold;
}

/*-------------------------------------------------*/
/*Header*/
/*-------------------------------------------------*/
header{
    background-color:#1e231f;
    padding:40px 0 0 0;
	position: relative;
	z-index: 500;
}

.phone-numbers span:first-child{
    color:#f5df8c;
    display: block;
    font-size: 22px;
}

.phone-numbers span:last-child{
    color:#fff;
    display: inline-block;
    font-size:30px;
}

.phone-numbers span:last-child:before{
    content: "";
    background: transparent url('images/h-phone.png') no-repeat left center;
    display: inline-block;
    width: 37px;
    height: 51px;
    position: absolute;
    margin-left: -42px;
    top: 10px;
}

.google-lang{
	width: 220px;
	margin: 10px 30px;
	text-align: right;
}

/*-------------------------------------------------*/
/*Navigation*/
/*-------------------------------------------------*/
.navbar-default{
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-top:20px;
    background-color:#992323;
    border:none;
}

.navbar{
    margin-bottom: 0;
    min-height: 10px;
}

.navbar-default .navbar-nav>li{
    border-right:1px solid #532120;
}

.navbar-default .navbar-nav>li>a {
    color: #f7fff9;
    text-shadow: none;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
    color:#f7fff9;	
	background: #EED988;
    color: #532120;
}

.mobile-title{
    display: none;
    padding:14px;
    text-transform: uppercase;
    font-weight: bold;
}


ul.sub-menu{
    background-color:#992323;
    position:absolute;
    min-width: 180px;
    left: 0;
    display: none;
    z-index: 15;
    padding-left:0;
	width: 350px;
}

ul.sub-menu li{
    list-style: none;
    padding:3px 0;
    border-bottom:1px solid #babcbb;
}

ul.sub-menu li:last-child{
    border-bottom:none;
}

ul.sub-menu li a{
    color:#f7fff9;
    padding-left:15px;
	line-height: 30px;
}

ul.sub-menu li:hover{
	background: #EED988;
}

ul.sub-menu li:hover a{
    color: #532120;
}

ul.nav li:hover > ul.sub-menu{
    display: block; 
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
/*-------------------------------------------------*/
/*Banner*/
/*-------------------------------------------------*/
body.home .cycloneslider-template-standard{
	margin-bottom: 0 !important;
	border-bottom: 5px solid #992323;
}

.slider{
    border-bottom: 2px solid #992323;
}

.slider img{
    width:100%;
    max-height:400px;
}

.slider h3{
    color:#fae8e8;
    font-size: 30px;
    text-transform: uppercase;
}

.slider h2{
    color:#fae8e8;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.carousel-caption{
    bottom:70px;
}

.carousel-caption a{
    color:#992323;
    padding: 11px 50px 11px 20px;
    text-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    background: #ffffff url("images/read-more-arrow.png") no-repeat right top;
}

.carousel-caption img{
    width: auto;
    margin-left:10px;
}

.carousel-control.left,.carousel-control.right{
    background-image: none;
}

.carousel-control{
    opacity: 1;
    top:33%;
}

.left-arrow{
    background:transparent url(images/left.png) no-repeat left center;
    height: 110px;
    width: 47px;
    display: block;
}

.right-arrow{
    background:transparent url(images/right.png) no-repeat right center;
    height: 110px;
    width: 47px;
    display: block;
    position: absolute;
    right: 0;
}

.down-arrow{
    margin:auto;
}

/*-------------------------------------------------*/
/*Home Content*/
/*-------------------------------------------------*/

.home-content{
    padding:40px 0; 
}

.home-blocks{
    margin-bottom: 20px;
}

.home-blocks img{
    width: 100%;
}

.pos-fix{
    position:relative;
}

.home-blocks h3{
    background-color:rgba(83,33,32,0.6);
    margin-top:0px;
    margin-bottom:0px;
    position: absolute;
    bottom:0;
    color:#ffffff;
    font-size: 18px;
    padding:5px 0;
    width:100%;
}

a.read-more{
    color:#532120;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

a.read-more:before{
    content:"";
    background:transparent url("images/right-arrow.png") no-repeat left center;
    width:7px;
    height: 14px;
    display:inline-block;
    margin-right:5px;
    position: relative;
    top: 2px;
}

/*-------------------------------------------------*/
/*contact*/
/*-------------------------------------------------*/
aside h3{
    font-size: 18px;
    color: #ffffff;
    background-color: #532120;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top:0;
}

img.contact-arrow-down{
    margin-left:30px;
}

.enquiry-form{
    background-color:#f5f5f5;
}

/*-------------------------------------------------*/
/*Footer*/
/*-------------------------------------------------*/
footer{
    background-color:#1e231f;
    padding:30px 0;
    color:#8c8c8c;
}

footer h3{
    text-transform: uppercase;
    font-size: 18px;
}

footer .col-md-3:first-child h3{
    font-size: 30px;
}

footer .col-md-3:first-child h3:before{
    content: "";
    background:transparent url("images/footer-logo.png") no-repeat left center;
    display: inline-block;
    width: 42px;
    height:41px;
    position: relative;
    top: 9px;
    margin-right: 10px;
}

footer ul{
    padding-left: 2px;
}

footer ul li{
    list-style: none;
    border-bottom: 1px dashed #3a3838;
    padding:4px 0;
}

footer ul li:last-child{
    border-bottom:none;
}

footer ul li a{
    font-size: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
}

footer ul li a:hover{
    color:#aaa;
}

footer .col-md-3:last-child p{
    margin-top:20px;
    color:#aaaaaa;
}

.full-width{
    padding-bottom: 20px;
}

.archive-list{
    border-bottom: 1px dashed #1e231f;
    padding-bottom: 10px;
}

.archive-list:last-child{
    border-bottom: none;
}

footer li.menu-item-149,
footer li.menu-item-150{
	display: none;
}

/*-------------------------------------------------*/
/*Gravity form*/
/*-------------------------------------------------*/
/*
li#field_1_1.enter-name input{
    background: url("images/name.png") no-repeat scroll 4px 4px transparent;
    display: block;
    padding-left: 30px;
    background-position-x: 5px;
    background-position-y: 5px;
}

li#field_1_2.enter-phone input {
    background: url("images/mobile.png") no-repeat scroll 4px 4px transparent;
    display: block;
    padding-left: 30px;
    background-position-x: 5px;
    background-position-y: 4px;
}

li#field_1_3.enter-email input {
    background: url("images/msg.png") no-repeat scroll 4px 8px transparent;
    display: block;
    padding-left: 30px;
    background-position-x: 5px;
    background-position-y: 7px;
}

li#field_1_4.select-service select {
    background: url("images/select-icon.png") no-repeat scroll 4px 8px transparent;
    display: block;
    padding-left: 30px;
    background-position-x: 5px;
    background-position-y: 6px;
}*/



.ginput_container input, .ginput_container textarea, .ginput_container select {
    background-color: #fff !important;
    border-radius: 0px;
    border: none;
    background-image: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    /*margin-left:5%;*/
}

body.home .ginput_container input, body.home .ginput_container textarea, body.home .ginput_container select {
    width: 90% !important;
    margin-left:5% !important;	
}

body.home .ginput_container select {
    margin-left:5% !important;
}

input#gform_submit_button_1 {
    margin-left: 5%;
    background-color: #1e231f;
    border: 1px solid #992323;
    border-radius: 0px;
    padding: 5px 50px 5px 20px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background-image: url("images/submit-icon.png");
    background-repeat: no-repeat;
    background-position-x: 86%;
    background-position-y: 50%;
}

@media screen and (min-width: 1023px) and (max-width: 1025px) { 
    .carousel-caption {
        left: 20%;
        padding-bottom: 30px;
        right: 13%;
        bottom: 62px;
    }
}

@media screen and (min-width: 767px) and (max-width: 769px) { 
    .carousel-caption {
        left: 20%;
        padding-bottom: 0;
        right: 8%;
        bottom: 10px;
    }
}


@media (max-width: 767px){
    ul.sub-menu{
        position:relative;
    }
    .mobile-title{
        display: block;
        color: #fff;
    }

    .logo{
        margin:auto;
    }

    .phone-numbers{
        float: none !important;
        text-align: center;
        margin-top:25px;
    }

    .carousel-caption {
        position: absolute;
        right: 10%;
        bottom: 12px;
        left: 28%;
    }

    .slider h3 {
        font-size: 22px;
    }

    .slider h2 {
        font-size: 30px;
    }

}

@media screen and (min-width: 665px) and (max-width: 668px) { 
    .carousel-caption a {
        font-size: 12px;
        padding: 5px 50px 5px 10px;
        background-size: contain;
    }

    .slider h3 {
        font-size: 19px;
    }

    .slider h2 {
        font-size: 25px;
    }

    .left-arrow,.right-arrow{
        background-size: contain;
        height: 40px;
    }

}

@media screen and (min-width: 599px) and (max-width: 601px) { 
    .carousel-caption a {
        font-size: 10px;
        padding: 4px 50px 4px 8px;
        background-size: contain;
    }

    .slider h3 {
        font-size: 17px;
    }

    .slider h2 {
        font-size: 20px;
    }

    .left-arrow,.right-arrow{
        background-size: contain;
        height: 40px;
    }
}

@media screen and (min-width: 567px) and (max-width: 569px) { 
    .carousel-caption a {
        font-size: 12px;
        padding: 4px 50px 4px 10px;
        background-size: contain;
    }

    .slider h2 {
        font-size: 22px;
        margin-bottom:5px;
    }

    .slider h3 {
        font-size: 18px;
    }

    .left-arrow,.right-arrow{
        background-size: contain;
        height: 40px;
    }

}

@media screen and (max-width: 500px){
    .carousel-caption a {
        padding: 5px 25px 5px 20px;
        font-size: 10px;
        background-size: contain;
    }

    .slider h3 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .slider h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .left-arrow,.right-arrow{
        background-size: contain;
        height: 40px;
    }

    .carousel-caption {
        bottom: -10px;
    }

}

@media screen and (max-width: 321px){
    .carousel-caption a {
        background-size: contain;
        font-size: 10px;
        padding: 1px 17px 1px 5px;
    }

    .carousel-caption {
        bottom: -20px;
    }

    .slider h3 {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .slider h2 {
        font-size: 14px;
        margin-bottom: 2px;
    }
}

#gform_1 .gfield_required{
	display: none;
}