/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-wp-fullwidth-container {background-color:#2b2b2b !important;}

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

div.ls-l > a { 
    display: inline-block;
    padding: 0.8em 2em;
    color: #2b2b2b;
    font-size: 1.6rem !important;
    font-style: italic;
    line-height: 1;
    text-decoration: none !important;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
margin-bottom:1%;
}

.ls-slide .ls-l { background-image: url("http://dominicanfriars.org/content/uploads/2016/06/back2.png") !important; padding-left:3% !important; line-height:2em !important; width:100% !important; left:0px !important; text-align:left !important; }


/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
