/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dante Child Theme
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

.body-text ul {
    list-style: disc outside;
    margin: 0 0 0 20px;
}

.body-text ul li {
    margin: 0 0 10px 0;
}

.sf-icon-box-content{
text-align: left !important;
}

.imgPadding {
   padding:50px;
}

.sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-box-content-wrap {
    background: #fff;
    padding: 0px 30px 60px 30px;
    margin-top: 10px;
}

a.arrow-button {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  margin: 1em auto;
  width: 480px;
  text-align: center;
  background-color: #eee;
  padding: 0.5em 0;
  display: block;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
}

a.arrow-button:hover {
    color: #eee;
    background-color: #002e5b;
  }

.arrow-right:after {
    content: '\25ba';
    padding-left: 0.5em;
}


#copyright nav .menu li {
    border-left-color: #ffffff !important;
}



    Rules
    Computed
    Animations
    Fonts

element {

}
.wp-caption-text, .gallery-caption {

    padding: 5px 0;
    font-size: .7em;
    text-align: left;
    font-style: italic;
}

.masonry-items .blog-item .blog-item-details{
    display:none !important;
}

/**************Testimonial***********************/
.flexslider .slides > li{
     text-align: left !important;
}

.testimonials-slider .testimonial-text {
    padding: 0 0 0 0 !important;

}

.testimonials-slider cite span{
  font-size: 14px !important;
}

.testimonial-content{
  padding: 0 100px;
}

.testimonial .cite-role{
  font-size: 14px !important
}


.spb_accordion .spb_accordion_section > h3 a {
    background-color: #E4E4E4;
	color: rgb(0, 94, 159);
	font-size: 1.3em;
}


.asset-bg .spb_testimonial_slider_widget{
    padding: 50px;
}


@media only screen and (max-width:480px){
	a.arrow-button{
		width: 100%;
	}
}

h2.dae-shortcode-download-title { display:none !important;}

blockquote.specialQuote {
  font-size: 30px;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: .5em 10px;
  padding: 0 10px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

blockquote.specialQuote:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}