/*
Theme Name: ADAPEI


*/

@import ('css/bootstrap.min.css');

/**** GENERAL ***/
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {margin-bottom:-10px!important;}


/**** IMAGES ***/

.left-pic, .alignleft {float:left;margin:10px 50px 30px 0px;}
.wp-editor .left-pic, .wp-editor .alignleft  {float:left;margin:0px 50px 30px 0px;}
.aligncenter {text-align:center!important;margin:30px auto 30px auto}
.right-pic, .alignright {float:right;margin:10px 0px 30px 50px;}
.wp-editor .right-pic, .wp-editor .alignright  {float:right;margin:0px 0px 30px 50px;}

.wp-editor p, .editor p{text-align:justify;font-family:'Lato', serif;!important;font-weight:400; font-size:18px;line-height:32px;color:#675e5e;}
.wp-editor h2, .editor h2 {text-transform:uppercase;font-size:28px;font-family: 'Lato', sans-serif!important; color:#9c38a2;line-height:38px;}
.wp-editor h3, .editor h3 {text-transform:uppercase;margin:30px 0px 20px 0px;font-size:20px;line-height:28px;font-family: 'Lato', sans-serif!important; color:#9c38a2;}
.wp-editor h4, .editor h4 {font-size:18px;font-family: 'Lato', sans-serif!important; color:#9c38a2;text-transform:uppercase;line-height:26px;}
.wp-editor h5, .editor h5 {font-size:22px;font-family: 'Lato', sans-serif!important; color:#9c38a2;line-height:34px;}
.wp-editor h6, .editor h6 {font-size:20px;font-family: 'Lato', sans-serif!important; color:#9c38a2;line-height:30px;}


/***** LINKS ***/

.editor p  a, .editor li a,
.editor h2 a, .editor h3 a,
.editor h4 a,.editor h5 a,
.editor h6 a {color:#b267b7!important;text-decoration:underline;}


.editor p a:hover, .editor li a:hover,
.editor h2 a:hover, .editor h3 a:hover,
.editor h4 a:hover,.editor h5 a:hover,
.editor h6 a:hover

 {color:#675e5e;text-decoration:underline!important;}

.wp-editor hr, .page hr {margin:20px 0px 20px 0px!important;}


.wp-editor blockquote, .editor blockquote {border:none!important;}
.wp-editor blockquote p, .editor blockquote p {   font-family: 'Lato'!important;
    font-size: 24px;
    padding: 15px;line-height:38px;
    color: #565656;}



.wp-editor ol li, .editor ol li {list-style-type: decimal;
	font-family: 'Lato';font-size: 14px;line-height: 24px;
	color: #565656;font-weight: 400;margin-left: 40px;
}

.wp-editor ul li, .editor ul li {list-style-type: disc;font-family: 'Lato';font-size: 18px;line-height: 32px;color: #675e5e;margin-left: 40px;}


.wp-editor strong, .editor strong {font-weight:bold;}


.simple p, .wpcf7-validation-errors {font-family:Arial;text-align:justify; font-size:14px;line-height:20px;color:#535353;font-weight:lighter;}





